Forum Discussion
Altera_Forum
Honored Contributor
21 years agoBuild Outputs
Hello: I've created a NIOS II IDE Project. I build my main.c which contains the simple Hello World porgram with no errors. The IDE keeps running and generated the following "error" mess...
Altera_Forum
Honored Contributor
21 years agoStaying within the IDE, you can try this setting: Window->Preferences->C/C++->Build Console and uncheck the option "Always clear C-Build view before building". This should leave the output in the C-build view. In this case you may also want to increase the number of lines in the console (that setting is also on the same preference page). You can then view or copy build output direct from the C-build view without leaving the IDE.