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.
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.
- A
|