Forum Discussion
Altera_Forum
Honored Contributor
16 years agoC++ on uClinux on Nios II ?
Can you use C++ on uClinux on Nios II? I tried building the C++ test application available in menuconfig, but STL doesn't build: Code: Do I need to install something else to get pthread support...
Altera_Forum
Honored Contributor
16 years agoSTLport is not needed and the cxxtest apps is not ported. You can build the c++ apps with simply,
nios2-linux-uclibc-g++ helloworld.cxx -o helloworld -elf2flt - Hippo