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.
Tool/software: TI C/C++ Compiler
I have followed the steps in this Azure IoT device sample here: https://catalog.azureiotsuite.com/details?title=TI_CC3200&source=home-page
Following this has been frustrating because there are many steps that do not work without the exact versions listed in this example.
I now have every package of the exact version number listed in this example. Also, I have located the elfcc32.exe tool. The link is the azure example is no longer working.
Now, I am at the step of building the simplesample_http demo but ran into another error.
Error text:
PS C:\Users\krisr\git\azure-iot-sdk-c\azure-iot-sdk-c\serializer\samples\simplesample_http\tirtos\cc3200> C:\ti\xdctools_3_31_01_33_core\gmake.exe clean
cleaning ..
Could Not Find C:\Users\krisr\git\azure-iot-sdk-c\azure-iot-sdk-c\serializer\samples\simplesample_http\tirtos\cc3200\*.o
PS C:\Users\krisr\git\azure-iot-sdk-c\azure-iot-sdk-c\serializer\samples\simplesample_http\tirtos\cc3200> C:\ti\xdctools_3_31_01_33_core\gmake.exe all
making package.mak (because of package.bld) ...
generating interfaces for package main (because package/package.xdc.inc is older than package.xdc) ...
configuring main.xem4 from package/cfg/main_pem4.cfg ...
js: "C:/Users/krisr/git/azure-iot-sdk-c/azure-iot-sdk-c/serializer/samples/simplesample_http/tirtos/cc3200/main.cfg", line 125: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.mw.fatfs' along the path: 'C:/ti/ns_1_10_00_00_eng/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/bios_6_45_02_31/packages;C:/ti/tirtos_cc32xx_2_16_01_14/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/uia_2_00_05_50/packages;C:/ti/CC3200SDK_1.1.0/cc3200-sdk/simplelink_extlib/provisioninglib;C:/ti/xdctools_3_31_01_33_core/packages;..;'. Ensure that the package path is set correctly.
"./package/cfg/main_pem4.cfg", line 181
gmake.exe: *** [package/cfg/main_pem4.xdl] Error 1
Warning: directory "C:/ti/CC3200SDK_1.1.0/cc3200-sdk/simplelink_extlib/provisioninglib" on package path does not exist
js: "C:/ti/xdctools_3_31_01_33_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [main/compiler.opt] Error 1
How do I resolve this issue to continue the example project?
It appears that the clean command did not work, but I am unsure because the clone from git does not seem to contain built objects.
When I examined the error, it seems there is a problem with a missing package. I am dubious that there is a much more significant error which occurred in a previous step.
I have examined the main.cfg file at line 125.
I see nothing I can do here to change a path.
How does this get resolved?
Thank you,
Kris Jensen