On Tue, Feb 08, 2000 at 09:00:14PM -0700, Cameron Matheson wrote: > Hey, > > I'm trying to compile my kernel (to enable sound). So I installed the > 2.0.36 source, ran make config, make dep, and make clean (everything was > successful). Unfortunately, when I run make zImage I get an error: >
I highly suggest using the Debian kernel-package. It's much easier. $ make menuconfig $ make-kpkg clean $ make-kpkg --revision=2:mykernel.1 kernel_image $ make-kpkg --revision=2:mykernel.1 modules_image #optional 3rd party $ dpkg -i ../kernel-image*.deb #replace * as appropriate Add the --zimage flag if that's really what you want. -- +----------------------------------------------------+ | Eric G. Miller egm2@jps.net | | GnuPG public key: http://www.jps.net/egm2/gpg.asc | +----------------------------------------------------+