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
Isn't that obvious from the message:
ERROR L114: SEGMENT DOES NOT FIT
If something - anything - does not fit, then what do you need to do about that?
If you're packing a suitcase, and your stuff does not fit - what do you do...?
Isn't that obvious from the message
No, if you don't know what a segment is and how it relates to your program. To learn that, one would have to read the manual:
http://www.keil.com/support/man/docs/c166/c166_ap_sgc.htm
I think it should still be obvious that the message is telling him that something is too big - and the way forward when anything is too big should be obvious...?
But there is a hint.
The message doesn't just claim a problem about a magic segment. It also presents the information:
SPACE: DATA SEGMENT: _DATA_GROUP
This should give a hint that this magic "segment" whatever a segment is has something to do with data and space.
So the message becomes something like: "magic data something" doesn't fit.
That really should be enough hints to push someone in the right direction. Especially since Google does a good job.