Re: [SLUG] Kernel module compile errors

From: Mario Lombardo (mario@alienscience.com)
Date: Mon Jan 12 2004 - 15:11:55 EST


RESOLVED!

Yep, some trash was in the generated files. make mrproper cleaned the whole
bit, so my compiling was a success.

I didn't anticipate it taking so long to compile the modules :(

/mario

On Sunday 11 January 2004 19:46, you as Kwan Lowe wrote:
> > I want to compile my own kernel for several reasons; performance, bells &
> > whistles, etc.
> >
> > I like the shortcut. What can I do to fix this?
>
> Have you tried backing up your .config then running 'make mrproper'? The
> errors you're getting could indicate some stale cruft. E.g.
>
>
> cd /usr/src/linux-2.4
> cp .config config.save
> make mrproper
> cp config.save .config
> make oldconfig
> make dep && make clean && make bzImage

-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:20:52 EDT