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
  • Hi,

    I'm trying to build my project with the SAK-XC886CM-8FFA target.I see the error below:

    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.

Reply
  • Hi,

    I'm trying to build my project with the SAK-XC886CM-8FFA target.I see the error below:

    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.

Children