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-LAUNCHXL: Compilation failure for "subscribe_publish_sample" example code from "aws-iot-device-sdk-embedded-c"

Part Number: CC3200-LAUNCHXL
Other Parts Discussed in Thread: CC3200, CC3200SDK

I am trying to connect CC3200 with AWS. I using "README_CC3200.md" file as a reference from "aws-iot-device-sdk-embedded-c" from ti. While building the files in Command prompt I am facing the following error:


C:\Users\jayas_000\Desktop\ES\abhijit314s-rbultmans-awsiot\sample_apps\subscribe_publish_sample\platform_tirtos\cc3200>C:\TI\xdctools_3_50_02_20_core_win32\xdctools_3_50_02_20_core\gmake all
"C:\TI\CC3200SDK_1.3.0\cc3200-sdk\simplelink\include\../user.h", line 51: fatal error: cannot open source file "provisioning_api.h"
1 catastrophic error detected in the compilation of "../../../..//aws_iot_src/protocol/mqtt/aws_iot_embedded_client_wrapper/platform_tirtos/network_sl.c".
Compilation terminated.

>> Compilation failure
gmake: *** [network_sl.o] Error 1

I am not able to understand what is the error actually, they are showing me just file name and location. I don't know how to remove this error. 

Please guide.

Thank you.

  • Hi,

    Can you please share the contents of your products.mak file?

    I see you're using XDC tools 3.50.  The version of the SDK you are using requires xdctools_3_32_00_06_core

    You may need to changes your dependencies to those listed in the README_CC3200.md file.

    Please try that and then retry your build.


    Steve