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.

LM4F23 SPPDemo Build Issues

I am up and running using the LM4F232 Evaluation Kit (Hello World works) and am working my way towards testing the TiWi-uB2 module from LSR. I’ve been following this tutorial here:

http://processors.wiki.ti.com/index.php/Stellaris_Bluetopia_Basic_Demo_APPS

 

I’ve gotten past importing the Bluetopia SPP Demo into Code Composer Studio, but now I’m stuck at step e), build & debug

http://processors.wiki.ti.com/index.php/Stellaris_Bluetopia_Basic_Demo_APPS#CCS

 

I get handful of errors trying to include “hw_types.h” and “utils/ustdlib.h”. I did a search for ustdlib.h and found it in C:\ti\TivaWare_C_Series-1.0\utils, which I tried adding to the build config search path, but that didn’t resolve any of the ustdlib.h errors. I’ve also tried clean & rebuild. Is there something I’m missing here? Similar errors appear for the A2DP and SPPBL demos. Screenshot of the errors attached.