Altera_Forum
Honored Contributor
20 years agoI can't printf
I've implemented a simple system with SOPC builder consisting of cpu, onchip memory, jtag_uart and some pios. With this system I can't run simple code like template:# include <stdio.h>
int main(){ printf("Hello from Nios II!\n"); return 0;} I've set syslib properties-program memory to onchip memory and stds to jtag_uart. I've tried also small C library but still it doesn't work. If you guess some reason, please give me some tips.