After a hiatus from ARM BLE development, I tried diving back into the thick of things. Started with downloading CCS and updating everything (compiler, TIRTOS, BLE Stack) to the latest versions.
I opened up CCS and loaded the SimpleBLEPeripheral (and associated stack project).
However, when I try to build the stack project, I get this error message:
INTERNAL ERROR: C:\ti\ccsv6\tools\compiler\arm_15.12.2.LTS\bin\armlnk.exe experienced an unhandled exception This is caused by a defect in the compiler itself. TI Customer Support may be able to suggest a workaround to avoid this. Upgrading to the newest version of the compiler may fix this problem. Contact TI in the E2E support forums at http://e2e.ti.com under "Development Tools", "TI C/C++ Compiler". See the link titled "Submitting an issue". Include this ENTIRE error message and a copy of the .pp file created when option --preproc_with_comment (-ppc) is used. >> Compilation failure makefile:189: recipe for target 'SimpleBLEPeripheralStack.out' failed gmake[1]: *** [SimpleBLEPeripheralStack.out] Error 1 gmake[1]: Target 'main-build' not remade because of errors. gmake: *** [all] Error 2 makefile:181: recipe for target 'all' failed **** Build Finished ****
Here's the full log, but I cannot, for the life of me, find where the .pp file is , or where to enable / disable its generation in the settings.
**** Clean-only build of configuration FlashROM for project SimpleBLEPeripheralStack **** "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k clean DEL /F "SimpleBLEPeripheralStack.out" "SimpleBLEPeripheralStack.hex" DEL /F "HAL\Common\hal_assert.d" "HAL\Target\CC2650\Drivers\hal_flash_wrapper.d" "HAL\Target\CC2650\Drivers\hal_rtc_wrapper.d" "HAL\Target\CC2650\Drivers\hal_trng_wrapper.d" "HAL\Target\CC2650\Drivers\pwrmon.d" "HAL\Target\CC2650\_common\mb_PATCH.d" "ICallBLE\bleDispatch.d" "OSAL\OSAL.d" "OSAL\OSAL_Clock.d" "OSAL\OSAL_MemoryICall.d" "OSAL\OSAL_PwrMgr.d" "OSAL\OSAL_Timers.d" "OSAL\osal_bufmgr.d" "OSAL\osal_cbtimer.d" "OSAL\osal_snv_wrapper.d" "PROFILES\gap.d" "PROFILES\gapbondmgr.d" "PROFILES\gattservapp_util.d" "Startup\CommonROM_Init.d" "Startup\ICall_startup.d" "Startup\OSAL_ICallBle.d" "Startup\ROM_Init.d" "Startup\bleUserConfig.d" "TOOLS\OnBoard.d" DEL /F "HAL\Common\hal_assert.obj" "HAL\Target\CC2650\Drivers\hal_flash_wrapper.obj" "HAL\Target\CC2650\Drivers\hal_rtc_wrapper.obj" "HAL\Target\CC2650\Drivers\hal_trng_wrapper.obj" "HAL\Target\CC2650\Drivers\pwrmon.obj" "HAL\Target\CC2650\_common\mb_PATCH.obj" "ICallBLE\bleDispatch.obj" "OSAL\OSAL.obj" "OSAL\OSAL_Clock.obj" "OSAL\OSAL_MemoryICall.obj" "OSAL\OSAL_PwrMgr.obj" "OSAL\OSAL_Timers.obj" "OSAL\osal_bufmgr.obj" "OSAL\osal_cbtimer.obj" "OSAL\osal_snv_wrapper.obj" "PROFILES\gap.obj" "PROFILES\gapbondmgr.obj" "PROFILES\gattservapp_util.obj" "Startup\CommonROM_Init.obj" "Startup\ICall_startup.obj" "Startup\OSAL_ICallBle.obj" "Startup\ROM_Init.obj" "Startup\bleUserConfig.obj" "TOOLS\OnBoard.obj" Could Not Find C:\ti\simplelink\ble_cc26xx_2_00_00_42893\Projects\ble\SimpleBLEPeripheral\CC26xx\CCS\SimpleBLEPeripheralStack\FlashROM\SimpleBLEPeripheralStack.out 'Finished clean' ' ' **** Build Finished **** **** Build of configuration FlashROM for project SimpleBLEPeripheralStack **** "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../../tools/LibSearch/libSearch.exe C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../../tools/LibSearch/parameters.xml C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../Libraries/CC26xx/IAR/ C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack.a FlashROM <<< Using Library: CC2640_BLE_peri_HL_CL_FlashROM.a >>> <<< Using Library: CC2640_BLE_HCI_TL_None.a >>> ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/common/hal_assert.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="HAL/Common/hal_assert.d" --obj_directory="HAL/Common" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/common/hal_assert.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/common/hal_assert.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS/hal_flash_wrapper.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="HAL/Target/CC2650/Drivers/hal_flash_wrapper.d" --obj_directory="HAL/Target/CC2650/Drivers" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS/hal_flash_wrapper.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS/hal_flash_wrapper.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS/hal_rtc_wrapper.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="HAL/Target/CC2650/Drivers/hal_rtc_wrapper.d" --obj_directory="HAL/Target/CC2650/Drivers" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS/hal_rtc_wrapper.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS/hal_rtc_wrapper.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS/hal_trng_wrapper.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="HAL/Target/CC2650/Drivers/hal_trng_wrapper.d" --obj_directory="HAL/Target/CC2650/Drivers" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS/hal_trng_wrapper.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS/hal_trng_wrapper.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx/pwrmon.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="HAL/Target/CC2650/Drivers/pwrmon.d" --obj_directory="HAL/Target/CC2650/Drivers" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx/pwrmon.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx/pwrmon.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx/mb_PATCH.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="HAL/Target/CC2650/_common/mb_PATCH.d" --obj_directory="HAL/Target/CC2650/_common" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx/mb_PATCH.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx/mb_PATCH.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Stack/bleDispatch.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="ICallBLE/bleDispatch.d" --obj_directory="ICallBLE" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Stack/bleDispatch.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Stack/bleDispatch.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/OSAL.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="OSAL/OSAL.d" --obj_directory="OSAL" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/OSAL.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/OSAL.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/OSAL_Clock.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="OSAL/OSAL_Clock.d" --obj_directory="OSAL" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/OSAL_Clock.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/OSAL_Clock.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/OSAL_MemoryICall.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="OSAL/OSAL_MemoryICall.d" --obj_directory="OSAL" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/OSAL_MemoryICall.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/OSAL_MemoryICall.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/OSAL_PwrMgr.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="OSAL/OSAL_PwrMgr.d" --obj_directory="OSAL" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/OSAL_PwrMgr.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/OSAL_PwrMgr.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/OSAL_Timers.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="OSAL/OSAL_Timers.d" --obj_directory="OSAL" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/OSAL_Timers.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/OSAL_Timers.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/osal_bufmgr.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="OSAL/osal_bufmgr.d" --obj_directory="OSAL" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/osal_bufmgr.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/osal_bufmgr.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/osal_cbtimer.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="OSAL/osal_cbtimer.d" --obj_directory="OSAL" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/osal_cbtimer.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/common/osal_cbtimer.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/mcu/cc26xx/osal_snv_wrapper.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="OSAL/osal_snv_wrapper.d" --obj_directory="OSAL" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/mcu/cc26xx/osal_snv_wrapper.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/mcu/cc26xx/osal_snv_wrapper.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/gap.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="PROFILES/gap.d" --obj_directory="PROFILES" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/gap.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/gap.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/gapbondmgr.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="PROFILES/gapbondmgr.d" --obj_directory="PROFILES" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/gapbondmgr.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/gapbondmgr.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/GATT/gattservapp_util.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="PROFILES/gattservapp_util.d" --obj_directory="PROFILES" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/GATT/gattservapp_util.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/GATT/gattservapp_util.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM/CommonROM_Init.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="Startup/CommonROM_Init.d" --obj_directory="Startup" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM/CommonROM_Init.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM/CommonROM_Init.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx/ICall_startup.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="Startup/ICall_startup.d" --obj_directory="Startup" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx/ICall_startup.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx/ICall_startup.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack/OSAL_ICallBle.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="Startup/OSAL_ICallBle.d" --obj_directory="Startup" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack/OSAL_ICallBle.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack/OSAL_ICallBle.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM/ROM_Init.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="Startup/ROM_Init.d" --obj_directory="Startup" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM/ROM_Init.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM/ROM_Init.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Stack/bleUserConfig.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="Startup/bleUserConfig.d" --obj_directory="Startup" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Stack/bleUserConfig.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Stack/bleUserConfig.c' ' ' 'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx/OnBoard.c' 'Invoking: ARM Compiler' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/nv" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/ROM" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/aes/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/npi" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi --preproc_with_compile --preproc_dependency="TOOLS/OnBoard.d" --obj_directory="TOOLS" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx/OnBoard.c" 'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx/OnBoard.c' ' ' 'Building target: SimpleBLEPeripheralStack.out' 'Invoking: ARM Linker' "C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --define=USE_ICALL --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=INCLUDE_AES_DECRYPT --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --define=OSAL_CBTIMER_NUM_TASKS=1 --define=xDEBUG --define=HALNODEBUG --define=xDEBUG_GPIO --define=xDEBUG_ENC --define=xDEBUG_SW_TRACE --define=NEAR_FUNC= --define=DATA= --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --diag_warning=225 --diag_wrap=off --display_error_number --diag_suppress=48 --abi=eabi -z -m"SimpleBLEPeripheralStack.map" --stack_size=256 --heap_size=0 -i"C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/lib" -i"C:/ti/ccsv6/tools/compiler/arm_15.12.2.LTS/include" --reread_libs --warn_sections --diag_wrap=off --diag_suppress=16002-D --diag_suppress=10247-D --diag_suppress=10325-D --display_error_number --xml_link_info="SimpleBLEPeripheralStack_linkInfo.xml" --entry_point=startup_entry --rom_model --unused_section_elimination=on --compress_dwarf=on -o "SimpleBLEPeripheralStack.out" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/Config/ccsLinkerDefines.cmd" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx/CCS/cc26xx_ble_stack.cmd" "./HAL/Common/hal_assert.obj" "./HAL/Target/CC2650/Drivers/hal_flash_wrapper.obj" "./HAL/Target/CC2650/Drivers/hal_rtc_wrapper.obj" "./HAL/Target/CC2650/Drivers/hal_trng_wrapper.obj" "./HAL/Target/CC2650/Drivers/pwrmon.obj" "./HAL/Target/CC2650/_common/mb_PATCH.obj" "./ICallBLE/bleDispatch.obj" "./OSAL/OSAL.obj" "./OSAL/OSAL_Clock.obj" "./OSAL/OSAL_MemoryICall.obj" "./OSAL/OSAL_PwrMgr.obj" "./OSAL/OSAL_Timers.obj" "./OSAL/osal_bufmgr.obj" "./OSAL/osal_cbtimer.obj" "./OSAL/osal_snv_wrapper.obj" "./PROFILES/gap.obj" "./PROFILES/gapbondmgr.obj" "./PROFILES/gattservapp_util.obj" "./Startup/CommonROM_Init.obj" "./Startup/ICall_startup.obj" "./Startup/OSAL_ICallBle.obj" "./Startup/ROM_Init.obj" "./Startup/bleUserConfig.obj" "./TOOLS/OnBoard.obj" -llibc.a -l"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/IAR/Lib/CC2640Stack.a" -l"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/IAR/Lib/CC2640Stack_HCI_TL.a" -l"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/common/BLE_ROM_Releases/04242014/ble_rom_PATCH.symbols" -l"C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829/driverlib/bin/ccs/driverlib.lib" <Linking> INTERNAL ERROR: C:\ti\ccsv6\tools\compiler\arm_15.12.2.LTS\bin\armlnk.exe experienced an unhandled exception This is caused by a defect in the compiler itself. TI Customer Support may be able to suggest a workaround to avoid this. Upgrading to the newest version of the compiler may fix this problem. Contact TI in the E2E support forums at http://e2e.ti.com under "Development Tools", "TI C/C++ Compiler". See the link titled "Submitting an issue". Include this ENTIRE error message and a copy of the .pp file created when option --preproc_with_comment (-ppc) is used. >> Compilation failure makefile:189: recipe for target 'SimpleBLEPeripheralStack.out' failed gmake[1]: *** [SimpleBLEPeripheralStack.out] Error 1 gmake[1]: Target 'main-build' not remade because of errors. gmake: *** [all] Error 2 makefile:181: recipe for target 'all' failed **** Build Finished ****