Hi,
On 14-Apr-99 Alex deVries wrote:
>
> So, I've finally found a few minutes to catch up on the amazing recent
> SGI
> Linux excitements... I destroyed my old kernel tree, and re imported.
>
> Now my builds die with:
>
> 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 r2300.o r2300.c
> {standard input}: Assembler messages:
> {standard input}:2486: Internal error!
> Assertion failure in tc_gen_reloc at ./config/tc-mips.c line 10203.
> Please report this bug.
>
> And so here I am, dutifully reporting this bug.
Strange, works fine on my end. Anyone else seeing this?
> I'm a bit unclear on why r2300.c is even being compiled, when clearly I
> have an R4600SC, but I did set R4000 support in my .config.
That's normal and always has been so. The goal is to be able to build
generic kernel, i.e. kernels which work on R3000 *and* higher CPUs.
---
Regards,
Harald
|