Click to See Complete Forum and Search --> : make bzimage isnt working on debian woody
mr orion77
05-30-2004, 07:46 AM
its been a while since i've compiled a kernel:
1. i copy source to usr/src
2. extract the kernel
3. make xconfig
4. make dep
5. make clean
6. make bzimage this then returns a 'no rule to make target'
enlghten me please, im using debian by the way.
JohnT
05-30-2004, 08:45 AM
It's make bZimage (note the capital "Z".)
mr orion77
05-30-2004, 10:19 AM
:D cheers johnt
JohnT
05-30-2004, 11:37 AM
I couldn't count the times I've done that in a rush to a new kernel.:D
hard candy
05-30-2004, 11:46 AM
make bZimage
Is that the new Zorro kernel? As opposed to the intellectual kernel....bzImage? :D
JusKickNit
05-30-2004, 12:06 PM
Originally posted by JohnT
It's make bZimage (note the capital "Z".)
Hehe :) It's capital "I" not "Z"
bwkaz
05-30-2004, 01:51 PM
And it's not required at all when you move to kernel 2.6 -- on 2.6, you make mrproper && make menuconfig && make && make modules_install instead. "make" does what "make clean && make dep && make bzImage && make modules" did in 2.4.
mr orion77
05-30-2004, 01:57 PM
lol and who said all linux users were highly intelligent beings oh wait that was me :D
JohnT
05-30-2004, 02:40 PM
LOL....I told you (I do it every time):D