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.
Hello,
I want to study with CC2640 BLE module and CC2650 Development kit so that I am following Software Developer's Guide for CC2640.
I installed BLE Stack SDK and Code Composer Studio Version: 6.1.0.00104 and did everything what the guide says.
When I import project SimpleBLEPeripheral and add the include paths for building, I get the following error. No matter what I have done, the problem is still there. Please help me with this. Thank You
**** Build of configuration FlashROM for project SimpleBLEPeripheral ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/Config/appBLE.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_30_06_67_core/xs" --xdcpath="C:/ti/tirtos_simplelink_2_11_01_09/packages;C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages;C:/ti/tirtos_simplelink_2_11_01_09/products/uia_2_00_02_39/packages;C:/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2640F128 -r release -c "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4" --compileOptions "-mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path=\"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include\" --include_path=\"C:/ti/tirtos_simplelink_2_11_01_09/packages\" --include_path=\"C:/ti/xdctools_3_30_06_67_core/packages\" --include_path=\"C:/ti/xdctools_3_31_00_24_core/packages\" --include_path=\"C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include\" --include_path=\"C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829\" --include_path=\"C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID\" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on "
xdc.tools.configuro: missing input config script
Usage: xs xdc.tools.configuro [--help]
[-v | -q]
[-@ optionsfile]
[-o outdir]
[-b config_bld | -c codegen_dir | --cb]
[-t target] [-p platform[:instance]] [-r profile]
[-Dname=value]
[-w | -x regexp]
[--rtsName pkg_name]
[--cfgArgs args_string]
[--linkTemplate linker_template]
[--pkg] [--generationOnly]
[--compileOptions compile_options_string]
[--linkOptions linker_options_string]
[--oc compiler.opt] [--ol linker.cmd]
infile.cfg
'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/Config/appBLE.cfg'
' '
'Building file: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/Board.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Startup/Board.pp" --obj_directory="Startup" --cmd_file="./configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/Board.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/Board.c'
' '
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/IAR/Config/ccfg_appBLE.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Startup/ccfg_appBLE.pp" --obj_directory="Startup" --cmd_file="./configPkg/compiler.opt" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/IAR/Config/ccfg_appBLE.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/IAR/Config/ccfg_appBLE.c'
' '
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application/main.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Startup/main.pp" --obj_directory="Startup" --cmd_file="./configPkg/compiler.opt" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application/main.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application/main.c'
' '
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo/devinfoservice.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/devinfoservice.pp" --obj_directory="PROFILES" --cmd_file="./configPkg/compiler.opt" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo/devinfoservice.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo/devinfoservice.c'
' '
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host/gatt_uuid.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/gatt_uuid.pp" --obj_directory="PROFILES" --cmd_file="./configPkg/compiler.opt" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host/gatt_uuid.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host/gatt_uuid.c'
' '
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/GATT/gattservapp_util.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/gattservapp_util.pp" --obj_directory="PROFILES" --cmd_file="./configPkg/compiler.opt" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/GATT/gattservapp_util.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/GATT/gattservapp_util.c'
' '
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx/peripheral.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/peripheral.pp" --obj_directory="PROFILES" --cmd_file="./configPkg/compiler.opt" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx/peripheral.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx/peripheral.c'
' '
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx/simpleGATTprofile.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="PROFILES/simpleGATTprofile.pp" --obj_directory="PROFILES" --cmd_file="./configPkg/compiler.opt" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx/simpleGATTprofile.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx/simpleGATTprofile.c'
' '
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Application/ICallBleAPI.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="ICallBLE/ICallBleAPI.pp" --obj_directory="ICallBLE" --cmd_file="./configPkg/compiler.opt" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Application/ICallBleAPI.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Application/ICallBleAPI.c'
' '
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Application/bleUserConfig.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="ICallBLE/bleUserConfig.pp" --obj_directory="ICallBLE" --cmd_file="./configPkg/compiler.opt" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Application/bleUserConfig.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Application/bleUserConfig.c'
' '
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/ports/tirtos/ICall.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="ICall/ICall.pp" --obj_directory="ICall" --cmd_file="./configPkg/compiler.opt" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/ports/tirtos/ICall.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/ports/tirtos/ICall.c'
' '
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/ports/tirtos/ICallCC2650.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="ICall/ICallCC2650.pp" --obj_directory="ICall" --cmd_file="./configPkg/compiler.opt" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/ports/tirtos/ICallCC2650.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/ports/tirtos/ICallCC2650.c'
' '
'Building file: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/dma/UDMACC26XX.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/UDMA/UDMACC26XX.pp" --obj_directory="Drivers/UDMA" --cmd_file="./configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/dma/UDMACC26XX.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/dma/UDMACC26XX.c'
' '
'Building file: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/UART.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/UART/UART.pp" --obj_directory="Drivers/UART" --cmd_file="./configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/UART.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/UART.c'
' '
'Building file: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/uart/UARTCC26XX.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/UART/UARTCC26XX.pp" --obj_directory="Drivers/UART" --cmd_file="./configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/uart/UARTCC26XX.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/uart/UARTCC26XX.c'
' '
'Building file: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/SPI.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/SPI/SPI.pp" --obj_directory="Drivers/SPI" --cmd_file="./configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/SPI.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/SPI.c'
' '
'Building file: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/spi/SPICC26XXDMA.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/SPI/SPICC26XXDMA.pp" --obj_directory="Drivers/SPI" --cmd_file="./configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/spi/SPICC26XXDMA.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/spi/SPICC26XXDMA.c'
' '
'Building file: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/pin/PINCC26XX.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/PIN/PINCC26XX.pp" --obj_directory="Drivers/PIN" --cmd_file="./configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/pin/PINCC26XX.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/pin/PINCC26XX.c'
' '
'Building file: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/lcd/LCDDogm1286.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/LCD/LCDDogm1286.pp" --obj_directory="Drivers/LCD" --cmd_file="./configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/lcd/LCDDogm1286.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/lcd/LCDDogm1286.c'
' '
'Building file: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/lcd/LCDDogm1286_util.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Drivers/LCD/LCDDogm1286_util.pp" --obj_directory="Drivers/LCD" --cmd_file="./configPkg/compiler.opt" "C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/lcd/LCDDogm1286_util.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/lcd/LCDDogm1286_util.c'
' '
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx/board_lcd.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Application/board_lcd.pp" --obj_directory="Application" --cmd_file="./configPkg/compiler.opt" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx/board_lcd.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx/board_lcd.c'
' '
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application/simpleBLEPeripheral.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Application/simpleBLEPeripheral.pp" --obj_directory="Application" --cmd_file="./configPkg/compiler.opt" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application/simpleBLEPeripheral.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application/simpleBLEPeripheral.c'
' '
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx/util.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages" --include_path="C:/ti/xdctools_3_30_06_67_core/packages" --include_path="C:/ti/xdctools_3_31_00_24_core/packages" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Application/util.pp" --obj_directory="Application" --cmd_file="./configPkg/compiler.opt" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx/util.c"
>> ERROR: Cannot open command file './configPkg/compiler.opt': No such file or directory
'Finished building: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx/util.c'
' '
'Building target: SimpleBLEPeripheral.out'
'Invoking: ARM Linker'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" --cmd_file="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/SimpleBLEPeripheral/../../IAR/Application/CC2640/../../../CCS/Config/ccsCompilerDefines.bcfg" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on -z -m"SimpleBLEPeripheral.map" --heap_size=0 --stack_size=256 -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --reread_libs --warn_sections --display_error_number --diag_suppress=10247-D --diag_wrap=off --xml_link_info="SimpleBLEPeripheral_linkInfo.xml" --rom_model --unused_section_elimination=on --compress_dwarf=on -o "SimpleBLEPeripheral.out" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/Config/ccsLinkerDefines.cmd" "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx/CCS/cc26xx_ble_app.cmd" "./Startup/Board.obj" "./Startup/ccfg_appBLE.obj" "./Startup/main.obj" "./PROFILES/devinfoservice.obj" "./PROFILES/gatt_uuid.obj" "./PROFILES/gattservapp_util.obj" "./PROFILES/peripheral.obj" "./PROFILES/simpleGATTprofile.obj" "./ICallBLE/ICallBleAPI.obj" "./ICallBLE/bleUserConfig.obj" "./ICall/ICall.obj" "./ICall/ICallCC2650.obj" "./Drivers/UDMA/UDMACC26XX.obj" "./Drivers/UART/UART.obj" "./Drivers/UART/UARTCC26XX.obj" "./Drivers/SPI/SPI.obj" "./Drivers/SPI/SPICC26XXDMA.obj" "./Drivers/PIN/PINCC26XX.obj" "./Drivers/LCD/LCDDogm1286.obj" "./Drivers/LCD/LCDDogm1286_util.obj" "./Application/board_lcd.obj" "./Application/simpleBLEPeripheral.obj" "./Application/util.obj" -l"./configPkg/linker.cmd" -l"libc.a" -l"C:\ti\simplelink\ble_cc26xx_2_00_00_42893\Projects\ble\SimpleBLEPeripheral\CC26xx\CCS\Config\ccsLinkerDefines.cmd" -l"C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829/driverlib/bin/ccs/driverlib.lib"
<Linking>
error #10008-D: cannot find file "./configPkg/linker.cmd"
undefined first referenced
symbol in file
--------- ----------------
ResetISR
error #10234-D: unresolved symbols remain
warning #10062-D: entry-point symbol "ResetISR" undefined
error #10010: errors encountered during linking; "SimpleBLEPeripheral.out" not built
>> Compilation failure
gmake: *** [SimpleBLEPeripheral.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
Hi Can,
Your root problem seems to be the first issue:
Can Akinci said:xdc.tools.configuro: missing input config script
It likely cause a ripple effect that cause the rest of the errors.
As to that first error, it looks like appBLE.cfg is not getting passed to xs. See the related thread:
TMS320F28P659DK-Q1: Lockstep function is optional - C2000 microcontrollers forum - C2000™︎ microcontrollers...
For example, when I build, this is my command line output:
**** Build of configuration FlashROM for project SimpleBLEPeripheral ****
"C:\\ti\\ccsv6.1.0.00104\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/Config/appBLE.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_30_06_67_core/xs" --xdcpath="C:/ti/tirtos_simplelink_2_11_01_09/packages;C:/ti/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages;C:/ti/tirtos_simplelink_2_11_01_09/products/uia_2_00_02_39/packages;C:/ti/ccsv6.1.0.00104/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2640F128 -r release -c "C:/ti/ccsv6.1.0.00104/ccsv6/tools/compiler/ti-cgt-arm_5.2.4" --compileOptions "-mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path=\"C:/ti/ccsv6.1.0.00104/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include\" --include_path=\"C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include\" --include_path=\"C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829\" --include_path=\"C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID\" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on " "C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/Config/appBLE.cfg"
You are missing the last part in red.
See the link I posted earlier for more details.
Thanks
ki