[parisc-linux] Building my first kernel

Carlos O'Donell Jr. carlos@baldric.uwo.ca
Wed, 5 Jun 2002 22:26:52 -0400


> I'm trying to build the 2.4.18 kernel, and everything goes great
> until I get to the `make bzImage` part and it screams about palo.
> I'm assuming I need the palo source. is this right??
> 
> -Marc
>

Yup.

$SRC-TREE--|
           |--- /linux
           |
           |--- /palo

cd linux;
make oldconfig;
make menuconfig; (Fiddle)
make dep;
make palo;

This puts the required lifimage in $SRC-TREE/palo

c.