logik
Joined: 12 Jan 2006 Posts: 5
|
Posted: Thu Jan 12, 2006 3:27 am Post subject: genflags: Internal error :: ERROR BUILDING GCC |
|
|
Hello All,
So I've been through just about every error possible.. finally getting to this stumper. I'm on Windows XP with Cygwin:
| Code: | /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 |
The key lines here being:
| Code: | build/genflags.exe ../../gcc/config/mips/mips.md > tmp-flags.h
genflags: Internal error: abort in maybe_eval_c_test, at gensupport.c:1132 |
I would also like to ask, isn't there a precompiled binary for Windows XP?
Thanks,
Logik |
|