We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I'm trying to build my project with the SAK-XC886CM-8FFA target.I see the error below:
ERROR L114: SEGMENT DOES NOT FIT SPACE: DATA SEGMENT: _DATA_GROUP BASE: 0000H LENGTH: 00C1H
Please show me way forward.
Thanks
ERROR:C249:'DATA':SEGMENT TOO LARGE.
But the results come out correctly. The memory allocation i've done is as below: SROM(0X0 - 0X6FFF) CODE_FLASHMEM(0XF5E0 - 0XF5FF) XDATA(0XF000 - 0XF5DF) CODE(0X0 - 0X6FFF) CONST(0X0 - 0X6FFF)
Please guide me.
Thanks.
Again, isn't it obvious from the message:
ERROR:C249:'DATA': SEGMENT TOO LARGE
If something - anything - is too large, then what do you need to do about that?
If you're packing a suitcase, and your stuff is too large - what do you do...?
Are you sure that's the correct error code?
There is no error C249 listed in the Manual for C166:
http://www.keil.com/support/man/docs/c166/c166_er_errorwarn.htm
But there is one for the C51 compiler:
http://www.keil.com/support/man/docs/c51/c51_c249.htm
Please clarify!!
Sorry..it is in C51..you are right
Glad that's cleared up, then!
However, it remains true that the approaches to dealing with stuff that does not fit or is too large are entirely general and not specific to any particular situation.
Aren't they?