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?