* Andrea Dettori <[EMAIL PROTECTED]> [020911 03:38]:
> I'm new user Debian-sparc
> I have installed a Debian woody into SUN Netra X1.
> I want build a new kernel, but I recive this error and I don't
> understand why.
> 
> scilla:/usr/src/linux-2.4.19# make bzImge
> make: *** No rule to make target `bzImge'.  Stop.
> 
> Where is 'bzImage'? is different build kernel into sparc?

Hakan's suggestion of using make-kpkg is the best way to go with
Debian... "make-kpkg --revision=foobar.1 kernel_image" (substitute
"foobar" for the machine's name) is pretty straightforward.

In either case, you don't make bzImage on a sparc... you make vmlinux.
The kernel on a sparc does not need to be compressed, and after your
"make vmlinux", you'll boot with the "vmlinux" file in the root of your
kernel tree.  That's it... simple. :)

Reply via email to