[parisc-linux] Building my first kernel

marc marc@centraltx.com
Wed, 5 Jun 2002 20:16:24 -0500


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

seki:/usr/src/kernel-source-2.4.18-hppa# make bzImage

.... snip ....

`gcc -print-libgcc-file-name` /usr/src/kernel-source-2.4.18-hppa/arch/parisc/lib
/lib.a /usr/src/kernel-source-2.4.18-hppa/lib/lib.a  \
        --end-group \
        -o vmlinux
nm vmlinux | grep -v '\(compiled\)\|\(\.o$\)\|\( [aUw] \)\|\(\.\.ng$\)\|\(LASH[R
L]DI\)' | sort > System.map
export TOPDIR=`pwd`; \
unset STRIP LDFLAGS CPP CPPFLAGS AFLAGS CFLAGS CC LD; cd ../palo && make lifimag
e
/bin/sh: cd: ../palo: No such file or directory
make: *** [palo] Error 1
seki:/usr/src/kernel-source-2.4.18-hppa#