Re: 2.6.16.19 + gcc-4.1.1

From: Willy Tarreau
Date: Wed Jun 14 2006 - 00:27:22 EST


On Wed, Jun 14, 2006 at 12:10:59AM -0400, Brice Goglin wrote:
> Avuton Olrich wrote:
> > On 6/13/06, Russell Whitaker <russ@xxxxxxxxxxxxxxx> wrote:
> >> Then, after mrproper, rebuilt with gcc-4.1.1, no other changes.
> >> compiles ok, installs ok. But, when attempting to load a module, get
> >> the following message: version magic '2.6.16.19via K6 gcc-4.1',
> >> should be '2.6.16.19via 486 gcc-3.3'
> >
> > You may have forgotten to "make modules modules_install"
>
> Actually, "make modules" does not exist anymore with 2.6. Both built-in
> and modular stuff are built at the same time.
> Only "make modules_install" is still required.

What's this bullshit ?

$ grep ^modules: Makefile
modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux)
modules: $(module-dirs)

Avuton is right, you *have* forgotten to make modules.

> Brice

Willy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/