Other Parts Discussed in Thread: SYSBIOS, 66AK2H12
Tool/software: Code Composer Studio
Hi,
We are using 66AK2H14 processor and CCSV7 IDE with TI-RTOS.
I have written source code for creating a thread using pthread_create() function and varialbles of type pthread_t. I have also included pthread.h headerfile. But still when i build the source code in CCV7 tool, i get the following error
''unknown type name 'pthread_t' " and "implicit declaration of pthread_create".
So should I include any libraries or did i miss anything?
Please help me to solve this error as soon as possible.