Altera_Forum
Honored Contributor
19 years agoCompile C++ for NIOS2 in Linux
I would like to compile C++ for Nios2 under Linux.
I found gcc-nios2 and binutils-nios2 but it doesn't look like it handles C++ only C. Does anyone know if there a GNU version of something like nios2-elf-g++ ? When I try to compile a .cpp file I get this:$ nios2-elf-gcc numpty.cpp
nios2-elf-gcc: numpty.cpp: C++ compiler not installed on this system Anyone having an idea?