Topic : maximum object size reached

Forum : 8051

Original Post
Post Information Post
June 26, 2007 - 12:08pm
Guest

Hi,
Could anyone please tell me what are the steps to be taken to increase the object size. I searched in the help files of Ride but with little luck.

Whenever I compile a code, which i am supposed to debug. It shows only one error ie,
error c200: maximum object size reached.

How to debug this error? Any input from you will be of great help to me

Thanks
Raghavendra

Replies
Post Information Post
+1
0
-1
June 26, 2007 - 10:51pm
Guest

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

+1
0
-1
June 27, 2007 - 9:17am
Guest

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