Forum Discussion
Altera_Forum
Honored Contributor
19 years agoPrintf not displaying characters
I have a problem with the printf function, # include <stdio.h> int main() { printf("Hello from Nios II!\n"); return 0; } that is the simple program that i tried to run, ho...
Altera_Forum
Honored Contributor
19 years agoSilly question... Do you have a stdout device defined in your System Library properties page? Without it, printf() doesn't have a chance to work.
- slacker