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 agoHe have successfully developed a large application which uses STL extensively, especially container templates.
However, we weren't able to compile even the simplest application with C++ and pthreads combined. If I recall correctly, we could make a sample application run, but when we used strings, vectors, or any interesting stuff, the test program would halt. Cheers, Ricardo.