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/CC2640R2F: simple_central_cc2640r2lp_app example project doesn't compile, missing ble_r2.symbols

Part Number: CC2640R2F

Tool/software: Code Composer Studio

Hi,

I'm just starting with CCS/CC2640R2F and the example code doesn't compile. There is no ble_r2.symbols, lib_linker.cmd and simple_central_cc2640r2lp_stack_library.lib in the folders.

I instqlled simplelink_cc2640r2_sdk_1_00_00_22.exe

By the way where is the documentation for this example, I can't see anything in the tree nor by searching the websitem just only source code?

Thanks. Jerome.

<Linking>
error #10008-D: cannot find file "C:/Program/ti/simplelink_cc2640r2_sdk_1_00_00_22/examples/rtos/CC2640R2_LAUNCHXL/blestack/simple_central/tirtos/ccs/config/ble_r2.symbols"
error #10008-D: cannot find file "C:/Program/ti/simplelink_cc2640r2_sdk_1_00_00_22/examples/rtos/CC2640R2_LAUNCHXL/blestack/simple_central/tirtos/ccs/config/lib_linker.cmd"
error #10008-D: cannot find file "D:/Documents/yyyy/ti/simple_central_cc2640r2lp_stack_library/FlashROM_Library/simple_central_cc2640r2lp_stack_library.lib"

...
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "simple_central_cc2640r2lp_app.out" not built

>> Compilation failure
makefile:178: recipe for target 'simple_central_cc2640r2lp_app.out' failed
gmake[1]: *** [simple_central_cc2640r2lp_app.out] Error 1
makefile:174: recipe for target 'all' failed
gmake: *** [all] Error 2

**** Build Finished ****