Looking for some advice...
I'm trying to setup a base root partition for my webpal using
bigbrd's webpage instructions.
On a PC with RedHat 6.2, under /home/webpal, I installed
linux-2.4.18.tar.gz, then patched patch-2.4.18-rmk4.gz, then
patch-2.4.18-rmk4-brd.gz
I also installed the "toolchain" cross-2.95.3.tar.bz2 under
/home/webpal/2.95.3
in the linux-2.4.18-rmk4 directory I did a 'make mrproper',
and then a 'make config' choosing 'Y' to only things I
knew I might need, and defaults on the rest.
then I did a 'make dep', and it complained about "arm-linux-gcc",
so I added 2.95.3/bin to my PATH since that is where arm-linux-gcc
is. Tried 'make dep' again, this time it says:
# make depend
rm -f include/asm-arm/arch include/asm-arm/proc
(cd include/asm-arm; ln -sf arch-cl7500 arch; ln -sf proc-armv proc)
make: Entering directory `/home/webpal/linux-2.4.18-rmk4/arch/arm/tools'
/home/webpal/linux-2.4.18-rmk4/scripts/mkdep -D__KERNEL__ -I/home/webpal/linux-2.4.18-rmk4/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-common -pipe -mapcs-32 -march=armv3 -mtune=arm710 -mshort-load-bytes -msoft-float -- getconstants.c |\
sed s,getconstants.o,constants.h, > .depend
make all
make: Entering directory `/home/webpal/linux-2.4.18-rmk4/arch/arm/tools'
arm-linux-gcc -D__KERNEL__ -I/home/webpal/linux-2.4.18-rmk4/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-common -pipe -mapcs-32 -march=armv3 -mtune=arm710 -mshort-load-bytes -msoft-float -S -o constants.h.tmp.1 getconstants.c
arm-linux-gcc: installation problem, cannot exec `cpp0': No such file or directory
arm-linux-gcc: installation problem, cannot exec `cc1': No such file or directory
make: *** [constants.h] Error 1
make: Leaving directory `/home/webpal/linux-2.4.18-rmk4/arch/arm/tools'
make: *** [dep] Error 2
make: Leaving directory `/home/webpal/linux-2.4.18-rmk4/arch/arm/tools'
make: *** [archdep] Error 2