All of lore.kernel.org
 help / color / mirror / Atom feed
* insmod: ELF file not for this architecture
@ 2006-03-23 21:37 Eric Gaulin
  2006-03-23 23:30 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Gaulin @ 2006-03-23 21:37 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 351 bytes --]

I built linux 2.6.11 with amd patch for Alchemy Au1200 and also built the
mae-driver.ko. When i load the driver i get this error "insmod: ELF file not
for this architecture". I was told on #elinux irc channel tha i need to
enable ELF support in my kernel configuration! There is no such option!

Is anybody have any hints to solve that?

TIA.

[-- Attachment #2: Type: text/html, Size: 388 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: insmod: ELF file not for this architecture
  2006-03-23 21:37 insmod: ELF file not for this architecture Eric Gaulin
@ 2006-03-23 23:30 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2006-03-23 23:30 UTC (permalink / raw)
  To: eric; +Cc: linux-mips

On Thu, Mar 23, 2006 at 04:37:56PM -0500, Eric Gaulin wrote:

> I built linux 2.6.11 with amd patch for Alchemy Au1200 and also built the
> mae-driver.ko. When i load the driver i get this error "insmod: ELF file not
> for this architecture". I was told on #elinux irc channel tha i need to
> enable ELF support in my kernel configuration! There is no such option!

Good and correct advice but yet besides the point, so let's sort this out.

The #elinux guys were speaking about the CONFIG_BINFMT_ELF option which
needs to be enabled for the kernel to execute ELF applications.  Note
I'm saying applications, not kernel modules.  For Linux/MIPS all
applications use the ELF format, so there is no point in ever disabling
this option and so all the default configuration files included with the
kernel have this option set.

Now, what does your error message actually mean?  First of all it's an
error message which seems to come from the old modutils, so you seem to
be using Linux 2.4 kernel.  Nice fossil, btw ;-)  And the message simply
indicates you're trying to load a non-MIPS binary into a MIPS system.
Chances are you build your module using the host instead of the cross
compiler - something like that.  Try ``file mae-driver.ko´´.

For Linux/MIPS specific advice you may want to drop by in #mipslinux.

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-03-23 23:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-23 21:37 insmod: ELF file not for this architecture Eric Gaulin
2006-03-23 23:30 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.