On Tue, Dec 22, 1998 at 06:26:08PM -0500, Alex deVries wrote:
> So, I'm building 2.1.121 that's in cvs using egcs-2.90.27 980315 and
> binutils 2.8.1. Both are from Rough Cuts.
>
> Here's the error:
>
> make[2]: Entering directory `/usr/src/linux/arch/mips/mm'
> egcs -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -mcpu=r4600 -mips2 -pipe
> -c -o r6000.o r6000.c
> {standard input}: Assembler messages:
> {standard input}:384: Warning: Unmatched %hi reloc
> {standard input}:487: Internal error!
> Assertion failure in tc_gen_reloc at ./config/tc-mips.c line 10203.
> Please report this bug.
> make[2]: *** [r6000.o] Error 1
> make[2]: Leaving directory `/usr/src/linux/arch/mips/mm'
Add -mno-split-addresses to CFLAGS. Your egcs still enables that optimization
by default.
> Any ideas on what I should do here? Also, Ralf, are you going to upload
> 2.1.131 soon?
Somewhen, when it's working and when I'm done with more urgent non-software
things of live ...
Ralf
|