Part Number: LAUNCHXL-CC2640R2
Other Parts Discussed in Thread: CC2640R2F, CC2650, MSP430FR5994
Tool/software: Code Composer Studio
After a clean install of 7.1.1 ccs and the simple link sdk for cc2640r2f when building the stack for the simple peripheral i recieve the two error messages
cannot find file "C:/Users/Greg Martin/workspace_v7/simple_peripheral_cc2640r2lp_stack/FlashROM/ble_r2.symbols" and
cannot find file "C:/Users/Greg Martin/workspace_v7/simple_peripheral_cc2640r2lp_stack/FlashROM/lib_linker.cmd"
These files seem to be pulled into the debug directory (FLASHROM) at build time bust are missing. A co-worker attempted in his environment and they appeared after compilation. copying those files from his machine into my FLASHROM makes the compilation pass
I have ccs 6.1.1 installed (cc2650 projects), ccs 6.2 installed (msp430fr5994 projects) and now ccs7.1.1 for the cc2640r2f but created a clean vm with only ccs7 and still seem to have this issue. Where in the project build procedure should the lib_linker.cmd be generated?