Altera_Forum
Honored Contributor
15 years agoCompiling libstdc++ against uClibc
Hi,
I'm using Microtronix uClinux on a NIOS2 board. It looks like the version of libstdc++ that comes with the altera nios build tools is compiled against newlib instead of uClibc. This is preventing me from compiling any C++ code that uses the STL. Any idea how I can recompile libstdc++ against uClibc? Thanks