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 CCS Technical Support

Error message Contact CCS

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



Joined: 11 Jan 2012
Posts: 69

View user's profile Send private message

Error message Contact CCS
PostPosted: Sat Oct 24, 2015 12:00 am     Reply with quote

I have CCS C CCS PCM C Compiler, Version 5.026.
The file is now generating error as shown below:

*** Error 44 "Thermo_Menu_v9.c" Line 677(1,1): Internal Error - Contact CCS LABEL SCR=2699

Does any one knows what does this means.

Thanks
Ttelmah



Joined: 11 Mar 2010
Posts: 19492

View user's profile Send private message

PostPosted: Sat Oct 24, 2015 1:19 am     Reply with quote

It's telling you what to do. Contact CCS. This is _not_ 'CCS'. This is a user forum.
temtronic



Joined: 01 Jul 2010
Posts: 9220
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Sat Oct 24, 2015 5:35 am     Reply with quote

There is a simple way (other than contacting CCS) to figure what it is.
Go back 1 version of your program and look at the new code of the current non working version. It will be obvious what code you just added that made the compiler stop.
Whatever you did in the new version is very likely what gave the error.
While having 20-30-59 versions of one program may seem excessive and ridiculous, since it doesn't take up any 'real' amount of HD space, it DOES make troubleshooting code a LOT easier!

Yes, once you have a final version, you can delete all but say the last 3 versions or maybe 4, depending on how many changes per version you make.

Jay
guy



Joined: 21 Oct 2005
Posts: 297

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

PostPosted: Mon Oct 26, 2015 5:29 am     Reply with quote

I agree with Jay - try going back to an older version of the code. I also had a case when, after adding a piece of code, the message would sometimes appear after compilation and sometimes not. In another case it appeared due to while(true) instead of while(1) but it could be from numerous reasons.
dyeatman



Joined: 06 Sep 2003
Posts: 1933
Location: Norman, OK

View user's profile Send private message

PostPosted: Mon Oct 26, 2015 9:52 am     Reply with quote

Every single case of this I have encountered has always been a syntax
error on my part. I just comment out the latest lines until the problem goes
away and that tells me where to look.
_________________
Google and Forum Search are some of your best tools!!!!
CMatic



Joined: 11 Jan 2012
Posts: 69

View user's profile Send private message

PostPosted: Tue Nov 10, 2015 9:20 am     Reply with quote

dyeatman wrote:
Every single case of this I have encountered has always been a syntax
error on my part. I just comment out the latest lines until the problem goes
away and that tells me where to look.


Yes, it was syntax. Thanks a lot Wink
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