Forum Discussion
Altera_Forum
Honored Contributor
15 years agoC++ and pthreads
Has anyone been able to get a program written in C++ (using STL) and using pthreads to run succesfully on uClinux? Depending on which toolchain I use, I can get one or the other to work, but no...
Altera_Forum
Honored Contributor
15 years agoIts weird that if I compile a C program with pthreads, it works fine. But if I compile a C++ program with pthreads, it hangs at the first pthread_create call. I'm pretty fuzzy on the low level details, but why would there be a difference there?
Thanks