View previous topic :: View next topic |
Author |
Message |
pareshpai88
Joined: 24 Sep 2004 Posts: 1
|
Error 300 and 44 |
Posted: Sat Oct 16, 2004 11:50 am |
|
|
Hi all,
I just purchased CCS PCM and updated it with the latest version.
When I compile any file I get the errors 300 and 44. The .hex and .lst files get generated but I get the following message :
Clean: Deleting intermediary and output files.
Clean: Done.
Executing: "C:\Program Files\PICC\Ccsc.exe" EX_PSP.C +FM
Error[300] H:\EX_PSP.C 118 : More info: I/O error 53
Error[44] H:\EX_PSP.C 118 : Internal Error - Contact CCS OUTPUT FILE O
Halting build on first failed translation as user preferences indicate.
Can anybody help me on this ?
Thanks in advance.
Paresh. |
|
|
jventerprises
Joined: 01 Apr 2004 Posts: 43 Location: Boston
|
access violation |
Posted: Sat Oct 16, 2004 10:58 pm |
|
|
hi,
i'm in the same boat. i can usually get by the problem by:
sometimes i reboot and the same code that would not generate a cof now does.
sometimes i just comment out some lines, the code builds, then uncomment out those lines and it will build.
and sometimes i just quit PCW and restart and the same code compiles and generates a COF!
anybody else??? _________________ Jon |
|
|
jventerprises
Joined: 01 Apr 2004 Posts: 43 Location: Boston
|
Try extended COD format |
Posted: Sat Oct 16, 2004 11:07 pm |
|
|
hi again,
i forgot to say that when i use the extended COD format instead of COFF, the problems seem to go away...
give that a try _________________ Jon |
|
|
Guest
|
|
Posted: Sun Oct 17, 2004 12:31 am |
|
|
Thanks Jon
But it does not seem to be working with me.
My version of PCM is 3.212. The manual says this error indicates that the compiler has detected an internal inconsistency and is not an error with the source code. If I double click on the error it takes me to the last line of the code. The manual further says that if the error was the last line of the code, then the problem was in linking.
The conclusion .... I can get no meaningout of all this and the problem persists.
Thanks again.
Paresh |
|
|
ppa
Joined: 24 Sep 2004 Posts: 2
|
|
Posted: Sun Oct 17, 2004 1:40 am |
|
|
Hi again Jon,
After a bit of playing around , I found the following solution :
I used alternate settings for the ccs compiler
+LN +T -A +M -Z +Y=9 +EA +P +DM
Here, I am creating a map file (+DM)instead of a cod file for debugging. Also the switch +P allows me to see the output files generated by the compiler. Of course, it reports that "Failed to load .cod file" but then says "build succeeded".
Another advantage is you can see the rom and ram usage in the pause screen of the compiler.
Hoping to continue the exchange and See you soon.
Paresh |
|
|
|