Other Parts Discussed in Thread: CC2640, CC2650
Tool/software: Code Composer Studio
Hi,
I'm trying to get the project zero to work for this devkit. But on compilation, On building project_zero_cc2640r2lp_app I keep getting an error:
<Linking>
error #10008-D: cannot find file "C:/ti/workspace/project_zero_cc2640r2lp_stack_library/FlashROM_Library/ble_r2.symbols"
error #10008-D: cannot find file "C:/ti/workspace/project_zero_cc2640r2lp_stack_library/FlashROM_Library/lib_linker.cmd"
I've tried all the suggestions from the posts but none seem to work.
- no spaces in workspace
- user privileges of the SDK
- install directory of the SDK to c:\ti
Both these files aren't available in the directory build by the project_zero_cc2640r2lp_stack_library. Also the project_zero_cc2640r2lp_stack_library throws out a error/warning.
C:/ti/simplelink_cc2640r2_sdk_3_30_00_20/source/ti/blestack/../../../tools/blestack/lib_search/lib_search C:/ti/workspace/project_zero_cc2640r2lp_stack_library/TOOLS/build_config.opt C:/ti/simplelink_cc2640r2_sdk_3_30_00_20/source/ti/blestack/blelib C:/ti/workspace/project_zero_cc2640r2lp_stack_library/FlashROM_Library/lib_linker.cmd cc2640 C:/ti/simplelink_cc2640r2_sdk_3_30_00_20/source/ti/blestack/../../../tools/blestack/lib_search/lib_search.xml C:/ti/simplelink_cc2640r2_sdk_3_30_00_20/source/ti/blestack/symbols
makefile:200: recipe for target 'pre-build' failed
process_begin: CreateProcess(C:\ti\simplelink_cc2640r2_sdk_3_30_00_20\tools\blestack\lib_search\lib_search, C:/ti/simplelink_cc2640r2_sdk_3_30_00_20/source/ti/blestack/../../../tools/blestack/lib_search/lib_search C:/ti/workspace/project_zero_cc2640r2lp_stack_library/TOOLS/build_config.opt C:/ti/simplelink_cc2640r2_sdk_3_30_00_20/source/ti/blestack/blelib C:/ti/workspace/project_zero_cc2640r2lp_stack_library/FlashROM_Library/lib_linker.cmd cc2640 C:/ti/simplelink_cc2640r2_sdk_3_30_00_20/source/ti/blestack/../../../tools/blestack/lib_search/lib_search.xml C:/ti/simplelink_cc2640r2_sdk_3_30_00_20/source/ti/blestack/symbols, ...) failed.
make (e=193): Error 193
gmake[1]: [pre-build] Error 193 (ignored)
I'm using:
- Windows 10 system with the latest updates
- Code Composer Studio Version: 9.3.0.00012 installed at c:\ti
- SimpleLink CC2640R2 SDK v 3.30.00.20
- Workspace location has no whitespaces in it
- All latest versions, downloaded and installed today (2020-01-05)
Any help on this please.