Hi ,
I follow the doc to build the CC3200 + AWS , but compiled fail with awsiot sample code .
https://git.ti.com/~clv-iot/iotdev/kibo-cip1-awsiot/blobs/master/README_CC3200.md
the products.mak as below
# ======== products.mak ========
#
##################### All platforms ####################
XDC_INSTALL_DIR ?= C:/ti/xdctools_3_31_01_33_core
##################### TI-RTOS ####################
TIRTOS_INSTALL_DIR ?= C:\ti\tirtos_simplelink_2_14_01_20
BIOS_INSTALL_DIR ?= C:\ti\tirtos_simplelink_2_14_01_20\products\bios_6_42_02_29
UIA_INSTALL_DIR ?= C:\ti\tirtos_simplelink_2_14_01_20\products\uia_2_00_02_39
NS_INSTALL_DIR ?= C:\ti\ns_1_10_00_00_eng
##################### TI-RTOS (CC3200) ####################
CC3200SDK_VERSION = 1.1.0
CCWARE_INSTALL_DIR ?= C:\ti\tirtos_simplelink_2_14_01_20\products\CC3200_driverlib_1.1.0
CC3200SDK_INSTALL_DIR ?= C:\ti\CC3100SDK_1.1.0\cc3100-sdk
# Leave assignment empty to disable this toolchain
TI_ARM_CODEGEN_INSTALL_DIR ?= C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5
error log :