Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Unable to to get pthread.h for multi threading in TMS320F28379D. Wanted to know whether it is possible.
Thanks in advance
Rekha K
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.
Tool/software: Code Composer Studio
Unable to to get pthread.h for multi threading in TMS320F28379D. Wanted to know whether it is possible.
Thanks in advance
Rekha K
It is possible to run an RTOS on the F28379D and to create tasks that way. We support SYSBIOS, but I know some users and third parties have ported others like FreeRTOS or SAFERTOS. I don't know of any that specifically implement pthread though.
Whitney
I am getting the sample program.But I am uable to get the corresponding header file "pthread.h" so that i can include it in the program.
I downloaded the package and inclued the "pthread.h" header file into the project. But compilation failure is happening.The error is undefined symbol _pthread_create .
The" pthread.h" file contains pthread_create function. So i dont know why the project is taking _pthread_create function.
I am unable to do the steps in linking the program. Where do I get the application configuration script ? I am doing multithreading for the first time.
Those steps require you to make a CCS project that is a SYS/BIOS project (File -> New -> CCS Project and select one of the SYS/BIOS projects from the "Project templates and examples" box). The SYS/BIOS projects contain a .cfg file which is what is being referred to as an "application configuration script."
Whitney