error with make bzImage
Hi,
I trying to install a new feature in the kernel and I have a problems with
a command make bzImage.
I run make menuconfig ; make clean ; make bzImage and the system show a follow
error message.
[root@linux linux]# make bzImage
CHK 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
I don't have idea what it's happening, I try to search in the google but I haven't success.
I'm sorry for my english, I don't speak english very well.
Thank You
|