Tool/software: Code Composer Studio
I am attempting to merge elements of a small sample project I made based off one of the I2C example projects into a modified Simple Peripheral project, but I am having issues with including pthread.h. I am sure that I'm simply missing something in the Code Composer Studio UI that adds it to my include path, but I cannot find it for the life of me.
The full error is:
#1965 cannot open source file "pthread.h"
I found a solved thread here that states the poster "forgot to add the POSIX to the app_ble.cfg file", but I am unsure of what exactly that means or how to go about doing it myself.
Any help would be greatly appreciated.