This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: Error appear by changing Board Files

Tool/software: Code Composer Studio

Hi everyone,

I'm building a program using project_zero example and when I tried to change the Board files to other ones this error start to appear:

makefile:187: recipe for target 'colmeiaV2_1_app.out' failed
"c:/ti/simplelink/ble_sdk_2_02_01_18/src/common/cc26xx/ccs/cc26xx_app.cmd", line 121: error #10099-D: program will not fit into available memory. placement with alignment fails for section ".const" size 0x22f3 . Available memory ranges:
FLASH size: 0xc000 unused: 0x1ad max hole: 0x1a2
FLASH_LAST_PAGE size: 0x1000 unused: 0xfa8 max hole: 0xfa8
error #10010: errors encountered during linking; "colmeiaV2_1_app.out" not built
gmake[1]: *** [colmeiaV2_1_app.out] Error 1
gmake: *** [all] Error 2

Then I change again the Board Files back to the first ones, I also delete it and import it again and the error persists.

The same program with the same files works fine in other PCs.

What happens? How can I use the program again? If you need more information, I will provide.

Thank you and best regards,

Miguel Vieira

  • Hello Miguel ,

    It's clear that you have introduced some unwanted change that is resulting in a linker error. I unfortunately can't tell what it is from the limited information here. I suggest to re-install the SDK, verify your can build in a clean workplace, then 1x1 add your changes.

    Best wishes