Exactly sir,
I've found everything excepts one command line : how to copy the console content into a log file ?
For example, my console content looks like :
**** Build of configuration Debug for project bemicro_led_control ****
make -s all includes
Compiling main.c...
In file included from /cygdrive/c/altera/90/nios2eds/bin/nios2-gnutools/H-i686-pc-cygwin/bin/../lib/gcc/nios2-elf/3.4.6/../../../../nios2-elf/include/stdio.h:34,
from ../main.c:3:
/cygdrive/c/altera/90/nios2eds/bin/nios2-gnutools/H-i686-pc-cygwin/bin/../lib/gcc/nios2-elf/3.4.6/include/stddef.h:213: error: syntax error before "typedef"
make: *** [obj/main.o] Error 1
Build completed in 6.782 seconds
The error is made on purpose.
Thanks,
Julien