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.

CC2640R2F: Memory issues when working on RTC implementation in 4.2 SDK using CC2640R2F

Part Number: CC2640R2F
Other Parts Discussed in Thread: CC2642R,

Hello TI Team,

We have done implementation of RTC clk in SDK 1.40 stack using multi role and simple peripheral project for time in UTC and calendar and it is working fine.

We have referred following link for RTC implementation using 1.40 stack.

       www.ti.com/.../spruex3v.pdf

        (we referred  5.4 Seconds Module section)

Now we are migrating same in 4.2 stack SDK in multi role project.

But we are facing some issue in code memory after migration . 

In CCS after building it is showing error like  memory will not fit for code.

How to solve this issue or any modification is needed 4.2 stack for RTC  or any other modification needed when  going from one stack to different stack for RTC.

Please provide your valuable inputs/ suggestion on this.

Thanks And Regards,

Rohit

  • Rohit,

    Thanks for your inquiry. I notified a colleague and he will be reply to you as soon as possible.

    In the meantime, can you please provide the full Console build output with the entire build error? This will help further diagnose this.

    Check the section CCS Build Console of the page below see how to get this information exported to a text file

    http://software-dl.ti.com/ccs/esd/documents/sdto_ccs_build-errors.html

    Best regards,

    Rafael

  • Hi Rohit,

    I have a modified simple peripheral OAD SDKv1.40 and after I port it to latest SDK I encounter memory issues. This is due to improvements on SDK from 1.40 to latest. The only solution is to use a TI BLE MCU with bigger flash and ram.

    -kel

  • Hi Rafael,

    Thanks for reply.

    "In the meantime, can you please provide the full Console build output with the entire build error? This will help further diagnose this."


    Yes Sure .

    PFA  following log for you reference

    *
    *** Clean-only build of configuration FlashROM_StackLibrary_CacheAsRAM for project multi_role_cc2640r2lp_app **** "C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k -j 4 clean -O DEL /F "multi_role_cc2640r2lp_app.hex" "configPkg\linker.cmd" "configPkg\compiler.opt" "multi_role_cc2640r2lp_app.out" DEL /F "Application\ExtFlash.obj" "Application\board_key.obj" "Application\bsp_i2c.obj" "Application\hal_assert.obj" "Application\lis3dh.obj" "Application\multi_role.obj" "Application\utc_clock.obj" "Application\util.obj" "Drivers\ECC\ECCROMCC26XX.obj" "Drivers\RF\RFCC26XX_singleMode.obj" "Drivers\TRNG\TRNGCC26XX.obj" "Drivers\i2c\I2C.obj" "Drivers\i2c\I2CCC26XX.obj" "ICall\icall.obj" "ICall\icall_cc2650.obj" "ICall\icall_user_config.obj" "ICallBLE\ble_user_config.obj" "ICallBLE\icall_api_lite.obj" "PROFILES\gatt_uuid.obj" "PROFILES\gattservapp_util.obj" "PROFILES\multi.obj" "PROFILES\simple_gatt_profile.obj" "Startup\board.obj" "Startup\ccfg_app_ble.obj" "Startup\main.obj" DEL /F "Application\ExtFlash.d" "Application\board_key.d" "Application\bsp_i2c.d" "Application\hal_assert.d" "Application\lis3dh.d" "Application\multi_role.d" "Application\utc_clock.d" "Application\util.d" "Drivers\ECC\ECCROMCC26XX.d" "Drivers\RF\RFCC26XX_singleMode.d" "Drivers\TRNG\TRNGCC26XX.d" "Drivers\i2c\I2C.d" "Drivers\i2c\I2CCC26XX.d" "ICall\icall.d" "ICall\icall_cc2650.d" "ICall\icall_user_config.d" "ICallBLE\ble_user_config.d" "ICallBLE\icall_api_lite.d" "PROFILES\gatt_uuid.d" "PROFILES\gattservapp_util.d" "PROFILES\multi.d" "PROFILES\simple_gatt_profile.d" "Startup\board.d" "Startup\ccfg_app_ble.d" "Startup\main.d" RMDIR /S/Q "configPkg\" Finished clean **** Build Finished **** **** Build of configuration FlashROM_StackLibrary_CacheAsRAM for project multi_role_cc2640r2lp_app **** "C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k -j 4 all -O Building file: "../TOOLS/app_ble.cfg" Invoking: XDCtools "C:/ti/xdctools_3_51_03_28_core/xs" --xdcpath="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source;C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/kernel/tirtos/packages;C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2640R2F -r release -c "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --compileOptions "-mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path=\"C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom\" --include_path=\"C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application\" --include_path=\"C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup\" --include_path=\"C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES\" --include_path=\"C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs\" --include_path=\"C:/Users/SenseGiz/new_stack_4_2/FIND_feb26\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external\" --include_path=\"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time\" --include_path=\"C:/Users/SenseGiz/new_stack_4_2/FIND_feb26\" --include_path=\"C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include\" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi " "../TOOLS/app_ble.cfg" making package.mak (because of package.bld) ... generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ... configuring app_ble.xem3 from package/cfg/app_ble_pem3.cfg ... generating custom ROM library makefile ... Starting build of library sources ... making C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/TOOLS/src/sysbios/rom_sysbios.aem3 ... Build of libraries done. clem3 package/cfg/app_ble_pem3.c ... Finished building: "../TOOLS/app_ble.cfg" Building file: "../Application/hal_assert.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Application/hal_assert.d_raw" --obj_directory="Application" --cmd_file="configPkg/compiler.opt" "../Application/hal_assert.c" Finished building: "../Application/hal_assert.c" Building file: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external/ExtFlash.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Application/ExtFlash.d_raw" --obj_directory="Application" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external/ExtFlash.c" Finished building: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external/ExtFlash.c" Building file: "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/bsp_i2c.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Application/bsp_i2c.d_raw" --obj_directory="Application" --cmd_file="configPkg/compiler.opt" "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/bsp_i2c.c" "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/bsp_i2c.c", line 157: warning #515-D: a value of type "uintptr_t" cannot be assigned to an entity of type "void *" Finished building: "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/bsp_i2c.c" Building file: "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/board_key.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Application/board_key.d_raw" --obj_directory="Application" --cmd_file="configPkg/compiler.opt" "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/board_key.c" Finished building: "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/board_key.c" Building file: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time/utc_clock.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Application/utc_clock.d_raw" --obj_directory="Application" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time/utc_clock.c" Finished building: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time/utc_clock.c" Building file: "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/lis3dh.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Application/lis3dh.d_raw" --obj_directory="Application" --cmd_file="configPkg/compiler.opt" "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/lis3dh.c" "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/lis3dh.c", line 102: warning #994-D: missing return statement at end of non-void function "sensorLSM6DS3Reset" Finished building: "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/lis3dh.c" Building file: "../Application/util.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Application/util.d_raw" --obj_directory="Application" --cmd_file="configPkg/compiler.opt" "../Application/util.c" Finished building: "../Application/util.c" Building file: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/ecc/ECCROMCC26XX.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/ECC/ECCROMCC26XX.d_raw" --obj_directory="Drivers/ECC" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/ecc/ECCROMCC26XX.c" Finished building: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/ecc/ECCROMCC26XX.c" Building file: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/TRNGCC26XX.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/TRNG/TRNGCC26XX.d_raw" --obj_directory="Drivers/TRNG" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/TRNGCC26XX.c" Finished building: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/TRNGCC26XX.c" Building file: "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/i2c/I2C.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/i2c/I2C.d_raw" --obj_directory="Drivers/i2c" --cmd_file="configPkg/compiler.opt" "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/i2c/I2C.c" Finished building: "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/i2c/I2C.c" Building file: "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/i2c/I2CCC26XX.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/i2c/I2CCC26XX.d_raw" --obj_directory="Drivers/i2c" --cmd_file="configPkg/compiler.opt" "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/i2c/I2CCC26XX.c" Finished building: "C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/i2c/I2CCC26XX.c" Building file: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/drivers/rf/RFCC26XX_singleMode.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/RF/RFCC26XX_singleMode.d_raw" --obj_directory="Drivers/RF" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/drivers/rf/RFCC26XX_singleMode.c" Finished building: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/drivers/rf/RFCC26XX_singleMode.c" Building file: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/icall_cc2650.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ICall/icall_cc2650.d_raw" --obj_directory="ICall" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/icall_cc2650.c" Finished building: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/icall_cc2650.c" Building file: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/icall_user_config.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ICall/icall_user_config.d_raw" --obj_directory="ICall" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/icall_user_config.c" Finished building: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/icall_user_config.c" Building file: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/app/icall_api_lite.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ICallBLE/icall_api_lite.d_raw" --obj_directory="ICallBLE" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/app/icall_api_lite.c" Finished building: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/app/icall_api_lite.c" Building file: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/app/ble_user_config.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ICallBLE/ble_user_config.d_raw" --obj_directory="ICallBLE" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/app/ble_user_config.c" Finished building: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/app/ble_user_config.c" Building file: "../PROFILES/gatt_uuid.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="PROFILES/gatt_uuid.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/gatt_uuid.c" Finished building: "../PROFILES/gatt_uuid.c" Building file: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/icall.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ICall/icall.d_raw" --obj_directory="ICall" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/icall.c" Finished building: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/icall.c" Building file: "../PROFILES/gattservapp_util.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="PROFILES/gattservapp_util.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/gattservapp_util.c" Finished building: "../PROFILES/gattservapp_util.c" Building file: "../PROFILES/simple_gatt_profile.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="PROFILES/simple_gatt_profile.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/simple_gatt_profile.c" Finished building: "../PROFILES/simple_gatt_profile.c" Building file: "../PROFILES/multi.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="PROFILES/multi.d_raw" --obj_directory="PROFILES" --cmd_file="configPkg/compiler.opt" "../PROFILES/multi.c" Finished building: "../PROFILES/multi.c" Building file: "../Startup/ccfg_app_ble.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Startup/ccfg_app_ble.d_raw" --obj_directory="Startup" --cmd_file="configPkg/compiler.opt" "../Startup/ccfg_app_ble.c" Finished building: "../Startup/ccfg_app_ble.c" Building file: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target/board.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Startup/board.d_raw" --obj_directory="Startup" --cmd_file="configPkg/compiler.opt" "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target/board.c" Finished building: "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target/board.c" Building file: "../Startup/main.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Startup/main.d_raw" --obj_directory="Startup" --cmd_file="configPkg/compiler.opt" "../Startup/main.c" Finished building: "../Startup/main.c" Building file: "../Application/multi_role.c" Invoking: ARM Compiler "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/controller/cc26xx_r2/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/rom" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Application" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Startup" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/PROFILES" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_app/Include" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/target" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/target/_common/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/hal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/heapmgr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/icall/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/inc" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/saddr" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/services/src/sdata" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/batt/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/profiles/hid_dev/cc26xx" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/tirtos" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/posix/ccs" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/flash_interface/external" --include_path="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/time" --include_path="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="Application/multi_role.d_raw" --obj_directory="Application" --cmd_file="configPkg/compiler.opt" "../Application/multi_role.c" "../Application/multi_role.c", line 2335: warning #994-D: missing return statement at end of non-void function "dataconvert" "../Application/multi_role.c", line 321: warning #552-D: variable "fail_count" was set but never used "../Application/multi_role.c", line 349: warning #552-D: variable "Scan_multiplier" was set but never used "../Application/multi_role.c", line 371: warning #552-D: variable "iWrite10" was set but never used "../Application/multi_role.c", line 394: warning #179-D: variable "input_app_month" was declared but never referenced "../Application/multi_role.c", line 394: warning #179-D: variable "input_app_year" was declared but never referenced Finished building: "../Application/multi_role.c" Building target: "multi_role_cc2640r2lp_app.out" Invoking: ARM Linker "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/build_components.opt" --cmd_file="C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/config/factory_config.opt" --cmd_file="C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/TOOLS/build_config.opt" -mv7M3 --code_state=16 -me -O4 --opt_for_speed=0 --define=DeviceFamily_CC26X0R2 --define=BOARD_DISPLAY_USE_LCD=0 --define=BOARD_DISPLAY_USE_UART=0 --define=BOARD_DISPLAY_USE_UART_ANSI=0 --define=CACHE_AS_RAM --define=CC2640R2DK_5XD --define=HEAPMGR_METRICS --define=CC26XX --define=CC26XX_R2 --define=ICALL_EVENTS --define=ICALL_JT --define=ICALL_LITE --define=ICALL_MAX_NUM_ENTITIES=6 --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_STACK0_ADDR --define=MAX_NUM_BLE_CONNS=1 --define=POWER_SAVING --define=STACK_LIBRARY --define=USE_ICALL --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL -g --c99 --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi -z -m"multi_role_cc2640r2lp_app.map" --heap_size=0 --stack_size=256 -i"C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/lib" -i"C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --reread_libs --define=CC26X0ROM=2 --define=CACHE_AS_RAM=1 --define=AUX_AS_RAM=1 --diag_suppress=16002-D --diag_suppress=10247-D --diag_suppress=10325-D --diag_suppress=10229-D --diag_suppress=16032-D --diag_suppress=10068-D --diag_wrap=off --display_error_number --warn_sections --xml_link_info="multi_role_cc2640r2lp_app_linkInfo.xml" --rom_model -o "multi_role_cc2640r2lp_app.out" "./Application/ExtFlash.obj" "./Application/board_key.obj" "./Application/bsp_i2c.obj" "./Application/hal_assert.obj" "./Application/lis3dh.obj" "./Application/multi_role.obj" "./Application/utc_clock.obj" "./Application/util.obj" "./Drivers/ECC/ECCROMCC26XX.obj" "./Drivers/RF/RFCC26XX_singleMode.obj" "./Drivers/TRNG/TRNGCC26XX.obj" "./Drivers/i2c/I2C.obj" "./Drivers/i2c/I2CCC26XX.obj" "./ICall/icall.obj" "./ICall/icall_cc2650.obj" "./ICall/icall_user_config.obj" "./ICallBLE/ble_user_config.obj" "./ICallBLE/icall_api_lite.obj" "./PROFILES/gatt_uuid.obj" "./PROFILES/gattservapp_util.obj" "./PROFILES/multi.obj" "./PROFILES/simple_gatt_profile.obj" "./Startup/board.obj" "./Startup/ccfg_app_ble.obj" "./Startup/main.obj" -l"configPkg/linker.cmd" -l"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/devices/cc26x0r2/driverlib/bin/ccs/driverlib.lib" -l"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/kernel/tirtos/packages/ti/dpl/lib/dpl_cc26x0r2.aem3" -l"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/drivers/lib/drivers_cc26x0r2.aem3" -l"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/display/lib/display.aem3" -l"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/grlib/lib/ccs/m3/grlib.a" -l"C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/FlashROM_Library/ble_r2.symbols" -l"C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/FlashROM_Library/lib_linker.cmd" -l"C:/Users/SenseGiz/new_stack_4_2/FIND_feb26/multi_role_cc2640r2lp_stack_library/FlashROM_Library/multi_role_cc2640r2lp_stack_library.lib" -l"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/ccs/cc26xx_app.cmd" -llibc.a <Linking> "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/common/cc26xx/ccs/cc26xx_app.cmd", line 264: error #10099-D: program will not fit into available memory. placement with alignment fails for section ".cinit" size 0x650 . Available memory ranges: FLASH size: 0x1f000 unused: 0x4 max hole: 0x3 FLASH_LAST_PAGE size: 0x1000 unused: 0x1d2 max hole: 0x1d0 error #10010: errors encountered during linking; "multi_role_cc2640r2lp_app.out" not built >> Compilation failure makefile:194: recipe for target 'multi_role_cc2640r2lp_app.out' failed makefile:187: recipe for target 'all' failed gmake[1]: *** [multi_role_cc2640r2lp_app.out] Error 1 gmake: *** [all] Error 2 **** Build Finished ****

    Regards,

    Rohit

  • Hi Kel,

     Thanks for your valuable suggestion.

    Any alternative for this, with existing code can we do?

    I am using following command to segregate time and date.

    strftime(buf, sizeof(buf), "%Y%m%d%H%M%S", &ltm);


    I think this command is taking some memory .

    Any alternate command is there for this? which will take lesser memory.

    Ragards,

    Rohit

  • Hi,

    I use the UTC clock in my application.

    UTC_convertUTCTime(&time2, UTC_getClock());

    -kel

  • Hi Rohit,

    Your project is not linked because of Flash limitation.

    You should find a way to reduce the Flash consumption or migrate to a different device (CC2642R).

    Best regards,

  • Hi Kel,

    Yes, i am also using same UTC get clock for for normal application where we are putting manual time from simple profile and using  UTC_setClock() and UTC_getClock()  function to get current time.

    For other application i needed the time and date (calendar) so i have implemented in old stack 1.40 sdk.

    So wanted to migrate same in new stack 4.2 sdk.

    Is there any command with utc_clock file that can give me current date and time like RTC?

    Waiting for your reply.

    Regards,

    Rohit

  • Rohit Karekar said:
    Is there any command with utc_clock file that can give me current date and time like RTC?

    Our application date and time are updated from the smart phone date and time using custom bluetooth service. We update when there is a wake from shutdown or battery power on. 

    -kel

  • Hi  Clément,

     

    Thanks for your response .

     

    Yes we are working on it (CC2642) separately.

    Is  there any way  to insert RTC or similar to that can give me calendar with time with existing hardware i.e CC2640R2F?

     

    Regards,

    Rohit

  • Our side also the setup is same like what you have mentioned.

    Our app will update the current date and time in our device that is having RTC implementation. So till it reset it is having current time and date but after reset we will restore time and date from external flash  (It will be 15 min previous time) .

    Because we will  store current time and date every 15 min . This implemented and currently working smoothly with 1.40 SDK.

    So now we are migrating to 4.2 sdk with same implementation but we are facing memory related issues. 

    Regards,

    Rohit

  • Hi Rohit,

    As I already mentioned, to solve the link issue, you should find ways to reduce the Flash consumption by clicking here.

    I understand you already have a way to handle RTC / calendar. However, if you want to explore other options, these posts might be helpful for you.
    e2e.ti.com/.../496189
    e2e.ti.com/.../478380

    Best regards,

  • Thanks for your valuable suggestion ,

    we will start development on CC2642R 

    Let you know any issue related to RTC in CC2642R 

    Thanks and regards,

    Rohit

  • Thanks for input.

    Regards,

    Rohit