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.

[参考译文] CC2652R7:使用 gcc 编译器时出现构建错误

Guru**** 2460850 points
Other Parts Discussed in Thread: CC2652R7, SYSBIOS

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/1242657/cc2652r7-build-error-when-using-gcc-compiler

器件型号:CC2652R7
Thread 中讨论的其他器件: SYSBIOS

尊敬的专家:

我尝试了使用 GCC 编译器来构建 TI RCP 示例。
发生如下所示的链路错误。

当然、如果我使用 TI Clang 编译器、没问题。
但我必须使用 gcc。
我们期待您的友好建议。

构建目标:"rcp_lp_CC2652r7_tirtos7_gcc.out"
调用:GNU 链接器
/home/nama/ti/gcc_arm_none_eabi_9_2_1/bin/arm-none-eabi-gcc-9.2.1 -mfpu=fpv4-sp-D16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_exclude_NVS_external_FLASH -DNVOCMP_Posix_mutex -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 /home/nama/workspace_v12/libopenthread_rcp_cc13x2_26x2_gcc/OptimizeSize /home/nama/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/OptimizeSize /home/nama/workspace_v12/libopenthread_platform_utils_radio_cc13x2_26x2_gcc/OptimizeSize /home/nama/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/OptimizeSize /home/nama/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source /home/nama/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages /home/nama/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg /home/nama/ti/gcc_arm_none_eabi_9_2_1/arm-none-eabi/lib/thumb/v7e-m/hard radio=nania.spec -o"rcp_lp_CC2652R7_tirtos7_gcc.out"./main.o"./otstack.o"./rcp.o"./rcp.o"/syscfg/tiop_config.o /syscfg/ti_devices_config.o /syscfg/ti_drivers_config.o /platform/alarm.o /platform/entropy.o /platform/radio.o /platform/system.o /platform/crypto/crypto_misc.o /platform/nv/crc.o /syscfg/ti_radio_config.o /syscfg/ti_sysbios_config.o /otsupport/otrtosapi.o /platform/alarm_micro.o /platform/diag.o /platform/misc.o /platform/ncp.o /platform/settings.o /platform/spi_periph.o /platform/uart.o /platform/crypto/aes_alt.o /platform/crypto/ecjpake_alt.o /platform/crypto/sha256_alt.o /platform/nv/nvocmp.o /home/nama/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg/ti_utils_build_linker.cmd.genlibs
Makefile:181:目标"rcp_lp_CC2652R7_tirtos7_gcc.out"的配方失败
/home/nama/ti/gcc_arm_none_eabi_9_2_1/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld:/home/nama/ti/gcc_arm_none_eabi_9_2_1/bin/../lib/gcc/arm-none-eabi/9.2.1/liblto_plugin.so:加载插件时出错:/home/nama/ti/gcc_arm_none_eabi_9_2_1/bin/../lib/gcc/arm-none-eabi/9.2.1/liblto_plugin.so:文件太短
collect2:错误:LD 返回1个退出状态
gmake[1]:***[rcp_lp_CC2652R7_tirtos7_gcc.out]错误1
gmake:***[全部]错误2
Makefiles:171:食谱的目标'all'失败

****构建完成****

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、jg:

    我在使用正确的 ARM GCC 依赖关系 gcc-arm-none-eabi-9-2019-Q4-major 时没有遇到任何问题 (来自 SDK 版本说明)。

    **** Build of configuration Debug for project rcp_LP_CC2652R7_tirtos7_gcc ****
    
    "C:\\ti\\ccs1230\\ccs\\utils\\bin\\gmake" -k -j 12 all -O 
     
    Building file: "../rcp.syscfg"
    Invoking: SysConfig
    "C:/ti/sysconfig_1.15.0/sysconfig_cli.bat" -s "C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/.metadata/product.json" -s "C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/.metadata/product.json" --script "C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/rcp.syscfg" -o "syscfg" --compiler gcc
    Running script...
    Validating...
    info: /ti/thread/thread network.panID: PAN ID 0xFFFF is reserved as the broadcast PAN ID. This is invalid for network formation, but is used for joiner devices when discovering network parameters via commissioning.
    Generating Code (rcp.syscfg)...
    Writing C:\Users\a0274016\workspace_v12\rcp_LP_CC2652R7_tirtos7_gcc\Debug\syscfg\tiop_config.h...
    Writing C:\Users\a0274016\workspace_v12\rcp_LP_CC2652R7_tirtos7_gcc\Debug\syscfg\tiop_config.c...
    Writing C:\Users\a0274016\workspace_v12\rcp_LP_CC2652R7_tirtos7_gcc\Debug\syscfg\ti_devices_config.c...
    Writing C:\Users\a0274016\workspace_v12\rcp_LP_CC2652R7_tirtos7_gcc\Debug\syscfg\ti_radio_config.c...
    Writing C:\Users\a0274016\workspace_v12\rcp_LP_CC2652R7_tirtos7_gcc\Debug\syscfg\ti_radio_config.h...
    Writing C:\Users\a0274016\workspace_v12\rcp_LP_CC2652R7_tirtos7_gcc\Debug\syscfg\ti_drivers_config.c...
    Writing C:\Users\a0274016\workspace_v12\rcp_LP_CC2652R7_tirtos7_gcc\Debug\syscfg\ti_drivers_config.h...
    Writing C:\Users\a0274016\workspace_v12\rcp_LP_CC2652R7_tirtos7_gcc\Debug\syscfg\ti_utils_build_linker.cmd.genlibs...
    Writing C:\Users\a0274016\workspace_v12\rcp_LP_CC2652R7_tirtos7_gcc\Debug\syscfg\syscfg_c.rov.xs...
    Writing C:\Users\a0274016\workspace_v12\rcp_LP_CC2652R7_tirtos7_gcc\Debug\syscfg\ti_sysbios_config.h...
    Writing C:\Users\a0274016\workspace_v12\rcp_LP_CC2652R7_tirtos7_gcc\Debug\syscfg\ti_sysbios_config.c...
    Finished building: "../rcp.syscfg"
     
    Building file: "../main.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"main.d_raw" -MT"main.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"main.o" "../main.c"
    Finished building: "../main.c"
     
    Building file: "../otstack.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"otstack.d_raw" -MT"otstack.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"otstack.o" "../otstack.c"
    Finished building: "../otstack.c"
     
    Building file: "syscfg/tiop_config.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"syscfg/tiop_config.d_raw" -MT"syscfg/tiop_config.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"syscfg/tiop_config.o" "syscfg/tiop_config.c"
    Finished building: "syscfg/tiop_config.c"
     
    Building file: "../rcp.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"rcp.d_raw" -MT"rcp.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"rcp.o" "../rcp.c"
    Finished building: "../rcp.c"
     
    Building file: "syscfg/ti_devices_config.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"syscfg/ti_devices_config.d_raw" -MT"syscfg/ti_devices_config.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"syscfg/ti_devices_config.o" "syscfg/ti_devices_config.c"
    Finished building: "syscfg/ti_devices_config.c"
     
    Building file: "syscfg/ti_radio_config.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"syscfg/ti_radio_config.d_raw" -MT"syscfg/ti_radio_config.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"syscfg/ti_radio_config.o" "syscfg/ti_radio_config.c"
    Finished building: "syscfg/ti_radio_config.c"
     
    Building file: "syscfg/ti_drivers_config.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"syscfg/ti_drivers_config.d_raw" -MT"syscfg/ti_drivers_config.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"syscfg/ti_drivers_config.o" "syscfg/ti_drivers_config.c"
    Finished building: "syscfg/ti_drivers_config.c"
     
    Building file: "../otsupport/otrtosapi.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"otsupport/otrtosapi.d_raw" -MT"otsupport/otrtosapi.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"otsupport/otrtosapi.o" "../otsupport/otrtosapi.c"
    Finished building: "../otsupport/otrtosapi.c"
     
    Building file: "../platform/alarm.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/alarm.d_raw" -MT"platform/alarm.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/alarm.o" "../platform/alarm.c"
    Finished building: "../platform/alarm.c"
     
    Building file: "../platform/alarm_micro.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/alarm_micro.d_raw" -MT"platform/alarm_micro.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/alarm_micro.o" "../platform/alarm_micro.c"
    Finished building: "../platform/alarm_micro.c"
     
    Building file: "../platform/diag.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/diag.d_raw" -MT"platform/diag.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/diag.o" "../platform/diag.c"
    Finished building: "../platform/diag.c"
     
    Building file: "../platform/entropy.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/entropy.d_raw" -MT"platform/entropy.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/entropy.o" "../platform/entropy.c"
    Finished building: "../platform/entropy.c"
     
    Building file: "../platform/misc.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/misc.d_raw" -MT"platform/misc.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/misc.o" "../platform/misc.c"
    Finished building: "../platform/misc.c"
     
    Building file: "syscfg/ti_sysbios_config.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"syscfg/ti_sysbios_config.d_raw" -MT"syscfg/ti_sysbios_config.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"syscfg/ti_sysbios_config.o" "syscfg/ti_sysbios_config.c"
    Finished building: "syscfg/ti_sysbios_config.c"
     
    Building file: "../platform/ncp.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/ncp.d_raw" -MT"platform/ncp.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/ncp.o" "../platform/ncp.c"
    Finished building: "../platform/ncp.c"
     
    Building file: "../platform/radio.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/radio.d_raw" -MT"platform/radio.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/radio.o" "../platform/radio.c"
    Finished building: "../platform/radio.c"
     
    Building file: "../platform/settings.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/settings.d_raw" -MT"platform/settings.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/settings.o" "../platform/settings.c"
    Finished building: "../platform/settings.c"
     
    Building file: "../platform/system.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/system.d_raw" -MT"platform/system.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/system.o" "../platform/system.c"
    Finished building: "../platform/system.c"
     
    Building file: "../platform/spi_periph.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/spi_periph.d_raw" -MT"platform/spi_periph.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/spi_periph.o" "../platform/spi_periph.c"
    Finished building: "../platform/spi_periph.c"
     
    Building file: "../platform/uart.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/uart.d_raw" -MT"platform/uart.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/uart.o" "../platform/uart.c"
    Finished building: "../platform/uart.c"
     
    Building file: "../platform/crypto/aes_alt.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/crypto/aes_alt.d_raw" -MT"platform/crypto/aes_alt.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/crypto/aes_alt.o" "../platform/crypto/aes_alt.c"
    Finished building: "../platform/crypto/aes_alt.c"
     
    Building file: "../platform/crypto/crypto_misc.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/crypto/crypto_misc.d_raw" -MT"platform/crypto/crypto_misc.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/crypto/crypto_misc.o" "../platform/crypto/crypto_misc.c"
    Finished building: "../platform/crypto/crypto_misc.c"
     
    Building file: "../platform/crypto/sha256_alt.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/crypto/sha256_alt.d_raw" -MT"platform/crypto/sha256_alt.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/crypto/sha256_alt.o" "../platform/crypto/sha256_alt.c"
    Finished building: "../platform/crypto/sha256_alt.c"
     
    Building file: "../platform/crypto/ecjpake_alt.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/crypto/ecjpake_alt.d_raw" -MT"platform/crypto/ecjpake_alt.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/crypto/ecjpake_alt.o" "../platform/crypto/ecjpake_alt.c"
    Finished building: "../platform/crypto/ecjpake_alt.c"
     
    Building file: "../platform/nv/crc.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/nv/crc.d_raw" -MT"platform/nv/crc.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/nv/crc.o" "../platform/nv/crc.c"
    Finished building: "../platform/nv/crc.c"
     
    Building file: "../platform/nv/nvocmp.c"
    Invoking: GNU Compiler
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug" -I"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/examples/platforms" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src/core" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/src" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/third_party/openthread/third_party/mbedtls/repo/include" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/platform/crypto" -I"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/config" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/devices/cc13x2_cc26x2" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source/ti/posix/gcc" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include" -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -MMD -MP -MF"platform/nv/nvocmp.d_raw" -MT"platform/nv/nvocmp.o" -I"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -std=c99  -o"platform/nv/nvocmp.o" "../platform/nv/nvocmp.c"
    Finished building: "../platform/nv/nvocmp.c"
     
    Building target: "rcp_LP_CC2652R7_tirtos7_gcc.out"
    Invoking: GNU Linker
    "C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc-9.2.1.exe" -mfpu=fpv4-sp-d16 -fno-exceptions -DHAVE_CONFIG_H -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DNVOCMP_POSIX_MUTEX -DNVOCMP_NVPAGES=2 -DNDEBUG -DBOARD_DISPLAY_USE_UART=1 -DMBEDTLS_CONFIG_FILE='"mbedtls-config-cc13x2_26x2.h"' -DOPENTHREAD_RADIO=1 -DOPENTHREAD_CONFIG_FILE='"openthread-config-cc13x2_26x2-rcp.h"' -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='"openthread-core-cc13x2_26x2-config.h"' -DPLATFORM_SPI_CRC_SUPPORT -DDeviceFamily_CC13X2X7_CC26X2X7 -Os -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -fno-common -mcpu=cortex-m4 -Wl,-Map,"rcp_LP_CC2652R7_tirtos7_gcc.map" -nostartfiles -static -Wl,--gc-sections -L"C:/Users/a0274016/workspace_v12/libopenthread_rcp_cc13x2_26x2_gcc/OptimizeSize" -L"C:/Users/a0274016/workspace_v12/libopenthread_radio_cc13x2_26x2_gcc/OptimizeSize" -L"C:/Users/a0274016/workspace_v12/libopenthread_platform_utils_radio_cc13x2_26x2_gcc/OptimizeSize" -L"C:/Users/a0274016/workspace_v12/libmbedcrypto_cc13x2_26x2_gcc/OptimizeSize" -L"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/source" -L"C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_00_98/kernel/tirtos7/packages" -L"C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg" -L"C:/ti/ccs1230/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/lib/thumb/v7e-m/hard" -Wl,--defsym,NVOCMP_NVPAGES=2 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 --specs=nano.specs -o"rcp_LP_CC2652R7_tirtos7_gcc.out" "./main.o" "./otstack.o" "./rcp.o" "./syscfg/tiop_config.o" "./syscfg/ti_devices_config.o" "./syscfg/ti_radio_config.o" "./syscfg/ti_drivers_config.o" "./syscfg/ti_sysbios_config.o" "./otsupport/otrtosapi.o" "./platform/alarm.o" "./platform/alarm_micro.o" "./platform/diag.o" "./platform/entropy.o" "./platform/misc.o" "./platform/ncp.o" "./platform/radio.o" "./platform/settings.o" "./platform/spi_periph.o" "./platform/system.o" "./platform/uart.o" "./platform/crypto/aes_alt.o" "./platform/crypto/crypto_misc.o" "./platform/crypto/ecjpake_alt.o" "./platform/crypto/sha256_alt.o" "./platform/nv/crc.o" "./platform/nv/nvocmp.o" -Wl,-T"../cc13x2x7_cc26x2x7_tirtos7.lds"  -lopenthread_rcp -lopenthread_radio -lopenthread_platform_utils_radio -lmbedcrypto "C:/Users/a0274016/workspace_v12/rcp_LP_CC2652R7_tirtos7_gcc/Debug/syscfg/ti_utils_build_linker.cmd.genlibs" -l:"ti/devices/cc13x2x7_cc26x2x7/driverlib/bin/gcc/driverlib.lib" -lgcc -lc -lm -lnosys 
    Finished building target: "rcp_LP_CC2652R7_tirtos7_gcc.out"
     
    
    **** Build Finished ****
    

    此致、
    瑞安

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    谢谢、Ryan