Forum Discussion
Altera_Forum
Honored Contributor
10 years agoNiosII printf() not printing correctly
Hello, (Summary: problem was narrowed down to divide not working correctly, how to fix it, i do not know.) I am setting my first steps in Nios II, using a DE0-CV, Quartus 15.0, Qsys, Eclipse....
Altera_Forum
Honored Contributor
10 years agoHello,
I found a direction to search in: If I enable "support small libary" in de Nios II BSP properties, the code works fine. If the Small C library is disabled, i assume Newlib is used, under these conditions the bug presents itself. So my revised question is: What could be the cause of this problem: my current working hypothesis: problem with Newlib?