RE: Module problems (WAS: RE: 2.5.62 on Alpha SUCCESS (2.6 release soon!?))

Fred K Ollinger <[email protected]> Wed, 19 Feb 2003 10:07:04 -0500 (EST)
Newsgroups gmane.linux.redhat.axp.kernel,gmane.linux.kernel
Message-ID <[email protected]>
> Måns Rullgård wrote:
> > "Oliver Pitzeier" <[email protected]> writes:
> [ ... ]
> > > OK... Make modules_install still has problems:
> [ ... ]
> > Which versions of binutils and gcc do you have?  I get
> > similar problems with binutils 2.13 and 2.4 kernels.
>
> This is my current env.:
> [root@track /root]# rpm -q modutils binutils gcc
> modutils-2.4.22-8
> binutils-2.12.90.0.7-3
> gcc-3.1-6
>
> Maybe I should upgrade gcc? But I believe 3.1 is working fine... At least for my
> normally...

I think that gcc 3.1 should be ok.

I was wondering about modutils b/c you need newer modules-init to load
newer modules into the kernel (the extension is now .ko), but you can't
_compile_ modules, which is different. Sorry I misread the email.

Once you get modules compiled, then you need newer tools:

http://www.kernel.org/pub/linux/kernel/people/rusty/modules/

Fred