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 (tehfury87 @ Sep 1 2009, 09:50 PM) <{post_snapback}> (index.php?act=findpost&pid=23724)</div>
--- Quote Start --- 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)?[/b] --- Quote End --- No. STL is not used in the toolchain. We use libstdc++ come with gcc. I don't know if there is any advantage to use STLport. - Hippo