Forum Discussion
Altera_Forum
Honored Contributor
15 years agoprintf does not display in the console
Hi All, I am trying to get the cycloneiii_3c25_start_niosii_standard reference design files to run on the cyclone iii starter kit. The problem that i have is that once the Nios ii project ...
Altera_Forum
Honored Contributor
15 years agoYou might just need to wait for the output to happen.
It isn't 100% clear what happens when main returns! (Well there is code to close stdout etc - but I don't understand why!) Try adding for (;;); at the bottom of your function.