Other Parts Discussed in Thread: CC2650
Tool/software: Code Composer Studio
HW: CC2650MODA
CCS: v8
Compiler: TI v18.1.1.LTS
I have downloaded the BLE Stack 2.2.2 and have gone through the various steps to build project zero through simplelink academy 1.11.
During the building of the example launchxl program, I receive a number of errors:
Description Resource Path Location Type
gmake: *** [all] Error 2 project_zero_stack_cc2650 C/C++ Problem
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/common/cc26xx/icall_startup.c', needed by 'Startup/icall_startup.obj'. project_zero_stack_cc2650 C/C++ Problem
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/common/cc26xx/npi/stack/npi.c', needed by 'NPI/npi.obj'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/common/osal_memory_icall.c', needed by 'OSAL/osal_memory_icall.obj'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/host/gattservapp_util.c', needed by 'PROFILES/gattservapp_util.obj'. project_zero_stack_cc2650 C/C++ Problem
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/icall/stack/ble_dispatch.c', needed by 'ICallBLE/ble_dispatch.obj'. project_zero_stack_cc2650 C/C++ Problem
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/icall/stack/ble_user_config.c', needed by 'Startup/ble_user_config.obj'. project_zero_stack_cc2650 C/C++ Problem
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/profiles/roles/gap.c', needed by 'PROFILES/gap.obj'. project_zero_stack_cc2650 C/C++ Problem
gmake[1]: *** No rule to make target 'C:/ti/simplelink/ble_sdk_2_02_01_18/src/profiles/roles/gapbondmgr.c', needed by 'PROFILES/gapbondmgr.obj'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
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'. project_zero_stack_cc2650 C/C++ Problem
gmake[1]: Target 'main-build' not remade because of errors. project_zero_stack_cc2650 C/C++ Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\common\cc26xx). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\common\cc26xx\npi\stack). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\components\hal\src\inc). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\components\hal\src\target). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\components\hal\src\target\_common). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\components\hal\src\target\_common\cc26xx). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\components\icall\src\inc). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\components\npi\src). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\components\osal\src\inc). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\components\services\src\aes\cc26xx). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\components\services\src\nv). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\components\services\src\nv\cc26xx). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\components\services\src\saddr). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\controller\cc26xx\inc). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\examples\simple_peripheral\cc26xx\stack). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\icall\inc). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\inc). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\profiles\roles). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\simplelink\ble_sdk_2_02_01_18\src\rom). project_zero_stack_cc2650 pathentry Path Entry Problem
Invalid project path: Include path not found (C:\ti\tirtos_cc13xx_cc26xx_2_20_01_08\products\cc26xxware_2_24_02_17393). project_zero_stack_cc2650 pathentry Path Entry Problem
This project contains 62 unresolved buildable linked resource(s). The project may not build as expected. project_zero_stack_cc2650 project Problem
It appears that the simplelink academy project is pointing to a path that uses the BLE SDK 2.2.1 and not 2.2.2 and therefore cant find the required folders.