Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

CC2640R2F: CC2640R2 simple peripheral code not compiling

Part Number: CC2640R2F

Tool/software:

error #10008-D: cannot find file "C:/Users/ANJANA DIVA/workspace_v9/ble5_simple_peripheral_cc2640r2lp_stack_library/FlashROM_Library/ble_r2.symbols"
error #10008-D: cannot find file "C:/Users/ANJANA DIVA/workspace_v9/ble5_simple_peripheral_cc2640r2lp_stack_library/FlashROM_Library/lib_linker.cmd"
"C:/ti/simplelink_cc2640r2_sdk_5_30_01_11/source/ti/ble5stack/common/cc26xx/ccs/cc26xx_app.cmd", line 254: error #10263: FLASH memory range has already been specified
"C:/ti/simplelink_cc2640r2_sdk_5_30_01_11/source/ti/ble5stack/common/cc26xx/ccs/cc26xx_app.cmd", line 254: error #10264: FLASH memory range overlaps existing memory range FLASH
"C:/ti/simplelink_cc2640r2_sdk_5_30_01_11/source/ti/ble5stack/common/cc26xx/ccs/cc26xx_app.cmd", line 257: error #10264: FLASH_LAST_PAGE memory range overlaps existing memory range FLASH
"C:/ti/simplelink_cc2640r2_sdk_5_30_01_11/source/ti/ble5stack/common/cc26xx/ccs/cc26xx_app.cmd", line 260: error #10263: SRAM memory range has already been specified
"C:/ti/simplelink_cc2640r2_sdk_5_30_01_11/source/ti/ble5stack/common/cc26xx/ccs/cc26xx_app.cmd", line 260: error #10264: SRAM memory range overlaps existing memory range SRAM
"C:/ti/simplelink_cc2640r2_sdk_5_30_01_11/source/ti/ble5stack/common/cc26xx/ccs/cc26xx_app.cmd", line 206: warning #10190-D: absolute symbol "__STACK_TOP" being redefined
"C:/ti/simplelink_cc2640r2_sdk_5_30_01_11/source/ti/ble5stack/common/cc26xx/ccs/cc26xx_app.cmd", line 206: warning #10190-D: absolute symbol "__STACK_TOP" being redefined
"C:/ti/simplelink_cc2640r2_sdk_5_30_01_11/source/ti/ble5stack/common/cc26xx/ccs/cc26xx_app.cmd", line 206: warning #10190-D: absolute symbol "__STACK_TOP" being redefined

error #10234-D: unresolved symbols remain

error #10010: errors encountered during linking; "ble5_simple_peripheral_cc2640r2lp_app.out" not built
>> Compilation failure
makefile:191: recipe for target 'ble5_simple_peripheral_cc2640r2lp_app.out' failed
gmake[1]: *** [ble5_simple_peripheral_cc2640r2lp_app.out] Error 1
gmake: *** [all] Error 2
makefile:184: recipe for target 'all' failed

why am i getting this error using the CCS 9 version and SDK 5_30 version, i am using simple peripheral code 

  • Hi,

    Please ensure your tool versions match the dependencies listed in the release notes:

    Also, ensure you are building the stack_library project first before building the app project.

    Best Regards,

    Jan