Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNIOS error message
Hi people, I'm compiling the code in the NIOS IDE, and have some errors. Does anybody know what these errors are, and how to fix it? Thanks in advance. /cygdrive/c/altera/91/nios2eds/b...
Altera_Forum
Honored Contributor
15 years agoThis line looks suspect:
#include "sys/alt_stdio.h" You only need this if you're using the alternative stdio functions provided by Altera...alt_putstr(), alt_printf(), etc. You also could have some sort of transient issue with the SysLib. I assume you've tried cleaning/rebuilding it or just re-creating it, right? Also, those error messages still look rather short? Are you sure you're including all of what the compiler is choking on? Cheers, --slacker