Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSoftware size is too big
Hello guys, i've tried small C lib, reduced device drivers and everything else but nothing works.. I am using Quartus V10.0SP1 and NIOSEDS V10.0SP1, A hello word simple program with a printf ta...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- And when i start the program sometimes getchar() get some random numbers.. --- Quote End --- Use getchar() at the beginning of your code to make the char buffer empty. while (getchar() != EOF) /* wait */;