nobunobu
stranger
Reged: Jun 28 2009
Posts: 2
|
|
I was passed small a project file for PIC16F84A. This project may be used with HI-TIDE+PICC LITE 9.60. (Because in .htproperties file, I found this line. )
I want to compile this project. But I can't. So, could you give me advise ?
I write my situation below.
I installed HI-TIDE 3.15PL2 + HI-TECH C PRO for PIC10/12/16(9.65PL1).
When I imported the project, some message windows appear. (1) Compiler selection window. This window says "The compiler selected for the project 'xxxx' is no longer available. Please choose an alternate compatible compiler." So, I select HI-TEC C PRO for PIC10/12/16(9.65PL1).
(2) Update Managed Build project This window says "The project xxxx build settings are stored in a format that is no longer supported (version 3.0.0) Would you like to convet it to the newer version (4.0.0)?" So, I select "Yes".
Then, I tried to build the project, Build error occurred. Console message is as below. ------------------------------------- **** Rebuild of configuration Release for project Timer ****
**** Internal Builder is used for build **** UNKNOWN_MACRO --chip=16F84A --ide=hitide -q --opt=none -c -G -M --asmlist --warn=0 --char=unsigned --double=24 --opt=+9 --opt=+asm --opt=+space -omain.obj ..\main.c Internal Builder: Exec error:Launching failed Build error occurred, build is stopped Time consumed: 297 ms. ------------------------------
I tried "Chip/Package selection". But Chip selection error occurred. This window says "Cannot load product information. Reason: Cannot find compilerinfo extension in plugin: com.htsoft.pic.lite.v9_60PL1".
Thank you for your help.
|
LateDeveloper
Tester - PICC PRO
Reged: Aug 20 2007
Posts: 273
|
|
Looks like the header file info is missing, try an install of the latest version of HiTide 3.15 and the compiler. if it fails to work report it as a bug, although I thought that particular bug had been fixed.
|
nobunobu
stranger
Reged: Jun 28 2009
Posts: 2
|
|
Hello LateDeveloper
I tried latest version, but it doesn't work.
I made new project, and copy the source files to the project. Then it works. So, the problem is solved, this time.
I'm not sure it is bug or not. I'll report it, later.
Thank you.
|
LateDeveloper
Tester - PICC PRO
Reged: Aug 20 2007
Posts: 273
|
|
Well done, I did forget to mention creating a new project and copying the files across, since I had the same problem, when trying to convert old projects to the new format.
|