Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNiosII printf() not printing correctly
Hi all, I have a problem with the printf() commands not printing. If I un-tick the "small C library" option in the HAL, I don't receive any output to the NiosII console, but the program is work...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Hi, could you post your piece of code employing printf() ? --- Quote End --- It's like a simple formatted print statement.. int main() { int k = 128; printf("Value of K is [%i]",k); return 0; }