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.

CCS/CC3220SF-LAUNCHXL: Azure examples don't build

Part Number: CC3220SF-LAUNCHXL

Tool/software: Code Composer Studio

Greetings Everyone,

I'm working through the Azure Quick Start Guide.  Using the latest CCS (7.4.0.00015) and SimpleLink CC3220 SDK (1.60.00.04), both of which are newer than those specified in the QuickStart (7.2 and 1.4).

Installed "everything" from the CCS install.

Added the rtos and MQTT example projects to CCS per the Quick Start Guide.  RTOS project builds, but the MQTT example does not; I get the following compile errors:

"../startsntp.c", line 35: fatal error #1965: cannot open source file "unistd.h"

"../netwifi.c", line 41: fatal error #1965: cannot open source file "unistd.h"

"../main_tirtos.c", line 52: fatal error #1965: cannot open source file "pthread.h"

unistd.h and pthread.h are in the GCC ARM includes, but not the TI ARM includes. (???)

Tried adding the GCC ARM includes directory to the include file paths but that just leads to another cascade of errors. Can you please help me learn a way to get past this problem?  Does it have anything to do with using newer SDK and/or CCS?  I can't find a way to download the older (1.40) SimpleLink SDK specified in the QuickStart.

Thanks,

Jeff