Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2650, CC2640, , BLE-STACK, SYSBIOS
Tool/software: Code Composer Studio
Hi there,
I have been trying to build/compile the ProjectZero App on CCSV8. I am stuck with the following errors.
**** Build of configuration Debug for project project_zero_stack_cc2650 ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -j -k -j 4 all -O
"c:/ti/simplelink/ble_sdk_2_02_01_18/tools/lib_search/lib_search.exe" C:/ti/workspace_azim/project_zero_stack_cc2650/TOOLS/build_config.opt "c:/ti/simplelink/ble_sdk_2_02_01_18/tools/lib_search/params_split_cc2640.xml" c:/ti/simplelink/ble_sdk_2_02_01_18/blelib "C:/ti/workspace_azim/project_zero_stack_cc2650/TOOLS/lib_linker.cmd"
makefile:215: recipe for target 'pre-build' failed
process_begin: CreateProcess(NULL, c:/ti/simplelink/ble_sdk_2_02_01_18/tools/lib_search/lib_search.exe C:/ti/workspace_azim/project_zero_stack_cc2650/TOOLS/build_config.opt c:/ti/simplelink/ble_sdk_2_02_01_18/tools/lib_search/params_split_cc2640.xml c:/ti/simplelink/ble_sdk_2_02_01_18/blelib C:/ti/workspace_azim/project_zero_stack_cc2650/TOOLS/lib_linker.cmd, ...) failed.
gmake[1]: [pre-build] Error 2 (ignored)
makefile:182: recipe for target 'all' failed
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/common/hal_assert.c', needed by 'HAL/Common/hal_assert.obj'.
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_flash_wrapper.c', needed by 'HAL/Target/CC2650/Drivers/hal_flash_wrapper.obj'.
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_rtc_wrapper.c', needed by 'HAL/Target/CC2650/Drivers/hal_rtc_wrapper.obj'.
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_trng_wrapper.c', needed by 'HAL/Target/CC2650/Drivers/hal_trng_wrapper.obj'.
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/cc26xx/mb_patch.c', needed by 'HAL/Target/CC2650/_common/mb_patch.obj'.
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/common/osal.c', needed by 'OSAL/osal.obj'.
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/common/osal_bufmgr.c', needed by 'OSAL/osal_bufmgr.obj'.
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/common/osal_cbtimer.c', needed by 'OSAL/osal_cbtimer.obj'.
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/common/osal_clock.c', needed by 'OSAL/osal_clock.obj'.
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/common/osal_pwrmgr.c', needed by 'OSAL/osal_pwrmgr.obj'.
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/mcu/cc26xx/osal_snv_wrapper.c', needed by 'OSAL/osal_snv_wrapper.obj'.
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/common/osal_timers.c', needed by 'OSAL/osal_timers.obj'.
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/rom/r1/common_rom_init.c', needed by 'Startup/common_rom_init.obj'.
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/examples/simple_peripheral/cc26xx/stack/osal_icall_ble.c', needed by 'Startup/osal_icall_ble.obj'.
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/rom/r1/rom_init.c', needed by 'Startup/rom_init.obj'.
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/common/cc26xx/onboard.c', needed by 'TOOLS/onboard.obj'.
gmake[1]: Target 'main-build' not remade because of errors.
gmake: *** [all] Error 2
**** Build Finished ****
Can someone help me figure out what it is?
Best,
AM





