So I've been through just about every error possible.. finally getting to this stumper. I'm on Windows XP with Cygwin:
Code: Select all
/bin/sh ../../gcc/mkconfig.sh tm_p.h
tm_p.h is unchanged
gawk -f ../../gcc/opt-gather.awk ../../gcc/c.opt ../../gcc/common.opt > tmp-optionlist
/bin/sh ../../gcc/../move-if-change tmp-optionlist optionlist
optionlist is unchanged
echo timestamp > s-options
build/genflags.exe ../../gcc/config/mips/mips.md > tmp-flags.h
genflags: Internal error: abort in maybe_eval_c_test, at gensupport.c:1132
make[1]: *** [s-flags] Error 1
make[1]: Leaving directory `/cygdrive/d/Download/_new/_psp/psptoolchain-20051202/psptoolchain/tmp/pspdev/gcc-4.0.2/build-psp/gcc'
make: *** [all-gcc] Error 2
ERROR BUILDING GCC
Code: Select all
build/genflags.exe ../../gcc/config/mips/mips.md > tmp-flags.h
genflags: Internal error: abort in maybe_eval_c_test, at gensupport.c:1132
Thanks,
Logik