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.

"Semaphore_post" declared implicitly

Genius 3300 points
Other Parts Discussed in Thread: SYSBIOS

1. I am using CCS V6.1.1.00022 & TI-RTOS V2_14_00_10. 

I am using graphical method to configure tasks/semaphore & clock module.

2. But on building code compiler throgh this error.

I have attached my code for reference.

7103.V6_task.zip

  • Hi Vindhyachal,

    I was able to successfully rebuild your code using TI ARM compiler v5.2.5. In general, such a message is an indication that the header file for the API is not being included. In your case, you need to make sure that the header file for the Semaphore module has been included at the top of your .c file:

    #include <ti/sysbios/knl/Semaphore.h>

    Best regards,
    Vincent