petertang
Newbie level 5
I have a problem with the intergration of mplab 6.62 and CCS3.190 or higher.The plug_in is already installed. The projet is created under mplab and the source code is included. It shows the following message:
Clean: Deleting intermediary and output files.
Clean: Done.
Executing: "C:\Program Files\PICC\Ccsc.exe" test.c +FH
No Errors
Halting build on first failed translation as user preferences indicate.
BUILD FAILED: Thu Nov 25 10:27:54 2004
Then the memory is empty. if the cof file is imported manually to the memory, everything works fine(simulation). If now I open the ccs compiler , open the source code and modify it, compile it and then rerun the program agian, now the memory can not be updated by itself. I have to import the cof file again to let it run properly.
Can someone tell me what the problem is?
Clean: Deleting intermediary and output files.
Clean: Done.
Executing: "C:\Program Files\PICC\Ccsc.exe" test.c +FH
No Errors
Halting build on first failed translation as user preferences indicate.
BUILD FAILED: Thu Nov 25 10:27:54 2004
Then the memory is empty. if the cof file is imported manually to the memory, everything works fine(simulation). If now I open the ccs compiler , open the source code and modify it, compile it and then rerun the program agian, now the memory can not be updated by itself. I have to import the cof file again to let it run properly.
Can someone tell me what the problem is?