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 ago<div class='quotetop'>QUOTE (hippo @ Sep 1 2009, 12:32 AM) <{post_snapback}> (index.php?act=findpost&pid=23713)</div>
--- Quote Start --- STLport 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[/b] --- Quote End --- Is STL already in the toolchain then? Is there any advantage to using STLport now that I do have it built (sort of, trouble linking the app as above)?