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