when i try to compile a kernel on a noname i get the following message after
make bzImage:
no rule to make target 'bzImage' . Stop.
There is a file "Makefile" and a file "Rules.make" in /usr/src/linux .
the kernel source is 2.2.20
i work in gnu/debian 2.2r4
What does the message mean and how do i fix the problem?
AFAIK bzImage is not for Alpha.
> What does the message mean and how do i fix the problem?
Someone told me to compile the kernel with "make-kpkg kernel_image".
You need the package called "kernel-package" to do this.
Anyway it does not work for me either, I get a strange error message
(logs of 2 of my attempts to compile a kernel):
http://gambler.mat.sbg.ac.at/files/kernel-compile.log
http://gambler.mat.sbg.ac.at/files/kernel-compile2.log
At home, on my P90 it worked.