Altera_Forum
Honored Contributor
12 years agoProblem with Printf
I ve written a simple C-program running on Nios with output on JTAG-Uart Console. Why if the surce code is int m; m=9; printf("%d",m); everthing works perfectly while if the so...