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.

Where is pthread_create?

Other Parts Discussed in Thread: AM3505

I'm trying to use pthreads to implement a multithreaded server on a Linux 2.6.37 AM3505 platform.  It appears that the pthread_create function is missing from the libraries in the SDK.  It could be that I am not searching the right libraries, but I am using the toolchain that came with the SDK in my CCS project.  It gets an undefined reference error when trying to link the server application.  Has anyone any suggestions?