hi.
I'm trying to get the aws iot embedded c sdk example subscribe_publish_sample going. I've got all the build settings done as listed in https://git.ti.com/iotdev/awsiot/blobs/master/README_CC3200.md
below picture point the install directory
when i run to here
C:/ti/xdctools_3_31_01_33_core/gmake all
i get some error ,can't open source file ti/driver/gpio.h ,
so modify all makedefs file
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;
and run
C:/ti/xdctools_3_31_01_33_core/gmake clean
C:/ti/xdctools_3_31_01_33_core/gmake all
get some erro still. how to fix.
ariable "pJsonHandler" is used before its value is set
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