This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2650 SimpleBLEPeripheralStack project compile with ccs6.10, but can't success!!!!

Other Parts Discussed in Thread: CC2640, CC2650

see below description:

Description    Resource    Path    Location    Type
#10010 errors encountered during linking; "SimpleBLEPeripheralStack.out" not built    SimpleBLEPeripheralStack             C/C++ Problem
<a href="file:/c:/ti/ccsv6/tools/compiler/dmed/HTML/10234.html">#10234-D</a>  unresolved symbols remain    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol GAP_RegisterForMsgs, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol GATT_GetNextHandle, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol GATT_RegisterForMsgs, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol GATT_SendRsp, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol HCI_EXT_ConnEventNoticeCmd, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol HCI_EXT_GetConnInfoCmd, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol HCI_LE_ReceiverTestCmd, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol HCI_LE_SetEventMaskCmd, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol HCI_LE_TransmitterTestCmd, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol HCI_ReadLocalVersionInfoCmd, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol HCI_ValidConnTimeParams, first referenced in D:/TI/TI    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol ll_buildRevision, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol LL_DirectTestRxTest, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol LL_EXT_BuildRevision, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol LL_EXT_ConnEventNotice, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol LL_EXT_GetConnInfo, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol LL_GetNumActiveConns, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol LL_ReadSupportedStates, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol llHardwareError, first referenced in D:/TI/TI    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol llScheduleTask, first referenced in D:/TI/TI    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol llSendReject, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol llSetupConnRxDataEntryQueue, first referenced in D:/TI/TI    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol llSetupTermInd, first referenced in D:/TI/TI    SimpleBLEPeripheralStack             C/C++ Problem
unresolved symbol SysBootMsg, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem
This project was created using a version of compiler that is not currently installed: 5.2.4 [ARM]. Another version of the compiler will be used during build: 5.2.2. Please go to <a href="liveaction:OpenAppCenter">CCS App Center</a> to install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties.    SimpleBLEPeripheralStack        properties    Problems

stack/CC2650/ble/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../../common/BLE_ROM_Releases/04242014/ble_rom_PATCH.symbols" -l"C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600/driverlib/bin/ccs/driverlib.lib"
<Linking>

 undefined                   first referenced                                                                                                                                                                                 
  symbol                         in file                                                                                                                                                                                      
 ---------                   ----------------                                                                                                                                                                                 
 GAP_RegisterForMsgs         <whole-program>                                                                                                                                                                                  
 GATT_GetNextHandle          <whole-program>                                                                                                                                                                                  
 GATT_RegisterForMsgs        <whole-program>                                                                                                                                                                                  
 GATT_SendRsp                <whole-program>                                                                                                                                                                                  
 HCI_EXT_ConnEventNoticeCmd  <whole-program>                                                                                                                                                                                  
 HCI_EXT_GetConnInfoCmd      <whole-program>                                                                                                                                                                                  
 HCI_LE_ReceiverTestCmd      <whole-program>                                                                                                                                                                                  
 HCI_LE_SetEventMaskCmd      <whole-program>                                                                                                                                                                                  
 HCI_LE_TransmitterTestCmd   <whole-program>                                                                                                                                                                                  
 HCI_ReadLocalVersionInfoCmd <whole-program>                                                                                                                                                                                  
 HCI_ValidConnTimeParams     D:/TI/TI stack/CC2650/ble/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack.a<gap_linkmgr.o>            
 LL_DirectTestRxTest         <whole-program>                                                                                                                                                                                  
 LL_EXT_BuildRevision        <whole-program>                                                                                                                                                                                  
 LL_EXT_ConnEventNotice      <whole-program>                                                                                                                                                                                  
 LL_EXT_GetConnInfo          <whole-program>                                                                                                                                                                                  
 LL_GetNumActiveConns        <whole-program>                                                                                                                                                                                  
 LL_ReadSupportedStates      <whole-program>                                                                                                                                                                                  
 SysBootMsg                  <whole-program>                                                                                                                                                                                  
 llHardwareError             D:/TI/TI stack/CC2650/ble/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack.a<ll_common_PATCH.o>        

if the "CC2640Stack.a"  are not include these symbols ?

urgency!!  

Regards,

Jiemmy

  • Hello,

    Those missing symbols should be defined in the source files that are part of the project. For example:

    user3887813 said:
    unresolved symbol GAP_RegisterForMsgs, first referenced in <whole-program>    SimpleBLEPeripheralStack             C/C++ Problem

    GAP_RegisterForMsgs is defined in ICallBleAPI.c. It should be part of your project:

    Check to make sure that all the necessary files are part of the project. Since all these files are links, check for broken links.


    Thanks

    ki

  • Hi ki,

    I check the relevant file, i think  all relevant files are included. so i don't know where i  have missed. But i observed you refer the project is different with me.

    "${CG_TOOL_ROOT}/include"
    "${ORG_PROJ_DIR}/../../../Source/Stack"
    "${ORG_PROJ_DIR}/../../../../../../../Projects/ble/common/cc26xx"
    "${ORG_PROJ_DIR}/../../../../../../../Components/hal/target/CC2650TIRTOS"
    "${ORG_PROJ_DIR}/../../../../../../../Components/hal/target/_common/cc26xx"
    "${ORG_PROJ_DIR}/../../../../../../../Components/hal/include"
    "${ORG_PROJ_DIR}/../../../../../../../Components/osal/include"
    "${ORG_PROJ_DIR}/../../../../../../../Components/services/nv/cc26xx"
    "${ORG_PROJ_DIR}/../../../../../../../Components/services/nv"
    "${ORG_PROJ_DIR}/../../../../../../../Components/services/saddr"
    "${ORG_PROJ_DIR}/../../../../../../../Components/icall/include"
    "${ORG_PROJ_DIR}/../../../../../../../Components/ble/include"
    "${ORG_PROJ_DIR}/../../../../../../../Components/ble/controller/CC26xx/include"
    "${ORG_PROJ_DIR}/../../../../../../../Components/ble/ROM"
    "${ORG_PROJ_DIR}/../../../../../../../Components/ble/hci"
    "${ORG_PROJ_DIR}/../../../../../../../Components/ble/host"
    "${ORG_PROJ_DIR}/../../../../../../../Components/services/aes/CC26xx"
    "${ORG_PROJ_DIR}/../../../../../../../Components/npi"
    "${ORG_PROJ_DIR}/../../../../../../../Projects/ble/common/npi/npi_np/CC26xx/Stack"
    "${ORG_PROJ_DIR}/../../../../../../../Projects/ble/Include"
    "${ORG_PROJ_DIR}/../../../../../../../Projects/ble/ICall/Include"
    "${ORG_PROJ_DIR}/../../../../../../../Projects/ble/Profiles/Roles"
    "${CC26XXWARE}"

    Include liberary file

    "libc.a"
    "${ORG_PROJ_DIR}/../../Lib/CC2640Stack.a"
    "${ORG_PROJ_DIR}/../../Lib/CC2640Stack_HCI_TL.a"
    "${ORG_PROJ_DIR}/../../../../../../common/BLE_ROM_Releases/04242014/ble_rom_PATCH.symbols"
    "${CC26XXWARE}/driverlib/bin/ccs/driverlib.lib"

  • Ah ok, you are building the stack. Sorry.

    Can you post the full linker output? It should look something like:

    'Invoking: ARM Linker'

    "C:/ti/ccsv6.1.1.00022/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt"  -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --diag_wrap=off --diag_suppress=48 --diag_warning=225 --display_error_number -z -m"SimpleBLEPeripheralStack.map" --heap_size=0 --stack_size=256 -i"C:/ti/ccsv6.1.1.00022/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/lib" -i"C:/ti/ccsv6.1.1.00022/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --reread_libs --display_error_number --diag_suppress=16002-D --diag_suppress=10247-D --diag_suppress=10325-D --diag_wrap=off --warn_sections --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_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/Config/ccsLinkerDefines.cmd" "C:/ti/simplelink/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx/CCS/cc26xx_ble_stack.cmd" "./TOOLS/OnBoard.obj" "./Startup/CommonROM_Init.obj" "./Startup/ICall_startup.obj" "./Startup/OSAL_ICallBle.obj" "./Startup/ROM_Init.obj" "./Startup/bleUserConfig.obj" "./PROFILES/gap.obj" "./PROFILES/gapbondmgr.obj" "./PROFILES/gattservapp_util.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" "./NPI/npi.obj" "./ICallBLE/bleDispatch.obj" "./HAL/Target/CC2650/_common/mb_PATCH.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/Common/hal_assert.obj"  -l"libc.a" -l"C:/ti/simplelink/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack.a" -l"C:/ti/simplelink/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack_HCI_TL.a" -l"C:/ti/simplelink/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../../common/BLE_ROM_Releases/04242014/ble_rom_PATCH.symbols" -l"C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600/driverlib/bin/ccs/driverlib.lib"

    <Linking>

    'Finished building target: SimpleBLEPeripheralStack.out'

  • I'm used the BLE stack 2.1, but BLE stack 2.0 build successful, that's why ?
    thanks!
    Jiemmy
  • I'm build Ble stack 2.1 is failure,but build BLE stack 2.0 is successful. that's why?
    thanks,
    Jiemmy
  • I built successfully with the 2.1 stack. Can you post your linker output when building the 2.1 stack?
  • Building target: SimpleBLEPeripheralStack.out'
    'Invoking: ARM Linker'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.2/bin/armcl" --cmd_file="D:/TI/TI stack/CC2650/ble/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="D:/TI/TI stack/CC2650/ble/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off -z -m"SimpleBLEPeripheralStack.map" --heap_size=0 --stack_size=256 -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.2/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.2/include" --reread_libs --warn_sections --display_error_number --diag_suppress=16002-D --diag_suppress=10247-D --diag_suppress=10325-D --diag_wrap=off --xml_link_info="SimpleBLEPeripheralStack_linkInfo.xml" --entry_point=startup_entry --rom_model --unused_section_elimination=on --compress_dwarf=on -o "SimpleBLEPeripheralStack.out" "D:/TI/TI stack/CC2650/ble/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx/CCS/cc26xx_ble_stack.cmd" "D:/TI/TI stack/CC2650/ble/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/Config/ccsLinkerDefines.cmd" "./TOOLS/OnBoard.obj" "./Startup/CommonROM_Init.obj" "./Startup/ICall_startup.obj" "./Startup/OSAL_ICallBle.obj" "./Startup/ROM_Init.obj" "./Startup/bleUserConfig.obj" "./PROFILES/gap.obj" "./PROFILES/gapbondmgr.obj" "./PROFILES/gattservapp_util.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" "./NPI/npi.obj" "./ICallBLE/bleDispatch.obj" "./HAL/Target/CC2650/_common/mb_PATCH.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/Common/hal_assert.obj" -l"libc.a" -l"D:/TI/TI stack/CC2650/ble/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack.a" -l"D:/TI/TI stack/CC2650/ble/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack_HCI_TL.a" -l"D:/TI/TI stack/CC2650/ble/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../../common/BLE_ROM_Releases/04242014/ble_rom_PATCH.symbols" -l"C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600/driverlib/bin/ccs/driverlib.lib"
    <Linking>

    undefined first referenced
    symbol in file
    --------- ----------------
    GAP_RegisterForMsgs <whole-program>
    GATT_GetNextHandle <whole-program>
    GATT_RegisterForMsgs <whole-program>
    GATT_SendRsp <whole-program>
    HCI_EXT_ConnEventNoticeCmd <whole-program>
    HCI_EXT_GetConnInfoCmd <whole-program>
    HCI_LE_ReceiverTestCmd <whole-program>
    HCI_LE_SetEventMaskCmd <whole-program>
    HCI_LE_TransmitterTestCmd <whole-program>
    HCI_ReadLocalVersionInfoCmd <whole-program>
    HCI_ValidConnTimeParams D:/TI/TI stack/CC2650/ble/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack.a<gap_linkmgr.o>
    LL_DirectTestRxTest <whole-program>
    LL_EXT_BuildRevision <whole-program>
    LL_EXT_ConnEventNotice <whole-program>
    LL_EXT_GetConnInfo <whole-program>
    LL_GetNumActiveConns <whole-program>
    LL_ReadSupportedStates <whole-program>
    SysBootMsg <whole-program>
    llHardwareError D:/TI/TI stack/CC2650/ble/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack.a<ll_common_PATCH.o>
    llScheduleTask D:/TI/TI stack/CC2650/ble/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack.a<ll_common_PATCH.o>
    llSendReject <whole-program>
    llSetupConnRxDataEntryQueue D:/TI/TI stack/CC2650/ble/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack.a<ll_advEndCauses_PATCH.o>
    llSetupTermInd D:/TI/TI stack/CC2650/ble/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack.a<ll_slaveEndCauses_PATCH.o>
    ll_buildRevision <whole-program>

    error #10234-D: unresolved symbols remain

    error #10010: errors encountered during linking; "SimpleBLEPeripheralStack.out" not built
    gmake[1]: *** [SimpleBLEPeripheralStack.out] Error 1
    >> Compilation failure
    gmake[1]: Target `main-build' not remade because of errors.
    gmake: *** [all] Error 2

    **** Build Finished ****

    Thanks!
    Jiemmy
  • Hi Ki-Soo -

    I seem to have the same issue on CSS 61 and stack 2.1 -- here's the full output. I t


    **** Build of configuration FlashROM for project SimpleBLEPeripheralStack ****

    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
    c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../../tools/LibSearch/libSearch.exe c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../../tools/LibSearch/parameters.xml c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../Libraries/CC26xx/IAR/ c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack.a FlashROM
    process_begin: CreateProcess(c:\Program, c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../../tools/LibSearch/libSearch.exe c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../../tools/LibSearch/parameters.xml c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../Libraries/CC26xx/IAR/ c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack.a FlashROM, ...) failed.
    make (e=193): Error 193
    gmake[1]: [pre-build] Error 193 (ignored)
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx/OnBoard.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="TOOLS/OnBoard.pp" --obj_directory="TOOLS" "C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx/OnBoard.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx/OnBoard.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM/CommonROM_Init.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Startup/CommonROM_Init.pp" --obj_directory="Startup" "C:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM/CommonROM_Init.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM/CommonROM_Init.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx/ICall_startup.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Startup/ICall_startup.pp" --obj_directory="Startup" "C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx/ICall_startup.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx/ICall_startup.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack/OSAL_ICallBle.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Startup/OSAL_ICallBle.pp" --obj_directory="Startup" "C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack/OSAL_ICallBle.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack/OSAL_ICallBle.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM/ROM_Init.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Startup/ROM_Init.pp" --obj_directory="Startup" "C:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM/ROM_Init.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM/ROM_Init.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Stack/bleUserConfig.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Startup/bleUserConfig.pp" --obj_directory="Startup" "C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Stack/bleUserConfig.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Stack/bleUserConfig.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles/gap.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="PROFILES/gap.pp" --obj_directory="PROFILES" "C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles/gap.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles/gap.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles/gapbondmgr.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="PROFILES/gapbondmgr.pp" --obj_directory="PROFILES" "C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles/gapbondmgr.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles/gapbondmgr.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/GATT/gattservapp_util.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="PROFILES/gattservapp_util.pp" --obj_directory="PROFILES" "C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/GATT/gattservapp_util.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/GATT/gattservapp_util.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/OSAL.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="OSAL/OSAL.pp" --obj_directory="OSAL" "C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/OSAL.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/OSAL.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/OSAL_Clock.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="OSAL/OSAL_Clock.pp" --obj_directory="OSAL" "C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/OSAL_Clock.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/OSAL_Clock.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/OSAL_MemoryICall.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="OSAL/OSAL_MemoryICall.pp" --obj_directory="OSAL" "C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/OSAL_MemoryICall.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/OSAL_MemoryICall.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/OSAL_PwrMgr.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="OSAL/OSAL_PwrMgr.pp" --obj_directory="OSAL" "C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/OSAL_PwrMgr.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/OSAL_PwrMgr.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/OSAL_Timers.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="OSAL/OSAL_Timers.pp" --obj_directory="OSAL" "C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/OSAL_Timers.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/OSAL_Timers.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/osal_bufmgr.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="OSAL/osal_bufmgr.pp" --obj_directory="OSAL" "C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/osal_bufmgr.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/osal_bufmgr.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/osal_cbtimer.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="OSAL/osal_cbtimer.pp" --obj_directory="OSAL" "C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/osal_cbtimer.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/common/osal_cbtimer.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/mcu/cc26xx/osal_snv_wrapper.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="OSAL/osal_snv_wrapper.pp" --obj_directory="OSAL" "C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/mcu/cc26xx/osal_snv_wrapper.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/mcu/cc26xx/osal_snv_wrapper.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack/npi.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="NPI/npi.pp" --obj_directory="NPI" "C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack/npi.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack/npi.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Stack/bleDispatch.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="ICallBLE/bleDispatch.pp" --obj_directory="ICallBLE" "C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Stack/bleDispatch.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Stack/bleDispatch.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx/mb_PATCH.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="HAL/Target/CC2650/_common/mb_PATCH.pp" --obj_directory="HAL/Target/CC2650/_common" "C:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx/mb_PATCH.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx/mb_PATCH.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS/hal_flash_wrapper.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="HAL/Target/CC2650/Drivers/hal_flash_wrapper.pp" --obj_directory="HAL/Target/CC2650/Drivers" "C:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS/hal_flash_wrapper.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS/hal_flash_wrapper.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS/hal_rtc_wrapper.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="HAL/Target/CC2650/Drivers/hal_rtc_wrapper.pp" --obj_directory="HAL/Target/CC2650/Drivers" "C:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS/hal_rtc_wrapper.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS/hal_rtc_wrapper.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS/hal_trng_wrapper.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="HAL/Target/CC2650/Drivers/hal_trng_wrapper.pp" --obj_directory="HAL/Target/CC2650/Drivers" "C:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS/hal_trng_wrapper.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS/hal_trng_wrapper.c'
    ' '
    'Building file: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/common/hal_assert.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/CC2650TIRTOS" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/target/_common/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/osal/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv/cc26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/nv" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/saddr" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/icall/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/controller/CC26xx/include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/ROM" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/hci" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/ble/host" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/services/aes/CC26xx" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Components/npi" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/npi/npi_np/CC26xx/Stack" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/ICall/Include" --include_path="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/Profiles/Roles" --include_path="C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600" --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="HAL/Common/hal_assert.pp" --obj_directory="HAL/Common" "C:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/common/hal_assert.c"
    'Finished building: C:/Program Files/ble_cc26xx_2_01_00_44423/Components/hal/common/hal_assert.c'
    ' '
    'Building target: SimpleBLEPeripheralStack.out'
    'Invoking: ARM Linker'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../config/buildComponents.opt" --cmd_file="c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/buildConfig.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --define=USE_ICALL --define=OSAL_SNV=2 --define=FLASH_ROM_BUILD --define=POWER_SAVING --define=GATT_NO_CLIENT --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 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off -z -m"SimpleBLEPeripheralStack.map" --heap_size=0 --stack_size=256 -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --reread_libs --warn_sections --display_error_number --diag_suppress=16002-D --diag_suppress=10247-D --diag_suppress=10325-D --diag_wrap=off --xml_link_info="SimpleBLEPeripheralStack_linkInfo.xml" --entry_point=startup_entry --rom_model --unused_section_elimination=on --compress_dwarf=on -o "SimpleBLEPeripheralStack.out" "./TOOLS/OnBoard.obj" "./Startup/CommonROM_Init.obj" "./Startup/ICall_startup.obj" "./Startup/OSAL_ICallBle.obj" "./Startup/ROM_Init.obj" "./Startup/bleUserConfig.obj" "./PROFILES/gap.obj" "./PROFILES/gapbondmgr.obj" "./PROFILES/gattservapp_util.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" "./NPI/npi.obj" "./ICallBLE/bleDispatch.obj" "./HAL/Target/CC2650/_common/mb_PATCH.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/Common/hal_assert.obj" "C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/common/cc26xx/CCS/cc26xx_ble_stack.cmd" "C:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/Config/ccsLinkerDefines.cmd" -l"libc.a" -l"c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack.a" -l"c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack_HCI_TL.a" -l"c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../../../../../common/BLE_ROM_Releases/04242014/ble_rom_PATCH.symbols" -l"C:/ti/tirtos_simplelink_2_13_00_06/products/cc26xxware_2_21_01_15600/driverlib/bin/ccs/driverlib.lib"
    <Linking>
    error #10008-D: cannot find file "c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack.a"
    error #10008-D: cannot find file "c:/Program Files/ble_cc26xx_2_01_00_44423/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheralStack/../../IAR/Stack/CC2640/../../Lib/CC2640Stack_HCI_TL.a"
    .
    .
    .

    error #10234-D: unresolved symbols remain
    error #10010: errors encountered during linking; "SimpleBLEPeripheralStack.out" not built
    gmake[1]: *** [SimpleBLEPeripheralStack.out] Error 1
    gmake[1]: Target `main-build' not remade because of errors.
    gmake: *** [all] Error 2
  • I had this problem was well.

    I am not sure which/how many of these were required to get this project to work/compile, but I had to, at some point, do all of this -- this was just one of the problems I encountered. (Running on Windows 10, Dell Alienware):

    1/ Don't put your workspace on Google Drive.
    This causes the workspaces to get locked. (Wasn't the cause of this problem but...)

    2/ Don't put your installs on C: and D:
    I think it would be OK to put everything on C OR D. But, if you mix them, the libraries don't seem to realize this.

    3/ Put everything on C:
    I finally had to do that to get it to work.

    4/ Re-install everything to the default directories.
    This will be C: and probably C:\TI. But, it may also be C:\program files (x86) ...

    5/ If you ever mess with your default BTOOLS Stack install... Reinstall it back to C:\TI
    It won't know where it's default was. I finally got it to work when I moved it there. If that isn't the default well... it'll at least work.

    6/ Really do turn off your anti-virus
    I have no idea whether that was the problem -- but, I finally did it and it may have caused some files to be locked/corrupted/otherwise.

    So, simply:
    1/ Install to default locations.
    2/ Disable Anti-virus.
    3/ It should all work.
    Oh, and:
    4/ Be sure you installed the stack.

    Once your pro, you can mess with this. But, if you just want to have this thing working in 10 minutes, don't alter the defaults.