Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
20 years ago

Scrambled stdout?

Using the Nios Evaluation Kit here. Given the following source #include <stdio.h> int main() { int i; for(i=0;i<10;i++) printf("Hello From Nios\n\n"); return 0; } I...