I'm trying to compile an ARM kernel on debussy, but I get the following error from "make dep". Am I doing something wrong or is something missing on debussy?
make all make[2]: Entering directory `/home/etbe/linux-2.4.19-compile/arch/arm/tools' awk -f gen-mach-types mach-types > /home/etbe/linux-2.4.19-compile/include/asm-arm/mach-types.h ccache arm-linux-gcc -D__KERNEL__ -I/home/etbe/linux-2.4.19-compile/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -Uarm -fno-common -pipe -frename-registers -mapcs-32 -D__LINUX_ARM_ARCH__=5 -mcpu=xscale -mtune=xscale -mshort-load-bytes -msoft-float -S -o constants.h.tmp.1 getconstants.c make[2]: ccache: Command not found make[2]: *** [constants.h] Error 127 make[2]: Leaving directory `/home/etbe/linux-2.4.19-compile/arch/arm/tools' make[1]: *** [dep] Error 2 make[1]: Leaving directory `/home/etbe/linux-2.4.19-compile/arch/arm/tools' make: *** [archdep] Error 2 (base)[EMAIL PROTECTED]:~/linux-2.4.19-compile$ dpkg -S ccache dpkg: *ccache* not found. (base)[EMAIL PROTECTED]:~/linux-2.4.19-compile$ -- http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/~russell/ My home page

