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.

[参考译文] CC3220S-LAUNCHXL:AWS IoT 插件示例构建错误

Guru**** 2531950 points
Other Parts Discussed in Thread: CC3220S, CC3200, CC3200SDK

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

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1104343/cc3220s-launchxl-aws-iot-plugin-example-build-error

器件型号:CC3220S-LAUNCHXL
主题中讨论的其他器件:CC3220SCC3200CC3200SDK

大家好、

我想使用 AWS IoT 插件订阅 CC3220S_Launchpad 的发布样片。 我安装了最新的 CCS (版本11.2.0.00007 )、TI RTOS (tirtos_cc32xx_2_16_01_14)、AWS IoT 插件(aws_cc32xx_4_30_00_02)和 simplelink SDK (simplelink_cc32xx_sdk_6_10_00_05)。

我导入了 subscribe_publish_sample 项目并尝试对其进行编译。 我缺少一些与错误相关的器件系列宏等。我已定义宏和预定义符号并重新编译代码、错误已解决。 但之后、我会遇到其他错误、例如  

#10010链接期间遇到错误;未构建"subscribe_publish_sample_CC3220S_LAUNCHXL_tirtos_ccs.out"

#10234-D 未解析的符号仍然存在

附加屏幕截图供您参考。

有人能帮我解决这个问题吗?

谢谢。

Jitendra

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

    您至少缺少 用于链接的 tirtos DPL 库(更新 Project Properties -> Build -> Arm Linker -> File Search Path):

    ${com_TI_SIMPLELINK_CC32XX_SDK_INSTALL_DIR}/kernel/tirtos/packages/ti/dbl/lib/ccs/m4/dbl_cc32xx.a

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

    你好、Kobi Leibovitch、

    感谢您的快速回复。 我已经尝试在 Project Properties -> Build -> Arm Linker -> File Search Path 中添加${com_TI_SIMPLELINK_CC32XX_SDK_INSTALL_DIR}/kernel/tirtos/packages/ti/DPL/lib/CCS/M4/DPL_cc32xx.a

    清理并重新构建项目、很遗憾出现相同的错误。

    我是否遗漏了什么?

    此致、

    Jitendra

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

    请发送控制台日志。  

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

    **** Clean-only build of configuration Debug for project shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs ****
    
    "C:\\ti\\ccs1120\\ccs\\utils\\bin\\gmake" -k -j 12 clean -O 
     
    DEL /F  "syscfg\ti_drivers_config.h" "syscfg\ti_utils_build_linker.cmd.genlibs" "syscfg\syscfg_c.rov.xs" "syscfg\ti_utils_runtime_model.gv" "syscfg\ti_utils_runtime_Makefile"  "shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs.hex"  "syscfg\ti_drivers_config.c" "syscfg\ti_net_config.c" "syscfg\ti_drivers_net_wifi_config.c"  "shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs.out" 
    DEL /F "syscfg\ti_drivers_config.obj" "syscfg\ti_net_config.obj" "syscfg\ti_drivers_net_wifi_config.obj" "aws_iot_json_utils.obj" "aws_iot_mqtt_client.obj" "aws_iot_mqtt_client_common_internal.obj" "aws_iot_mqtt_client_connect.obj" "aws_iot_mqtt_client_publish.obj" "aws_iot_mqtt_client_subscribe.obj" "aws_iot_mqtt_client_unsubscribe.obj" "aws_iot_mqtt_client_yield.obj" "aws_iot_shadow.obj" "aws_iot_shadow_actions.obj" "aws_iot_shadow_json.obj" "aws_iot_shadow_records.obj" "jsmn.obj" "main_tirtos.obj" "network.obj" "network_sl.obj" "shadow_sample.obj" "startsntp.obj" "timer.obj" 
    DEL /F "syscfg\ti_drivers_config.d" "syscfg\ti_net_config.d" "syscfg\ti_drivers_net_wifi_config.d" "aws_iot_json_utils.d" "aws_iot_mqtt_client.d" "aws_iot_mqtt_client_common_internal.d" "aws_iot_mqtt_client_connect.d" "aws_iot_mqtt_client_publish.d" "aws_iot_mqtt_client_subscribe.d" "aws_iot_mqtt_client_unsubscribe.d" "aws_iot_mqtt_client_yield.d" "aws_iot_shadow.d" "aws_iot_shadow_actions.d" "aws_iot_shadow_json.d" "aws_iot_shadow_records.d" "jsmn.d" "main_tirtos.d" "network.d" "network_sl.d" "shadow_sample.d" "startsntp.d" "timer.d" 
    RMDIR /S/Q  "syscfg\" 
    Could Not Find C:\Users\Jitendra\ws11\shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs\Debug\shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs.hex
    Could Not Find C:\Users\Jitendra\ws11\shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs\Debug\shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs.out
    Finished clean
     
    
    **** Build Finished ****
    
    **** Build of configuration Debug for project shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs ****
    
    "C:\\ti\\ccs1120\\ccs\\utils\\bin\\gmake" -k -j 12 all -O 
     
    Building file: "../aws_iot.syscfg"
    Invoking: SysConfig
    "C:/ti/ccs1120/ccs/utils/sysconfig_1.12.0/sysconfig_cli.bat" -s "C:/ti/simplelink_cc32xx_sdk_6_10_00_05/.metadata/product.json" -s "C:/ti/aws_cc32xx_4_30_00_02/.metadata/product.json" -s "C:/ti/simplelink_cc32xx_sdk_6_10_00_05/.metadata/product.json" --script "C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/aws_iot.syscfg" -o "syscfg" --compiler ccs
    Running script...
    Validating...
    Generating Code (aws_iot.syscfg)...
    Writing C:\Users\Jitendra\ws11\shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs\Debug\syscfg\ti_drivers_config.c...
    Writing C:\Users\Jitendra\ws11\shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs\Debug\syscfg\ti_drivers_config.h...
    Writing C:\Users\Jitendra\ws11\shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs\Debug\syscfg\ti_net_config.c...
    Writing C:\Users\Jitendra\ws11\shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs\Debug\syscfg\ti_utils_build_linker.cmd.genlibs...
    Writing C:\Users\Jitendra\ws11\shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs\Debug\syscfg\syscfg_c.rov.xs...
    Writing C:\Users\Jitendra\ws11\shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs\Debug\syscfg\ti_utils_runtime_model.gv...
    Writing C:\Users\Jitendra\ws11\shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs\Debug\syscfg\ti_utils_runtime_Makefile...
    Writing C:\Users\Jitendra\ws11\shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs\Debug\syscfg\ti_drivers_net_wifi_config.c...
    Finished building: "../aws_iot.syscfg"
     
    Building file: "../aws_iot_mqtt_client_yield.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="aws_iot_mqtt_client_yield.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../aws_iot_mqtt_client_yield.c"
    Finished building: "../aws_iot_mqtt_client_yield.c"
     
    Building file: "syscfg/ti_drivers_config.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="syscfg/ti_drivers_config.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --obj_directory="syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "syscfg/ti_drivers_config.c"
    Finished building: "syscfg/ti_drivers_config.c"
     
    Building file: "syscfg/ti_net_config.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="syscfg/ti_net_config.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --obj_directory="syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "syscfg/ti_net_config.c"
    Finished building: "syscfg/ti_net_config.c"
     
    Building file: "syscfg/ti_drivers_net_wifi_config.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="syscfg/ti_drivers_net_wifi_config.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --obj_directory="syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "syscfg/ti_drivers_net_wifi_config.c"
    Finished building: "syscfg/ti_drivers_net_wifi_config.c"
     
    Building file: "../aws_iot_json_utils.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="aws_iot_json_utils.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../aws_iot_json_utils.c"
    Finished building: "../aws_iot_json_utils.c"
     
    Building file: "../aws_iot_mqtt_client.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="aws_iot_mqtt_client.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../aws_iot_mqtt_client.c"
    Finished building: "../aws_iot_mqtt_client.c"
     
    Building file: "../aws_iot_mqtt_client_common_internal.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="aws_iot_mqtt_client_common_internal.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../aws_iot_mqtt_client_common_internal.c"
    Finished building: "../aws_iot_mqtt_client_common_internal.c"
     
    Building file: "../aws_iot_mqtt_client_connect.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="aws_iot_mqtt_client_connect.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../aws_iot_mqtt_client_connect.c"
    Finished building: "../aws_iot_mqtt_client_connect.c"
     
    Building file: "../aws_iot_mqtt_client_publish.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="aws_iot_mqtt_client_publish.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../aws_iot_mqtt_client_publish.c"
    Finished building: "../aws_iot_mqtt_client_publish.c"
     
    Building file: "../aws_iot_mqtt_client_subscribe.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="aws_iot_mqtt_client_subscribe.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../aws_iot_mqtt_client_subscribe.c"
    Finished building: "../aws_iot_mqtt_client_subscribe.c"
     
    Building file: "../aws_iot_mqtt_client_unsubscribe.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="aws_iot_mqtt_client_unsubscribe.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../aws_iot_mqtt_client_unsubscribe.c"
    Finished building: "../aws_iot_mqtt_client_unsubscribe.c"
     
    Building file: "../aws_iot_shadow.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="aws_iot_shadow.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../aws_iot_shadow.c"
    Finished building: "../aws_iot_shadow.c"
     
    Building file: "../aws_iot_shadow_actions.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="aws_iot_shadow_actions.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../aws_iot_shadow_actions.c"
    Finished building: "../aws_iot_shadow_actions.c"
     
    Building file: "../aws_iot_shadow_json.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="aws_iot_shadow_json.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../aws_iot_shadow_json.c"
    Finished building: "../aws_iot_shadow_json.c"
     
    Building file: "../jsmn.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="jsmn.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../jsmn.c"
    Finished building: "../jsmn.c"
     
    Building file: "../aws_iot_shadow_records.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="aws_iot_shadow_records.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../aws_iot_shadow_records.c"
    Finished building: "../aws_iot_shadow_records.c"
     
    Building file: "../network.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="network.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../network.c"
    Finished building: "../network.c"
     
    Building file: "../shadow_sample.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="shadow_sample.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../shadow_sample.c"
    Finished building: "../shadow_sample.c"
     
    Building file: "../startsntp.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="startsntp.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../startsntp.c"
    Finished building: "../startsntp.c"
     
    Building file: "../network_sl.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="network_sl.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../network_sl.c"
    Finished building: "../network_sl.c"
     
    Building file: "../main_tirtos.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="main_tirtos.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../main_tirtos.c"
    Finished building: "../main_tirtos.c"
     
    Building file: "../timer.c"
    Invoking: Arm Compiler
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug" --include_path="C:/ti/aws_cc32xx_4_30_00_02/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/net/bsd" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" --include_path="C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/posix/ccs" --include_path="C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include" --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="timer.d_raw" --include_path="C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/compiler.opt"  "../timer.c"
    Finished building: "../timer.c"
     
    Building target: "shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs.out"
    Invoking: Arm Linker
    "C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=vfplib -me --define=DeviceFamily_CC3220 --define=ENABLE_IOT_INFO --define=ENABLE_IOT_ERROR --define=ENABLE_IOT_WARN --define=ENABLE_IOT_DEBUG --define=NET_SL -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on -z -m"shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs.map" -i"C:/ti/aws_cc32xx_4_30_00_02/source" -i"C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source" -i"C:/ti/simplelink_cc32xx_sdk_6_10_00_05/kernel/tirtos/packages/ti/dpl/lib/ccs/m4/dpl_cc32xx.a" -i"C:/ti/simplelink_cc32xx_sdk_6_10_00_05/kernel/tirtos/packages" -i"C:/Users/Jitendra/ws11/shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs/Debug/syscfg/" -i"C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/lib" --diag_wrap=off --display_error_number --warn_sections --xml_link_info="shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs_linkInfo.xml" --rom_model -o "shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs.out" "./syscfg/ti_drivers_config.obj" "./syscfg/ti_net_config.obj" "./syscfg/ti_drivers_net_wifi_config.obj" "./aws_iot_json_utils.obj" "./aws_iot_mqtt_client.obj" "./aws_iot_mqtt_client_common_internal.obj" "./aws_iot_mqtt_client_connect.obj" "./aws_iot_mqtt_client_publish.obj" "./aws_iot_mqtt_client_subscribe.obj" "./aws_iot_mqtt_client_unsubscribe.obj" "./aws_iot_mqtt_client_yield.obj" "./aws_iot_shadow.obj" "./aws_iot_shadow_actions.obj" "./aws_iot_shadow_json.obj" "./aws_iot_shadow_records.obj" "./jsmn.obj" "./main_tirtos.obj" "./network.obj" "./network_sl.obj" "./shadow_sample.obj" "./startsntp.obj" "./timer.obj" "../cc32xxs_tirtos.cmd" -l"C:/ti/simplelink_cc32xx_sdk_6_10_00_05/kernel/tirtos/packages/ti/dpl/lib/ccs/m4/dpl_cc32xx.a" -lti_utils_build_linker.cmd.genlibs -l"C:/Users/Jitendra/ws11/tirtos_builds_cc32xx_release_ccs/Debug/configPkg/linker.cmd"  -l"ti/devices/cc32xx/driverlib/ccs/Release/driverlib.a" -llibc.a 
    <Linking>
     
     undefined                  first referenced                                                                                       
      symbol                        in file                                                                                            
     ---------                  ----------------                                                                                       
     ClockP_Params_init         C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<UART2CC32XX.oem4> 
     ClockP_construct           C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<UART2CC32XX.oem4> 
     ClockP_destruct            C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<UART2CC32XX.oem4> 
     ClockP_getCpuFreq          C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<UART2CC32XX.oem4> 
     ClockP_getSystemTickPeriod C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/net/wifi/ccs/rtos/simplelink.a<driver.obj>    
     ClockP_getSystemTicks      C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/net/wifi/ccs/rtos/simplelink.a<cc_pal.obj>    
     ClockP_setTimeout          C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<UART2.oem4>       
     ClockP_start               C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<UART2.oem4>       
     ClockP_stop                C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<UART2.oem4>       
     HwiP_Params_init           C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<GPIOCC32XX.oem4>  
     HwiP_clearInterrupt        C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<SPICC32XXDMA.oem4>
     HwiP_construct             C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<UART2CC32XX.oem4> 
     HwiP_create                C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<GPIOCC32XX.oem4>  
     HwiP_delete                C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<SPICC32XXDMA.oem4>
     HwiP_destruct              C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<UART2CC32XX.oem4> 
     HwiP_disable               C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<SPI.oem4>         
     HwiP_disableInterrupt      C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<SPICC32XXDMA.oem4>
     HwiP_enableInterrupt       C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<SPICC32XXDMA.oem4>
     HwiP_interruptsEnabled     C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<UART2.oem4>       
     HwiP_restore               C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<SPI.oem4>         
     SemaphoreP_construct       C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<UART2CC32XX.oem4> 
     SemaphoreP_constructBinary C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<UART2CC32XX.oem4> 
     SemaphoreP_createBinary    C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/display/lib/ccs/m4/display_cc32xx.a<DisplayUart2.oem4>
     SemaphoreP_delete          C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/display/lib/ccs/m4/display_cc32xx.a<DisplayUart2.oem4>
     SemaphoreP_destruct        C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/drivers/lib/ccs/m4/drivers_cc32xx.a<UART2CC32XX.oem4> 
     SemaphoreP_pend            C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/display/lib/ccs/m4/display_cc32xx.a<DisplayUart2.oem4>
     SemaphoreP_post            C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/display/lib/ccs/m4/display_cc32xx.a<DisplayUart2.oem4>
     SystemP_vsnprintf          C:/ti/simplelink_cc32xx_sdk_6_10_00_05/source/ti/display/lib/ccs/m4/display_cc32xx.a<DisplayUart2.oem4>
     
    error #10234-D: unresolved symbols remain
    error #10010: errors encountered during linking; "shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs.out" not built
     
    gmake[1]: *** [shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs.out] Error 1
    >> Compilation failure
    makefile:168: recipe for target 'shadow_sample_CC3220S_LAUNCHXL_tirtos_ccs.out' failed
    gmake: *** [all] Error 2
    makefile:161: recipe for target 'all' failed
    
    **** Build Finished ****
    

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

    奇怪。

    我看到您已将文件路径添加到"Compiler -> Include Options"(编译器->包含选项)(从此处删除)和"Linker -> File Search Path-> Dir search path"(链接器->文件搜索路径->目录搜索路径)(也删除此路径)。  

    在"Linker -> File Search Path -> Include library file"中、将名称更改为"ti/DPL/lib/ccs/M4/DPL_cc32xx.a"("${com_TI_SIMPLELINK_CC32XX_SDK_INSTALL_DIR}/kernel/tirtos/packages/"已显示在"dir"部分中)。

    最后、将这个库设置移动到"${generated libraries}"行的正下方(ti/devices/cc32xx/driverlib/ccs/Release/driverlib.a"上方)。  

    您是否更改了项目定义中的任何其他内容?

    如果仍有问题、请再次向我发送控制台日志。

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

    您好!

    我按照上面的说明操作、能够构建固件。 非常感谢。

    我还有一个关于 CC3200的问题。 最新的 simplelink SDK、AWS IoT 插件和 CCS 是否支持 CC3200? 我是否可以将它们用于 CC3200 SoC 的开发? 或者是否有其他选项用于相同的选项?

    再次感谢。  

    Jitendra

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

    不需要。 CC3220需要单独的 SDK (https://www.ti.com/tool/CC3200SDK)。  

    迁移到 CC3220/35时,驱动程序 API 和 SDK 结构(CC3200SDK 中不支持 POSIX、TI 驱动程序等)发生了更改,AWS 代码将需要移植(这并不容易)。

    通常、不建议在新设计中使用 CC3200。