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 --- Use getchar() at the beginning of your code to make the char buffer empty. while (getchar() != EOF) /* wait */; --- Quote End --- it seems like i never get end of file.. the program never comes back.