Forum Discussion
Altera_Forum
Honored Contributor
19 years agoHow to compile a uClinux C++ file in Nios IDE?
I'm having troubles compiling a very simple C++ program for uClinux in Nios IDE. It is a problem with multiple definitions of _start (by crt0, libc.a, etc). I saw other topics reporting that too,...
Altera_Forum
Honored Contributor
19 years agoHi francisinhori
Actualy,it don't support c++.but you can test simple c++ prog. Here you have to change the rule.mk (CC := $(CROSS)g++) and you have to add some line in simple make file given for helo example. Sure, it will run. -slsnios