Altera_Forum
Honored Contributor
10 years agoWhy I can not see the alt_printf("xyz") output?
I implemented following simple code on Max10 dev-board:
--- Quote Start --- # include <sys/alt_stdio.h># include "system.h" int main() { alt_printf("test..."); } --- Quote End --- For some reason I can not see any output in the Console of the Nios-Eclipse environment. Maybe I need to re-direct the stdout in the nios-settings? If so where can I do that? thanks!