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 issue.

hi.

   I  follow by below link https://git.ti.com/iotdev/awsiot/blobs/master/README_CC3200.md 

download  AWS SDK from git://git.ti.com/iotdev/awsiot.git  (https://git.ti.com/iotdev

install all  CCS   SDK(1.1.0)  tirtos_cc32xx_2_15_00_17 xdctools(xdctools_3_31_01_33_core)  NS Package(ns_1_10_00_00_eng)

and follow to step run command to compile( C:/ti/xdctools_3_31_01_33_core/gmake all)

I get error info. 

can't open source file ti/drivers/GPIO.h in main.c file.

check code  

modify all makedefs

change XDCPATH = $(NS_INSTALL_DIR)/packages/;$(BIOS_INSTALL_DIR)/packages;$(TIRTOS_INSTALL_DIR)/packages;$(UIA_INSTALL_DIR)/packages; to

XDCPATH = $(NS_INSTALL_DIR)/packages/;$(BIOS_INSTALL_DIR)/packages;$(TIRTOS_INSTALL_DIR)/packages;$(UIA_INSTALL_DIR)/packages;$(TIRTOS_INSTALL_DIR)/products/tidrivers_cc32xx_2_15_00_26/packages;

try run command

 C:/ti/xdctools_3_31_01_33_core/gmake clean  

C:/ti/xdctools_3_31_01_33_core/gmake all

get  below error info.  how to fix.

building shadow_sample.out ..
<Linking>

undefined first referenced


symbol in file


--------- ----------------


SimpleLinkGeneralEventHandler C:/TI/tirtos_cc32xx_2_15_00_17/products/tidrivers
_cc32xx_2_15_00_26/packages/ti/mw/wifi/cc3x00/lib/cc3x00_host_driver.aem4<device
.oem4>

error: unresolved symbols remain
error: errors encountered during linking; "shadow_sample.out" not built

>> Compilation failure
gmake: *** [shadow_sample.out] Error 1