genflags: Internal error :: ERROR BUILDING GCC

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
logik
Posts: 5
Joined: Thu Jan 12, 2006 3:18 am

genflags: Internal error :: ERROR BUILDING GCC

Post by logik »

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: 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
The key lines here being:

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
I would also like to ask, isn't there a precompiled binary for Windows XP?

Thanks,
Logik
logik
Posts: 5
Joined: Thu Jan 12, 2006 3:18 am

Post by logik »

So I had to COMPLETELY reinstall Cygwin, not just "reinstall" through the updater. Does anyone know what causes that problem?
Post Reply