hi, On Tue, Jan 28, 2003 at 11:19:39PM +0100, Russell Coker wrote: > 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
err, I don't know your particular build system, but ccache (compiler cache) is missing here to get it working ... I installed it in the chroot environment and better use the dchroot environment for devel stuff. it's there for that. It could be that the base system has some special packages installed which aren't in Woody. IIRC that's not the case for debussy, but just to note that when doing things. HTH, so long Othmar

