| To: | "Gilad Benjamini" <gilad@riverhead.com> |
|---|---|
| Subject: | Re: insmod failure: "Unhandled relocation" errors |
| From: | Keith Owens <kaos@ocs.com.au> |
| Date: | Wed, 15 Jan 2003 10:34:33 +1100 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | Your message of "Tue, 14 Jan 2003 12:06:46 +0200." <001801c2bbb4$a6177de0$7100000a@riverhead.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
On Tue, 14 Jan 2003 12:06:46 +0200, "Gilad Benjamini" <gilad@riverhead.com> wrote: >I've built,compiled and ran successfully a 64 bit kernel on my >mips64 platform. Kernel was compiled with support for 32 bit binaries. > >I am now trying to insert a module, a standard module from >the kernel tree, and get lots of errors such as: >"Unhandled relocation of type 18 for" Type 18 is R_MIPS_64. modutils does not support 64 bit mips at all, nobody has sent me any code to handle this architecture. modutils needs obj/obj_mips64.c. The config and makefiles have to be tweaked to handle mips64, including combined 32/64 bit code, as for sparc32/sparc64. Does anybody who knows mips64 feel like contributing the modutils code? |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] INTERNAL_SYSCALL for linux-mips, Guido Guenther |
|---|---|
| Next by Date: | Re: [PATCH] INTERNAL_SYSCALL for linux-mips, Ulrich Drepper |
| Previous by Thread: | Re: insmod failure: "Unhandled relocation" errors, Ralf Baechle |
| Next by Thread: | Re: insmod failure: "Unhandled relocation" errors, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |