Re: [Linux-decnet-user] Applying Kernel patch
Brought to you by:
chrissie_c,
ph3-der-loewe
|
From: Patrick C. <pa...@pa...> - 2000-08-17 16:38:30
|
On Wed, Aug 16, 2000 at 08:02:39PM -0400, Akihiko Tanaka wrote: > I tried the following commands to make bzImaze: > > cd /usr/src/linux > make dep; make clean > make bzImage Check you are building the right kernel - your original message said the sources were in /usr/src/linux-2.2.14 bzImage has been there since - well, I don't know when but a very long time, certainly 2.0.38 and all after that has it. > I got a make error: > > make: *** No rule to make target 'bzImage'. Stop. > > DO I need to modify Makefile? Is it in /usr/src/linux/arch/i386/boot directory? The makefile that does the work is in there but you shouldn't need to change it at all. V.odd. Patrick |