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
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.