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.

CC3200 aws-iot:demo例程certs 本地编译失败

Other Parts Discussed in Thread: CC3200

E:\iot\ti3200\iot_aws\ralph-txs-aws-iot-device-sdk-embedded-c\samples\tirtos\certs\cc3200

aws-iot-sdk   :  v2.1.0-ti
xdctools       :  xdctools_3_32_02_25_core
tirtos             :   tirtos_cc32xx_2_16_01_14

测试例程     :aws-iot-device-sdk-embedded-c\samples\tirtos\certs\cc3200

按照"README_CC3200.md" 中的步骤,也修改额"products.mak"文件中的下列选项
"XDC_INSTALL_DIR       = E:\iot\ti3200\ccs\xdctools_3_32_02_25_core
TIRTOS_INSTALL_DIR    = E:\iot\ti3200\ccs\tirtos_cc32xx_2_16_01_14
TI_ARM_CODEGEN_INSTALL_DIR = E:\iot\ti3200\ccs\ccsv8\tools\compiler\ti-cgt-arm_18.1.2.LTS"

命令行执行gmake编译后报错,我把工程导入到我的ccs中,编译也是报相同的错误。
">E:\iot\ti3200\ccs\xdctools_3_32_02_25_core\gmake.exe all
E:\iot\ti3200\ccs\xdctools_3_32_02_25_core/xs --xdcpath="E:\iot\ti3200\ccs\tirtos_cc32xx_2_16_01_14/products/ns_1_11_00_10/packages/;E:\iot\ti3200\ccs\tirtos_cc32xx_2_16_01_14/products/bios_6_45_02_31/packages;E:\iot\ti3200\ccs\tirtos_cc32xx_2_16_01_14/packages;E:\iot\ti3200\ccs\tirtos_cc32xx_2_16_01_14/products/uia_2_00_05_50/packages;E:\iot\ti3200\ccs\tirtos_cc32xx_2_16_01_14/products/tidrivers_cc32xx_2_16_01_13/packages" xdc.tools.configuro -c E:\iot\ti3200\ccs\ccsv8\tools\compiler\ti-cgt-arm_18.1.2.LTS -t ti.targets.arm.elf.M4 -p ti.platforms.simplelink:CC3200 -r release certflasher.cfg
C:/Users/ADMINI~1/AppData/Local/Temp/make7852-1.sh: E:iotti3200ccsxdctools_3_32_02_25_core/xs: No such file or directory
gmake: *** [certflasher/compiler.opt] Error 127 "

求解答!