Re: Error after make bzImage

From: Richard B. Johnson (root@chaos.analogic.com)
Date: Mon Nov 27 2000 - 10:59:56 EST


On Mon, 27 Nov 2000, Kaustubh Phanse wrote:

>
> Hello!
>
> I am trying to recompile my kernel after adding
> some patches... After making the changes, I first run
> make dep and then make clean...both run fine. However,
> after running make bzImage it gives me the following
> errors:
>
> make[2]: *** [ksyms.o] Error 1
> make[2]: Leaving directory
> `/usr/src/linux-2.2.16/kernel'
> make[1]: *** [first_rule] Error 2
> make[1]: Leaving directory
> `/usr/src/linux-2.2.16/kernel'
> make: *** [_dir_kernel] Error 2
>
> I was not able to figure out what may be causing this
> problem. Can some one please help me out with this
> one?

Try:
cd /usr/src/linux/whatever
cp .config .. # Save your configuration
make distclean # Get rid of all old junk
cp ../.config . # Restore
make oldconfig
make dep
make bzImage
make modules
...etc

Cheers,
Dick Johnson

Penguin : Linux version 2.4.0 on an i686 machine (799.54 BogoMips).

"Memory is like gasoline. You use it up when you are running. Of
course you get it all back when you reboot..."; Actual explanation
obtained from the Micro$oft help desk.

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



This archive was generated by hypermail 2b29 : Thu Nov 30 2000 - 21:00:17 EST