Forum Discussion
Altera_Forum
Honored Contributor
21 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...
Altera_Forum
Honored Contributor
21 years agoSolved :-)
I explain how, for anyone's benefit who may be having the same problem. As you correctly suggested, I checked out the System library in Nios II. It turned out that I had no system clock timer or timetamp timer. Setting a timer for each of them solved the problem http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/cool.gif