Page 1 of 1
HI TECH C COmpiler old version (<9.8)
Posted: Fri Mar 17, 2023 9:45 am
by philarete
Did anybody find recently an elder version of C++ Compiler for PIC18 micro chip than 9.80 for Linux LITE Version (1195$ for the PRO License seems a little bit expensive) ?
Re: HI TECH C COmpiler old version (<9.8)
Posted: Fri Mar 17, 2023 9:45 am
by philarete
Re: HI TECH C COmpiler old version (<9.8)
Posted: Fri Mar 17, 2023 9:45 am
by philarete
Ty for your answer.
Username: Compilers-RO
Password: C0mP!0511
9.52 is the ultimate u can have for standard.
9.63 in pro version, but no compilation for TSN.
Re: HI TECH C COmpiler old version (<9.8)
Posted: Fri Mar 17, 2023 9:45 am
by micke.prag
Using the compiler in LITE-mode should work for building the firmware.
Re: HI TECH C COmpiler old version (<9.8)
Posted: Fri Mar 17, 2023 9:45 am
by philarete
thank you
Here is what i get after downlaoding, downgrading to 9.63:
Code: Select all
[ 46%] Linking TellStickNet.hex
HI-TECH PICC-18 PRO COMPILER (Microchip PIC micro) (Lite) V9.63
Copyright (C) 1984-2008 HI-TECH SOFTWARE
(1273) Omniscient Code Generation not available in Lite mode (warning)
/var/www/test/tellstick-net/firmware/tellsticknet.c: 47: (1098) conflicting declarations for variable "___delay_ms" (/var/www/test/tellstick-net/firmware/common.c:13)
(908) exit status = 1
make[2]: *** [TellStickNet.hex] Erreur 1
make[1]: *** [CMakeFiles/TellStickNet.dir/all] Erreur 2
make: *** [all] Erreur 2