Click to See Complete Forum and Search --> : what happen to my kernel compilation failure?


roadorange
06-02-2005, 06:47 PM
i do:
make mrproper
make gconfig 'to make a new config file and save
i start to compile it:
[root@localhost linux-2.6.11.11]# make dep
*** Warning: make dep is unnecessary now.
[root@localhost linux-2.6.11.11]# make clean
[root@localhost linux-2.6.11.11]# make bzimage
make: *** No rule to make target `bzimage'. Stop.
[root@localhost linux-2.6.11.11]#
[root@localhost linux-2.6.11.11]# pwd
/usr/src/linux-2.6.11.11

roadorange
06-02-2005, 06:49 PM
sorry, i solve the problem, i can't believe linux is such case-sensitive.
make bzimage <--wrong small letter i
make bzImage <---good capital letter i
wt................................................ ..........................

je_fro
06-02-2005, 08:22 PM
I just use
make bzImage modules modules_install

bwkaz
06-02-2005, 09:05 PM
Originally posted by je_fro
I just use
make bzImage modules modules_install And I just use:

make
make modules_install (as root)

That's all you need in 2.6.

Icarus
06-03-2005, 10:54 AM
And I just use 'genkernel --oldconfig all' :D