Part Number: CC2640R2F
Tool/software: Code Composer Studio
SessionId: 1536243725708_00002871
Hi,
I'm trying to build the example project zero for the cc2640r2 with CCS Cloud.
(Resource Explorer: Development Tools -> Kits and Boards -> CC 2640R2 LaunchPad)
In order to build it, I first need to build this library:
project_zero_cc2640r2lp_stack_library
while the library itself builds just fine, there is a prebuild step that fails like this:
makefile:198: recipe for target 'pre-build' failed gmake[1]: execvp: @ti-rex-content/simplelink_cc2640r2_sdk_2_20_00_49/tools/blestack/lib_search/lib_search: Permission deniedthe actual project fails to link then because those files are missing: ble_r2.symbols and lib_linker.cmd
any idea what could be wrong with the setup?