Hi,
On trying to compile the kernel on my hoary (5.04), i get the following error on doing either:
'make clean' or 'make bzImage'

CHK include/linux/version.h
SPLIT include/linux/autoconf.h -> include/config/*
UPD include/linux/version.h
CHK include/asm-i386/asm_offsets.h
/bin/sh: arch/i386/kernel/asm-offsets.s: No such file or directory
UPD include/asm-i386/asm_offsets.h
mv: cannot stat `include/asm-i386/asm_offsets.h.tmp': No such file or directory
make: *** [include/asm-i386/asm_offsets.h] Error 1

./include/asm-sparc/ptrace.h: * The asm_offsets.h is a generated file, so we cannot include it.
./include/asm-sparc/ptrace.h:/* #include <asm/asm_offsets.h> */


CHK include/linux/version.h
make[1]: *** No rule to make target `init/main.o', needed by `init/built-in.o'. Stop.
make: *** [init] Error 2

I tried creating empty files for 'asm_offsets.h' or 'asm-offsets.s', but to no avail.

PLease help if you can

Thanks in advance!