HI TECH C COmpiler old version (<9.8)
Moderator: Telldus
HI TECH C COmpiler old version (<9.8)
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)
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.
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.
-
- Site Admin
- Posts: 2243
- Joined: Fri Mar 17, 2023 9:45 am
- Location: Lund
- Contact:
Re: HI TECH C COmpiler old version (<9.8)
Using the compiler in LITE-mode should work for building the firmware.
Micke Prag
Software
Telldus Technologies
Software
Telldus Technologies
Re: HI TECH C COmpiler old version (<9.8)
thank you
Here is what i get after downlaoding, downgrading to 9.63:
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