> 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
-- * The Digital Hermit http://www.digitalhermit.com * Unix and Linux Solutions kwan@digitalhermit.com ----------------------------------------------------------------------- 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:27 EDT