View Single Post

   
  #2 (permalink)  
Old 02-21-2008, 05:52 AM
Dennis =?ISO-8859-1?Q?Nienh=FCser?=
 
Posts: n/a
Default Re: Can't compile kernel

Thomas Karstensen wrote:

> Hello,
> I want to install Gentoo on a IBM Laptop PII 366 MHz.
> I did everything as it was said in the manual on gentoo.org, and
> everything was fine, but I can't compile the kernel.
>
> When I type
> "make dep && make clean bzImage modules modules_install"
> the kernel compiles very long (and to me without errors), and at the end
> it says
> "vmlinux error 1" and when I type then


Can you post the lines before that message? There's probably something like
"undefined reference to ...".

> "cp /usr/src/linux/...bzImage /boot"
> he does not find the file. There is no bzImage in the directory.


bzImage can only be created when there are no errors during the build.

Dennis
Reply With Quote