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.
On Mon, Oct 27, 2003 at 10:06:53AM -0500, David Kesselring wrote:
> It is type 8. Any ideas? This is from an intel driver that I've cross
> compiled for mips. I used these options;
> -mcpu=r4600 -mips2 -mno-abicalls -fno-pic -mlong-calls -Wa,--trap -DMODULE
> -pipe -O3 -fomit-frame-pointer -fno-strict-aliasing
>
> Thanks, David
>
> On Mon, 27 Oct 2003, Daniel Jacobowitz wrote:
>
> > On Mon, Oct 27, 2003 at 08:55:19AM -0500, David Kesselring wrote:
> > > I'm getting the error "Unhandled relocation of type xx" on insmod. Are the
> > > "types" documented somewhere? I am I correct that these "types" are
> > > architecture specific?
> >
> > Yes. Try an ELF specification - there's a MIPS processor supplement
> > (psABI) floating around. What's the "xx"?
> >
> > --
> > Daniel Jacobowitz
> > MontaVista Software Debian GNU/Linux Developer
> >
> >
>
> David Kesselring
> Atmel MMC
> dkesselr@mmc.atmel.com
> 919-462-6587
>
>
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
|