Tool/software: Code Composer Studio
Hi,
I had this problem with CCS V7.4 and by reading various threads, I was able to solve it (no spaces in file names, changes to build steps for python)
Now I have the same problem with CCS V8.1 and the prior threads no longer apply (i.e. there is no pre-build step to modify any more).
Importing an building a project from either the base SDK (e.g. simple peripheral) or the academy (e.g. project zero) fail with the error messages:
error #10008-D: cannot find file "/Users/username/ti/workspace/simple_peripheral_cc2640r2lp_stack_library/FlashROM_Library/ble_r2.symbols"
error #10008-D: cannot find file "/Users/username/ti/workspace/simple_peripheral_cc2640r2lp_stack_library/FlashROM_Library/lib_linker.cmd
For both simple peripheral and project zero, I built the stack library first...
Any suggestions?
My set up is:
- new MacOS machine running High Sierra 10.13
- SimpleLink SDK 1.50.00.58 (copied over from another machine since can no longer download this version)
- SimpleLink Academy 1.14.02 (downloaded from Resource Explorer)
Directories:
/Users/username/ti/<simplelink sdk files>
/Users/username/ti/<simplelink academy files>
/Users/username/ti/workspace