This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error while building the project

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

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

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

Children
No data