Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi,
OK, I could also generate the internal error by your command. In my system, the file 'parse.c' is compiled as
nios2-wrs-linux-gnu-gcc -I/mnt/usr/include -I../include -I. -I../snmplib -I/mnt/usr/include -g -I/mnt/usr/include -g -Dlinux -c parse.c -fPIC -DPIC -o .libs/parse.lo
nios2-wrs-linux-gnu-gcc -I/mnt/usr/include -I../include -I. -I../snmplib -I/mnt/usr/include -g -I/mnt/usr/include -g -Dlinux -c parse.c -o parse.o >/dev/null 2>&1
. It seems that some compile switches will evoke the error. So let me investigate for a while. Kazu