After doing make menuconfig to configure the kernel, issuing make dep results in:
root:~/linux-2.4.26# make dep
/bin/bash: line 1: sparc64-linux-gcc: command not found
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep scripts/mkdep.c
make -C arch/sparc64/kernel check_asm
make[1]: Entering directory `/root/linux-2.4.26/arch/sparc64/kernel'
touch: cannot touch `/root/linux-2.4.26/include/asm/asm_offsets.h': No such file or directory
make[1]: *** [check_asm] Error 1
make[1]: Leaving directory `/root/linux-2.4.26/arch/sparc64/kernel'
make: *** [check_asm] Error 2
root:~/linux-2.4.26#
Any help appreciated.
Mike
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
