Altera_Forum
Honored Contributor
20 years agoScrambled 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...