why when try to execute the command make vmlinuz I have the error : make: *** No rule to make target `vmlinuz'. Stop.
I have execute the make config before!
what I do?
Compile Kernel 2.6.9-42
Compile Kernel 2.6.9-42
Because your applying old knowledge to new kernel sources, the answer is to not use make vmlinuz.
The steps in order are;
make mrproper or make clean
make menuconfig or make xconfig or make gconfig
make or make all
make modules_install
make install
No other steps are needed.
Please see: http://howtoforge.com/kernel_compilation_centos
The steps in order are;
make mrproper or make clean
make menuconfig or make xconfig or make gconfig
make or make all
make modules_install
make install
No other steps are needed.
Please see: http://howtoforge.com/kernel_compilation_centos