On Mon, Oct 27, 2003 at 10:14:21AM -0500, Daniel Jacobowitz wrote: > Date: Mon, 27 Oct 2003 10:14:21 -0500 > From: Daniel Jacobowitz <dan@debian.org> > To: David Kesselring <dkesselr@mmc.atmel.com> > Cc: linux-mips@linux-mips.org > Subject: Re: Relocation errors > Content-Type: text/plain; charset=us-ascii > > Take a look at /usr/include/elf.h: > #define R_MIPS_LITERAL 8 /* 16 bit literal entry */ > > In this case it's not very informative. But the problem is probably > mismatched CFLAGS. Take another look at the options the kernel is > built with - you lost -G 0. See if that does it. My gcc patches used to set this to zero because the -G optimization doesn't work on Linux; I think HJ Lu's (?) gcc patches lost this. Ralf