Forum : 8051
Original Post
Post Information | Post |
---|---|
June 26, 2007 - 12:08pm
|
Hi, Whenever I compile a code, which i am supposed to debug. It shows only one error ie, How to debug this error? Any input from you will be of great help to me Thanks |
The answer is probably "pay for the program".
That message is the one you get when you try to compile and link a program bigger than 4k using the demo version of Ride.
If you are using a registered and paid-for version, then either you haven't (or your administrator hasn't) registered it properly, or else you are compiling a very big program.
The first line of the project (left hand) pane usually tells you how big your object code file is, right after the name of the target file.
Tim Jackson
Hello,
thank you Tim for the answer, indeed it is right. The compiler cannot generate the object file because of the code size limitation corresponding to the license.
regards,
Lionel