Jeff Kenton <jeffrey.kenton@xxxxxxxxxxx> writes: > Thanks to Ian's suggestion, gas is working. The gcc build gives me the > following errors when I configure it big-endian: > > tools/gcc/libgcc/../gcc/libgcc2.c: In function __mulsc3â: > tools/gcc/libgcc/../gcc/libgcc2.c:1826: internal compiler error: in > gen_rtx_SUBREG, at emit-rtl.c:777 > > The processor is 64-bit, and the little-endian version of gcc works happily. > > Suggestions? I'm afraid that you are going to have to debug this to find out what is happening. I can't think of any simple explanation. Ian