has somebody managed to make a native or cross-compile gcc version 3.0.3 with c,c++ and java? I have tried to do a native build as well as a cross target build. Both failed. The message I got from the cross target build is
[...]:../configure --prefix=/usr/local/arm303 --target=arm-linux --with-headers=/usr/pilz/kernel/linux/include --enable-version-specific-runtime-libs --enable-languages=c,c++,java --disable-threads [...]:make ..... ../../gcc/tsystem.h:63:19: stdio.h: No such file or directory ../../gcc/tsystem.h:66:23: sys/types.h: No such file or directory ../../gcc/tsystem.h:69:19: errno.h: No such file or directory ../../gcc/tsystem.h:80:20: stdlib.h: No such file or directory ../../gcc/tsystem.h:81:20: unistd.h: No such file or directory I have changed the gcc/config/arm/t-linux already. _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm http://www.arm.linux.org.uk/armlinux/mailinglists.php Please visit the above addresses for information on this list.
