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.
Hi
I'm building cc2650em app multi role example code with ble stack 2.2(ble_sdk_2_02_00_31_setup.exe) and there are 2 errors occurred after build as below.
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 125: error #10099-D: program will not fit into available memory. placement with alignment fails for section ".cinit" size 0x7e1 . Available memory ranges:
FLASH size: 0xa000 unused: 0x6 max hole: 0x3
FLASH_LAST_PAGE size: 0x1000 unused: 0x1ac max hole: 0x1ac
error #10010: errors encountered during linking; "multi_role_cc2650em_app.out" not built
Build environment/parameters as below,
1.Ble stack: 2.2 / CCS : 6.12 / compiler ver : TI v5.26
2.Example code(multi role) download from "https://github.com/ti-simplelink/ble_examples" also "ble_examples-2.2" selected.
3.Defined HEAPMGR_METRICS and HEAPMGR_SIZE=0 in "multi_role_cc2650em_app" properties, I think it's default value.
4.Properties->Predefined Symbols->CC2650DK_7ID modified to "CC2650DK_5XD.
I can build other examples success for example simple_central/simple_peripheral.
Below is full build log,
**** Build of configuration Debug for project multi_role_cc2650em_app ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/config/app_ble.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_32_00_06_core/xs" --xdcpath="C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/packages;C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages;C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/bios_6_45_02_31/packages;C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/uia_2_00_05_50/packages;C:/ti/ccsv6/ccs_base;c:/ti/simplelink/ble_sdk_2_02_00_31;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2650F128 -r release -c "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6" --compileOptions "-mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path=\"C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/target\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr\" --include_path=\"c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata\" --include_path=\"c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162\" --include_path=\"c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages\" --include_path=\"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include\" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on " "C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/config/app_ble.cfg"
making package.mak (because of package.bld) ...
configuring app_ble.xem3 from package/cfg/app_ble_pem3.cfg ...
generating custom ROM library makefile ...
Starting build of library sources ...
making C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/config/src/sysbios/rom_sysbios.aem3 ...
gmake[1]: Entering directory `C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/config/src/sysbios'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/config/src/sysbios'
Build of libraries done.
clem3 package/cfg/app_ble_pem3.c ...
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/config/app_ble.cfg'
' '
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/src/target/board.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Startup/board.pp" --obj_directory="Startup" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink/ble_sdk_2_02_00_31/src/target/board.c"
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/src/target/board.c'
' '
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/iar/config/ccfg_app_ble.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Startup/ccfg_app_ble.pp" --obj_directory="Startup" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/iar/config/ccfg_app_ble.c"
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/iar/config/ccfg_app_ble.c'
' '
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/src/examples/multi_role/cc26xx/app/main.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Startup/main.pp" --obj_directory="Startup" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink/ble_sdk_2_02_00_31/src/examples/multi_role/cc26xx/app/main.c"
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/src/examples/multi_role/cc26xx/app/main.c'
' '
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info/cc26xx/devinfoservice.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Profiles/devinfoservice.pp" --obj_directory="Profiles" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info/cc26xx/devinfoservice.c"
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info/cc26xx/devinfoservice.c'
' '
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/src/host/gatt_uuid.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Profiles/gatt_uuid.pp" --obj_directory="Profiles" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink/ble_sdk_2_02_00_31/src/host/gatt_uuid.c"
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/src/host/gatt_uuid.c'
' '
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/src/host/gattservapp_util.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Profiles/gattservapp_util.pp" --obj_directory="Profiles" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink/ble_sdk_2_02_00_31/src/host/gattservapp_util.c"
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/src/host/gattservapp_util.c'
' '
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx/multi.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Profiles/multi.pp" --obj_directory="Profiles" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx/multi.c"
warning: "C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx/multi.c", line 656: Assembly statement "NOP" creates a label, which may not be what was intended. Use a colon after a label or a space before a non-label to silence the warning.
warning: "C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx/multi.c", line 656: Assembly statement "NOP" creates a label, which may not be what was intended. Use a colon after a label or a space before a non-label to silence the warning.
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx/multi.c'
' '
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx/simple_gatt_profile.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Profiles/simple_gatt_profile.pp" --obj_directory="Profiles" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx/simple_gatt_profile.c"
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx/simple_gatt_profile.c'
' '
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/app/ble_user_config.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="ICallBLE/ble_user_config.pp" --obj_directory="ICallBLE" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/app/ble_user_config.c"
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/app/ble_user_config.c'
' '
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/app/icall_api.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="ICallBLE/icall_api.pp" --obj_directory="ICallBLE" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/app/icall_api.c"
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/app/icall_api.c'
' '
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/icall.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="ICall/icall.pp" --obj_directory="ICall" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/icall.c"
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/icall.c'
' '
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/icall_cc2650.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="ICall/icall_cc2650.pp" --obj_directory="ICall" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/icall_cc2650.c"
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/icall_cc2650.c'
' '
'Building file: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/SPI.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Drivers/SPI/SPI.pp" --obj_directory="Drivers/SPI" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/SPI.c"
'Finished building: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/SPI.c'
' '
'Building file: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/spi/SPICC26XXDMA.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Drivers/SPI/SPICC26XXDMA.pp" --obj_directory="Drivers/SPI" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/spi/SPICC26XXDMA.c"
'Finished building: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/spi/SPICC26XXDMA.c'
' '
'Building file: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/dma/UDMACC26XX.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Drivers/SPI/UDMACC26XX.pp" --obj_directory="Drivers/SPI" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/dma/UDMACC26XX.c"
'Finished building: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/dma/UDMACC26XX.c'
' '
'Building file: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/rf/RF.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Drivers/RF/RF.pp" --obj_directory="Drivers/RF" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/rf/RF.c"
'Finished building: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/rf/RF.c'
' '
'Building file: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/pin/PINCC26XX.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Drivers/PIN/PINCC26XX.pp" --obj_directory="Drivers/PIN" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/pin/PINCC26XX.c"
'Finished building: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/drivers/pin/PINCC26XX.c'
' '
'Building file: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/mw/lcd/LCDDogm1286.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Drivers/LCD/LCDDogm1286.pp" --obj_directory="Drivers/LCD" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/mw/lcd/LCDDogm1286.c"
'Finished building: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/mw/lcd/LCDDogm1286.c'
' '
'Building file: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/mw/lcd/LCDDogm1286_util.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Drivers/LCD/LCDDogm1286_util.pp" --obj_directory="Drivers/LCD" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/mw/lcd/LCDDogm1286_util.c"
'Finished building: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/mw/lcd/LCDDogm1286_util.c'
' '
'Building file: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/mw/display/Display.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Drivers/Display/Display.pp" --obj_directory="Drivers/Display" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/mw/display/Display.c"
'Finished building: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/mw/display/Display.c'
' '
'Building file: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/mw/display/DisplayDogm1286.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Drivers/Display/DisplayDogm1286.pp" --obj_directory="Drivers/Display" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/mw/display/DisplayDogm1286.c"
'Finished building: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/mw/display/DisplayDogm1286.c'
' '
'Building file: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/mw/display/DisplayUart.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Drivers/Display/DisplayUART.pp" --obj_directory="Drivers/Display" --cmd_file="configPkg/compiler.opt" "C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/mw/display/DisplayUart.c"
'Finished building: C:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages/ti/mw/display/DisplayUart.c'
' '
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/board_key.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Application/board_key.pp" --obj_directory="Application" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/board_key.c"
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/board_key.c'
' '
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/src/examples/multi_role/cc26xx/app/multi_role.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Application/multi_role.pp" --obj_directory="Application" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink/ble_sdk_2_02_00_31/src/examples/multi_role/cc26xx/app/multi_role.c"
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/src/examples/multi_role/cc26xx/app/multi_role.c'
' '
'Building file: C:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/util.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 --include_path="C:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/controller/cc26xx/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/icall/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/dev_info" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/roles/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/profiles/simple_profile/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/target" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/hal/src/target/_common/cc26xx" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/heapmgr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/icall/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/osal/src/inc" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/saddr" --include_path="c:/ti/simplelink/ble_sdk_2_02_00_31/src/components/services/src/sdata" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162" --include_path="c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on --preproc_with_compile --preproc_dependency="Application/util.pp" --obj_directory="Application" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/util.c"
'Finished building: C:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/util.c'
' '
'Building target: multi_role_cc2650em_app.out'
'Invoking: ARM Linker'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" --cmd_file="c:/ti/simplelink/ble_sdk_2_02_00_31/src/config/build_components.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../../iar/stack/build_config.opt" --cmd_file="C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_compiler_defines.bcfg" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -me -O4 --opt_for_speed=0 -g --c99 --relaxed_ansi --define=USE_ICALL --define=xCACHE_AS_RAM --define=POWER_SAVING --define=MAX_NUM_BLE_CONNS=4 --define=HEAPMGR_SIZE=0 --define=xBOARD_DISPLAY_EXCLUDE_UART --define=xBOARD_DISPLAY_EXCLUDE_LCD --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=CC2650DK_5XD --define=CC26XX --define=DEBUG --define=HEAPMGR_METRICS --display_error_number --diag_warning=225 --diag_suppress=48 --diag_wrap=off --gen_func_subsections=on --embedded_constants=on --plain_char=unsigned --sat_reassoc=off --enum_type=packed --fp_reassoc=off --wchar_t=16 --common=on --unaligned_access=on -z -m"multi_role_cc2650em_app.map" --stack_size=256 --heap_size=0 -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --reread_libs --warn_sections --diag_wrap=off --display_error_number --diag_suppress=10247-D --diag_suppress=16002-D --xml_link_info="multi_role_cc2650em_app_linkInfo.xml" --rom_model --unused_section_elimination=on -o "multi_role_cc2650em_app.out" "./Startup/board.obj" "./Startup/ccfg_app_ble.obj" "./Startup/main.obj" "./Profiles/devinfoservice.obj" "./Profiles/gatt_uuid.obj" "./Profiles/gattservapp_util.obj" "./Profiles/multi.obj" "./Profiles/simple_gatt_profile.obj" "./ICallBLE/ble_user_config.obj" "./ICallBLE/icall_api.obj" "./ICall/icall.obj" "./ICall/icall_cc2650.obj" "./Drivers/SPI/SPI.obj" "./Drivers/SPI/SPICC26XXDMA.obj" "./Drivers/SPI/UDMACC26XX.obj" "./Drivers/RF/RF.obj" "./Drivers/PIN/PINCC26XX.obj" "./Drivers/LCD/LCDDogm1286.obj" "./Drivers/LCD/LCDDogm1286_util.obj" "./Drivers/Display/Display.obj" "./Drivers/Display/DisplayDogm1286.obj" "./Drivers/Display/DisplayUart.obj" "./Application/board_key.obj" "./Application/multi_role.obj" "./Application/util.obj" -l"configPkg/linker.cmd" -l"C:/ti/simplelink/ble_sdk_2_02_00_31/examples/cc2650em/multi_role/ccs/app/../config/ccs_linker_defines.cmd" -l"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd" -l"c:/ti/tirtos_cc13xx_cc26xx_2_18_00_03/products/cc26xxware_2_23_03_17162/driverlib/bin/ccs/driverlib.lib" -l"c:/ti/simplelink/ble_sdk_2_02_00_31/src/rom/common_rom_releases/03282014/common_rom.symbols" -l"libc.a"
<Linking>
"c:/ti/simplelink/ble_sdk_2_02_00_31/src/common/cc26xx/ccs/cc26xx_app.cmd", line 125: error #10099-D: program will not fit into available memory. placement with alignment fails for section ".cinit" size 0x7dc . Available memory ranges:
FLASH size: 0xa000 unused: 0x6 max hole: 0x3
FLASH_LAST_PAGE size: 0x1000 unused: 0x168 max hole: 0x168
error #10010: errors encountered during linking; "multi_role_cc2650em_app.out" not built
>> Compilation failure
gmake: *** [multi_role_cc2650em_app.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
Please advise me if there is anything I miss , thanks!
Hi JXS
1.Now I can build success but "BOARD_DISPLAY_EXCLUDE_LCD" need to enabled in predefined.Always built error if disable this.
Already there and provide predefined as below,please help to confirm it all needed or not to multu-role.
stack: app:
2.As the project import,why the multi-role's icon was different with others? The option "Automatically import reference projects found....." also disable?
Capture as below.
Thanks!