Forum Discussion
Altera_Forum
Honored Contributor
21 years agohello_world makefile
Hi people I have made the standard hello world as a test app for my custom board. Makefile include Rules.mak
ECLIPSE_WORKSPACE := /cygdrive/c/altera/kits/nios2/bin/eclipse/workspace...
Altera_Forum
Honored Contributor
21 years agoWhy not hello.c instead of hello.cpp?
I test when *.c change to *.cpp, the same error occurs. So in my opinion, if you insist to *.cpp you should add some proper FLAG to tell compiler to compile *.cpp.