Adam wrote: > [EMAIL PROTECTED] ~/gccsdk/gcc4 > $ ./build-it > build-output.txt 2>&1
This instruction isn't so great. We don't know what happened here (unless we look at the log of course). This is better: ./built-it 2>&1 | tee build-output.txt Anyway, it doesn't look like it's doing so hot: > [EMAIL PROTECTED] ~/gccsdk/gcc4/builddir-cross > $ make > cd /home/adamr/gccsdk/gcc4/srcdir && autogen Makefile.def > make: *** [/home/adamr/gccsdk/gcc4/srcdir/Makefile.in] Error 53 > I'm not certain what's going on here, but you've given us some stuff to work with. Thanks. _______________________________________________ GCCSDK mailing list [email protected] Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http://www.riscos.info/mailman/listinfo/gcc Main Page: http://www.riscos.info/index.php/GCCSDK
