Recompile problem

Quentin Mason mol-general@lists.maconlinux.org
Thu, 3 Oct 2002 19:08:19 -0400 (EDT)


> 8) Tried to run make bzimage and received the following error messages:

On ppc bzimage is not necessary/useful.  The bootloader can deal with
uncompressed kernels.  You should use vmlinux as the target:

make vmlinux && make modules && make modules_install

Q.