
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] kernel compilation questions
- Date: Fri, 10 May 2002 11:24:07 +0900
- From: shimpei@example.com
- Subject: Re: [tlug] kernel compilation questions
"Jean-Christian Imbeault" <jean_christian@example.com> wrote:
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-xfs/kernel/fs/binfmt_elf.o
Er, leaving the error aside for the time being, what are you doing making
ELF binary support into a module? You need support for at least one binary
format built into the kernel, or you'll end up with a chicken-and-egg problem:
you need to load modules that recognize binary formats, but you need to be
able to recognize the binary format of /sbin/insmod in order to load modules.
And that one format is going to be ELF, unless you're trying to build a libc4
based distribution or something.
Try saying "Y" instead of "M" for ELF and recompiling. Chances are that
everything will work fine then.
Shimpei.
Home |
Main Index |
Thread Index