CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Error 300 and 44

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
pareshpai88



Joined: 24 Sep 2004
Posts: 1

View user's profile Send private message

Error 300 and 44
PostPosted: Sat Oct 16, 2004 11:50 am     Reply with quote

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

View user's profile Send private message Visit poster's website

access violation
PostPosted: Sat Oct 16, 2004 10:58 pm     Reply with quote

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

View user's profile Send private message Visit poster's website

Try extended COD format
PostPosted: Sat Oct 16, 2004 11:07 pm     Reply with quote

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








PostPosted: Sun Oct 17, 2004 12:31 am     Reply with quote

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

View user's profile Send private message

PostPosted: Sun Oct 17, 2004 1:40 am     Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group