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 agoHi I'd like to ask similar question on pthreads and C++.
I managed to compiled my application that uses pthreads using nios2-linux-uclibc-g++. So my question is whether it is best for me to run my application in nios2 with MMU or no MMU, in order to get thread atomicity etc? Thank you. Chiang