Other Parts Discussed in Thread: SYSCONFIG
Dear TI members,
Recently, I ran into the trouble of building project. Several error masseges were shown, indicating there're building properties haven't been set.
Here's the error log:
**** Clean-only build of configuration Release for project data_stream_LP_EM_CC2340R5_freertos_ticlang ****
"C:\\ti\\ccs1260\\ccs\\utils\\bin\\gmake" -k -j 12 clean -O
DEL /F "syscfg\ti_ble_config.h" "syscfg\ti_radio_config.h" "syscfg\ti_drivers_config.h" "syscfg\ti_utils_build_linker.cmd.genlibs" "syscfg\syscfg_c.rov.xs" "syscfg\FreeRTOSConfig.h" "syscfg\ti_ble_config.c" "syscfg\ti_devices_config.c" "syscfg\ti_radio_config.c" "syscfg\ti_drivers_config.c" "syscfg\ti_utils_build_compiler.opt" "syscfg\ti_freertos_config.c" "syscfg\ti_freertos_portable_config.c" "data_stream_LP_EM_CC2340R5_freertos_ticlang.out"
DEL /F "syscfg\ti_ble_config.o" "syscfg\ti_devices_config.o" "syscfg\ti_radio_config.o" "syscfg\ti_drivers_config.o" "syscfg\ti_freertos_config.o" "syscfg\ti_freertos_portable_config.o" "main_freertos.o" "Startup\rcl_settings_ble.o" "app\Profiles\app_data_stream.o" "app\Profiles\app_dev_info.o" "app\app_broadcaster.o" "app\app_central.o" "app\app_connection.o" "app\app_data.o" "app\app_main.o" "app\app_observer.o" "app\app_pairing.o" "app\app_peripheral.o" "common\BLEAppUtil\bleapputil_init.o" "common\BLEAppUtil\bleapputil_process.o" "common\BLEAppUtil\bleapputil_stack_callbacks.o" "common\BLEAppUtil\bleapputil_task.o" "common\Drivers\NV\crc.o" "common\Drivers\NV\nvocmp.o" "common\MenuModule\menu_module.o" "common\Profiles\data_stream\data_stream_profile.o" "common\Services\data_stream\data_stream_server.o" "common\Services\dev_info\dev_info_service.o" "common\Startup\ble_user_config_stack.o" "common\Startup\osal_icall_ble.o" "common\Startup\rom_init.o" "common\iCall\icall_POSIX.o" "common\iCall\icall_cc23x0.o"
DEL /F "common\iCall\icall_user_config.o" "common\iCallBLE\ble_stack_api.o" "common\iCallBLE\ble_user_config.o" "common\iCallBLE\icall_api_lite.o"
DEL /F "syscfg\ti_ble_config.d" "syscfg\ti_devices_config.d" "syscfg\ti_radio_config.d" "syscfg\ti_drivers_config.d" "syscfg\ti_freertos_config.d" "syscfg\ti_freertos_portable_config.d" "main_freertos.d" "Startup\rcl_settings_ble.d" "app\Profiles\app_data_stream.d" "app\Profiles\app_dev_info.d" "app\app_broadcaster.d" "app\app_central.d" "app\app_connection.d" "app\app_data.d" "app\app_main.d" "app\app_observer.d" "app\app_pairing.d" "app\app_peripheral.d" "common\BLEAppUtil\bleapputil_init.d" "common\BLEAppUtil\bleapputil_process.d" "common\BLEAppUtil\bleapputil_stack_callbacks.d" "common\BLEAppUtil\bleapputil_task.d" "common\Drivers\NV\crc.d" "common\Drivers\NV\nvocmp.d" "common\MenuModule\menu_module.d" "common\Profiles\data_stream\data_stream_profile.d" "common\Services\data_stream\data_stream_server.d" "common\Services\dev_info\dev_info_service.d" "common\Startup\ble_user_config_stack.d" "common\Startup\osal_icall_ble.d" "common\Startup\rom_init.d" "common\iCall\icall_POSIX.d" "common\iCall\icall_cc23x0.d"
DEL /F "common\iCall\icall_user_config.d" "common\iCallBLE\ble_stack_api.d" "common\iCallBLE\ble_user_config.d" "common\iCallBLE\icall_api_lite.d"
RMDIR /S/Q "syscfg"
Finished clean
**** Build Finished ****
**** Build of configuration Release for project data_stream_LP_EM_CC2340R5_freertos_ticlang ****
"C:\\ti\\ccs1260\\ccs\\utils\\bin\\gmake" -k -j 12 all -O
Building file: "../data_stream.syscfg"
Invoking: SysConfig
"C:/ti/sysconfig_1.18.1/sysconfig_cli.bat" --script "C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/data_stream.syscfg" -o "syscfg" -s "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/.metadata/product.json" --compiler ticlang
Running script...
Validating...
warning: /ti/drivers/RNG noiseConditioningKeyW3: This the default noise conditioning key provided by TI, which is acceptable per NIST SP 800-90B. However, TI recommends you change this default value to a custom random value for your product
Generating Code (data_stream.syscfg)...
Writing C:\Users\23002747\workspace_v12\data_stream_LP_EM_CC2340R5_freertos_ticlang\Release\syscfg\ti_ble_config.h...
Writing C:\Users\23002747\workspace_v12\data_stream_LP_EM_CC2340R5_freertos_ticlang\Release\syscfg\ti_ble_config.c...
Writing C:\Users\23002747\workspace_v12\data_stream_LP_EM_CC2340R5_freertos_ticlang\Release\syscfg\ti_devices_config.c...
Writing C:\Users\23002747\workspace_v12\data_stream_LP_EM_CC2340R5_freertos_ticlang\Release\syscfg\ti_radio_config.c...
Writing C:\Users\23002747\workspace_v12\data_stream_LP_EM_CC2340R5_freertos_ticlang\Release\syscfg\ti_radio_config.h...
Writing C:\Users\23002747\workspace_v12\data_stream_LP_EM_CC2340R5_freertos_ticlang\Release\syscfg\ti_drivers_config.c...
Writing C:\Users\23002747\workspace_v12\data_stream_LP_EM_CC2340R5_freertos_ticlang\Release\syscfg\ti_drivers_config.h...
Writing C:\Users\23002747\workspace_v12\data_stream_LP_EM_CC2340R5_freertos_ticlang\Release\syscfg\ti_utils_build_linker.cmd.genlibs...
Writing C:\Users\23002747\workspace_v12\data_stream_LP_EM_CC2340R5_freertos_ticlang\Release\syscfg\ti_utils_build_compiler.opt...
Writing C:\Users\23002747\workspace_v12\data_stream_LP_EM_CC2340R5_freertos_ticlang\Release\syscfg\syscfg_c.rov.xs...
Writing C:\Users\23002747\workspace_v12\data_stream_LP_EM_CC2340R5_freertos_ticlang\Release\syscfg\FreeRTOSConfig.h...
Writing C:\Users\23002747\workspace_v12\data_stream_LP_EM_CC2340R5_freertos_ticlang\Release\syscfg\ti_freertos_config.c...
Writing C:\Users\23002747\workspace_v12\data_stream_LP_EM_CC2340R5_freertos_ticlang\Release\syscfg\ti_freertos_portable_config.c...
0 error(s), 1 warning(s)
Finished building: "../data_stream.syscfg"
gmake: *** No rule to make target 'C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/rcl_settings_ble.c', needed by 'Startup/rcl_settings_ble.o'.
Building file: "syscfg/ti_ble_config.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"syscfg/ti_ble_config.d_raw" -MT"syscfg/ti_ble_config.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"syscfg/ti_ble_config.o" "syscfg/ti_ble_config.c"
subdir_rules.mk:31: recipe for target 'syscfg/ti_ble_config.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [syscfg/ti_ble_config.o] Error 1
Building file: "syscfg/ti_devices_config.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"syscfg/ti_devices_config.d_raw" -MT"syscfg/ti_devices_config.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"syscfg/ti_devices_config.o" "syscfg/ti_devices_config.c"
subdir_rules.mk:31: recipe for target 'syscfg/ti_devices_config.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [syscfg/ti_devices_config.o] Error 1
Building file: "syscfg/ti_radio_config.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"syscfg/ti_radio_config.d_raw" -MT"syscfg/ti_radio_config.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"syscfg/ti_radio_config.o" "syscfg/ti_radio_config.c"
subdir_rules.mk:31: recipe for target 'syscfg/ti_radio_config.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [syscfg/ti_radio_config.o] Error 1
Building file: "syscfg/ti_drivers_config.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"syscfg/ti_drivers_config.d_raw" -MT"syscfg/ti_drivers_config.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"syscfg/ti_drivers_config.o" "syscfg/ti_drivers_config.c"
subdir_rules.mk:31: recipe for target 'syscfg/ti_drivers_config.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [syscfg/ti_drivers_config.o] Error 1
Building file: "syscfg/ti_freertos_config.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"syscfg/ti_freertos_config.d_raw" -MT"syscfg/ti_freertos_config.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"syscfg/ti_freertos_config.o" "syscfg/ti_freertos_config.c"
subdir_rules.mk:31: recipe for target 'syscfg/ti_freertos_config.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [syscfg/ti_freertos_config.o] Error 1
Building file: "syscfg/ti_freertos_portable_config.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"syscfg/ti_freertos_portable_config.d_raw" -MT"syscfg/ti_freertos_portable_config.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"syscfg/ti_freertos_portable_config.o" "syscfg/ti_freertos_portable_config.c"
subdir_rules.mk:31: recipe for target 'syscfg/ti_freertos_portable_config.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [syscfg/ti_freertos_portable_config.o] Error 1
Building file: "../main_freertos.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"main_freertos.d_raw" -MT"main_freertos.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"main_freertos.o" "../main_freertos.c"
subdir_rules.mk:38: recipe for target 'main_freertos.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [main_freertos.o] Error 1
Building file: "../app/Profiles/app_data_stream.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"app/Profiles/app_data_stream.d_raw" -MT"app/Profiles/app_data_stream.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"app/Profiles/app_data_stream.o" "../app/Profiles/app_data_stream.c"
app/Profiles/subdir_rules.mk:9: recipe for target 'app/Profiles/app_data_stream.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [app/Profiles/app_data_stream.o] Error 1
Building file: "../app/Profiles/app_dev_info.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"app/Profiles/app_dev_info.d_raw" -MT"app/Profiles/app_dev_info.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"app/Profiles/app_dev_info.o" "../app/Profiles/app_dev_info.c"
app/Profiles/subdir_rules.mk:9: recipe for target 'app/Profiles/app_dev_info.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [app/Profiles/app_dev_info.o] Error 1
Building file: "../app/app_broadcaster.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"app/app_broadcaster.d_raw" -MT"app/app_broadcaster.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"app/app_broadcaster.o" "../app/app_broadcaster.c"
app/subdir_rules.mk:9: recipe for target 'app/app_broadcaster.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [app/app_broadcaster.o] Error 1
Building file: "../app/app_central.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"app/app_central.d_raw" -MT"app/app_central.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"app/app_central.o" "../app/app_central.c"
app/subdir_rules.mk:9: recipe for target 'app/app_central.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [app/app_central.o] Error 1
Building file: "../app/app_connection.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"app/app_connection.d_raw" -MT"app/app_connection.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"app/app_connection.o" "../app/app_connection.c"
app/subdir_rules.mk:9: recipe for target 'app/app_connection.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [app/app_connection.o] Error 1
Building file: "../app/app_data.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"app/app_data.d_raw" -MT"app/app_data.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"app/app_data.o" "../app/app_data.c"
app/subdir_rules.mk:9: recipe for target 'app/app_data.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [app/app_data.o] Error 1
Building file: "../app/app_main.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"app/app_main.d_raw" -MT"app/app_main.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"app/app_main.o" "../app/app_main.c"
app/subdir_rules.mk:9: recipe for target 'app/app_main.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [app/app_main.o] Error 1
Building file: "../app/app_observer.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"app/app_observer.d_raw" -MT"app/app_observer.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"app/app_observer.o" "../app/app_observer.c"
app/subdir_rules.mk:9: recipe for target 'app/app_observer.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [app/app_observer.o] Error 1
Building file: "../app/app_pairing.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"app/app_pairing.d_raw" -MT"app/app_pairing.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"app/app_pairing.o" "../app/app_pairing.c"
app/subdir_rules.mk:9: recipe for target 'app/app_pairing.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [app/app_pairing.o] Error 1
Building file: "../app/app_peripheral.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"app/app_peripheral.d_raw" -MT"app/app_peripheral.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"app/app_peripheral.o" "../app/app_peripheral.c"
app/subdir_rules.mk:9: recipe for target 'app/app_peripheral.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [app/app_peripheral.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/ble_app_util/src/bleapputil_init.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/BLEAppUtil/bleapputil_init.d_raw" -MT"common/BLEAppUtil/bleapputil_init.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/BLEAppUtil/bleapputil_init.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/ble_app_util/src/bleapputil_init.c"
common/BLEAppUtil/subdir_rules.mk:9: recipe for target 'common/BLEAppUtil/bleapputil_init.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/BLEAppUtil/bleapputil_init.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/ble_app_util/src/bleapputil_process.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/BLEAppUtil/bleapputil_process.d_raw" -MT"common/BLEAppUtil/bleapputil_process.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/BLEAppUtil/bleapputil_process.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/ble_app_util/src/bleapputil_process.c"
common/BLEAppUtil/subdir_rules.mk:16: recipe for target 'common/BLEAppUtil/bleapputil_process.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/BLEAppUtil/bleapputil_process.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/ble_app_util/src/bleapputil_stack_callbacks.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/BLEAppUtil/bleapputil_stack_callbacks.d_raw" -MT"common/BLEAppUtil/bleapputil_stack_callbacks.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/BLEAppUtil/bleapputil_stack_callbacks.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/ble_app_util/src/bleapputil_stack_callbacks.c"
common/BLEAppUtil/subdir_rules.mk:23: recipe for target 'common/BLEAppUtil/bleapputil_stack_callbacks.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/BLEAppUtil/bleapputil_stack_callbacks.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/ble_app_util/src/bleapputil_task.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/BLEAppUtil/bleapputil_task.d_raw" -MT"common/BLEAppUtil/bleapputil_task.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/BLEAppUtil/bleapputil_task.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/ble_app_util/src/bleapputil_task.c"
common/BLEAppUtil/subdir_rules.mk:30: recipe for target 'common/BLEAppUtil/bleapputil_task.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/BLEAppUtil/bleapputil_task.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv/crc.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/Drivers/NV/crc.d_raw" -MT"common/Drivers/NV/crc.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/Drivers/NV/crc.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv/crc.c"
common/Drivers/NV/subdir_rules.mk:9: recipe for target 'common/Drivers/NV/crc.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/Drivers/NV/crc.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv/nvocmp.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/Drivers/NV/nvocmp.d_raw" -MT"common/Drivers/NV/nvocmp.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/Drivers/NV/nvocmp.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv/nvocmp.c"
common/Drivers/NV/subdir_rules.mk:16: recipe for target 'common/Drivers/NV/nvocmp.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/Drivers/NV/nvocmp.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/menu_module/menu_module.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/MenuModule/menu_module.d_raw" -MT"common/MenuModule/menu_module.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/MenuModule/menu_module.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/menu_module/menu_module.c"
common/MenuModule/subdir_rules.mk:9: recipe for target 'common/MenuModule/menu_module.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/MenuModule/menu_module.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/profiles/data_stream/data_stream_profile.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/Profiles/data_stream/data_stream_profile.d_raw" -MT"common/Profiles/data_stream/data_stream_profile.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/Profiles/data_stream/data_stream_profile.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/profiles/data_stream/data_stream_profile.c"
common/Profiles/data_stream/subdir_rules.mk:9: recipe for target 'common/Profiles/data_stream/data_stream_profile.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/Profiles/data_stream/data_stream_profile.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/services/data_stream/data_stream_server.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/Services/data_stream/data_stream_server.d_raw" -MT"common/Services/data_stream/data_stream_server.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/Services/data_stream/data_stream_server.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/services/data_stream/data_stream_server.c"
common/Services/data_stream/subdir_rules.mk:9: recipe for target 'common/Services/data_stream/data_stream_server.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/Services/data_stream/data_stream_server.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/services/dev_info/dev_info_service.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/Services/dev_info/dev_info_service.d_raw" -MT"common/Services/dev_info/dev_info_service.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/Services/dev_info/dev_info_service.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/bleapp/services/dev_info/dev_info_service.c"
common/Services/dev_info/subdir_rules.mk:9: recipe for target 'common/Services/dev_info/dev_info_service.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/Services/dev_info/dev_info_service.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/stack/ble_user_config_stack.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/Startup/ble_user_config_stack.d_raw" -MT"common/Startup/ble_user_config_stack.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/Startup/ble_user_config_stack.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/stack/ble_user_config_stack.c"
common/Startup/subdir_rules.mk:9: recipe for target 'common/Startup/ble_user_config_stack.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/Startup/ble_user_config_stack.o] Error 1
Building file: "../common/Startup/osal_icall_ble.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/Startup/osal_icall_ble.d_raw" -MT"common/Startup/osal_icall_ble.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/Startup/osal_icall_ble.o" "../common/Startup/osal_icall_ble.c"
common/Startup/subdir_rules.mk:16: recipe for target 'common/Startup/osal_icall_ble.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/Startup/osal_icall_ble.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom/agama_r1/rom_init.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/Startup/rom_init.d_raw" -MT"common/Startup/rom_init.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/Startup/rom_init.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom/agama_r1/rom_init.c"
common/Startup/subdir_rules.mk:23: recipe for target 'common/Startup/rom_init.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/Startup/rom_init.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/icall_POSIX.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/iCall/icall_POSIX.d_raw" -MT"common/iCall/icall_POSIX.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/iCall/icall_POSIX.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/icall_POSIX.c"
common/iCall/subdir_rules.mk:9: recipe for target 'common/iCall/icall_POSIX.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/iCall/icall_POSIX.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/icall_cc23x0.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/iCall/icall_cc23x0.d_raw" -MT"common/iCall/icall_cc23x0.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/iCall/icall_cc23x0.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/icall_cc23x0.c"
common/iCall/subdir_rules.mk:16: recipe for target 'common/iCall/icall_cc23x0.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/iCall/icall_cc23x0.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/icall_user_config.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/iCall/icall_user_config.d_raw" -MT"common/iCall/icall_user_config.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/iCall/icall_user_config.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/icall_user_config.c"
common/iCall/subdir_rules.mk:23: recipe for target 'common/iCall/icall_user_config.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/iCall/icall_user_config.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/app/ble_stack_api.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/iCallBLE/ble_stack_api.d_raw" -MT"common/iCallBLE/ble_stack_api.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/iCallBLE/ble_stack_api.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/app/ble_stack_api.c"
common/iCallBLE/subdir_rules.mk:9: recipe for target 'common/iCallBLE/ble_stack_api.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/iCallBLE/ble_stack_api.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/app/ble_user_config.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/iCallBLE/ble_user_config.d_raw" -MT"common/iCallBLE/ble_user_config.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/iCallBLE/ble_user_config.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/app/ble_user_config.c"
common/iCallBLE/subdir_rules.mk:16: recipe for target 'common/iCallBLE/ble_user_config.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/iCallBLE/ble_user_config.o] Error 1
Building file: "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/app/icall_api_lite.c"
Invoking: Arm Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-armllvm_3.2.1.LTS/bin/tiarmclang.exe" -c @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt" @"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/build_components.opt" @"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/config/factory_config.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -Oz -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/app" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/controller/cc26xx/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/rom" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/target/_common" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/common/cc26xx/npi/stack" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/hal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/heapmgr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/dev_info" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/profiles/simple_profile" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/npi/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/osal/src/inc" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/saddr" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/services/src/sdata" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/nv" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/common/cc26xx" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/src" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/devices/cc23x0r5/settings" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/drivers/rcl" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/boards/cc23x0r5" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/posix/ticlang" -I"/FreeRTOS/Source/include" -I"/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/kernel/freertos" -DICALL_NO_APP_EVENTS -DCC23X0 -DDeviceFamily_CC23X0R5 -DNVOCMP_NWSAMEITEM=1 -DFLASH_ONLY_BUILD -DUSE_RCL -DFREERTOS -DNVOCMP_POSIX_MUTEX -gdwarf-3 -ffunction-sections -MMD -MP -MF"common/iCallBLE/icall_api_lite.d_raw" -MT"common/iCallBLE/icall_api_lite.o" -I"C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg" -std=c99 @"syscfg/ti_utils_build_compiler.opt" -o"common/iCallBLE/icall_api_lite.o" "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/source/ti/ble5stack_flash/icall/app/icall_api_lite.c"
common/iCallBLE/subdir_rules.mk:23: recipe for target 'common/iCallBLE/icall_api_lite.o' failed
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_ble_app_config.opt'
tiarmclang: error: no such file or directory: '@C:/Users/23002747/workspace_v12/data_stream_LP_EM_CC2340R5_freertos_ticlang/Release/syscfg/ti_build_config.opt'
gmake: *** [common/iCallBLE/icall_api_lite.o] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
The table below is my building enviroment:
Code Composer Studio |
12.6.0.00008 |
||
SimpleLink SDK |
7.40.00.64 |
||
XDCtools |
3.62.1.16_core |
||
SDK location |
C:\ti\simplelink_lowpower_f3_sdk_7_40_00_64 |
||
project location |
|
How can I deal with these problems?
Thanks,
Zach