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.

CCSv5 config editor semaphore variable undefined in compiler build

Hello E2E Community,

In CCSv5 I used the config editor to create a semaphore named it "semUartRxData" and included a Semaphore_pend and a Semaphore_post statement in my application.  When I attempt to rebuild the application, it keeps complaining that the semaphore "semUartRxData" is undefined.  Do I have to manually declare the variable as an extern in my application?

Thanks,
Wing Lam