Can someone help me with this problem. I am always getting this
error!!!!!!
objdump -k -q -o 0x1000 compressed/vmlinux > compressed/vmlinux.out; \
else \
objcopy -O binary -R .note -R .comment -R .stab -R .stabstr compressed/vmlinux compressed/vmlinux.out; \
fi
tools/build bootsect setup compressed/vmlinux.out CURRENT > zImage
make[1]: Leaving directory `/usr/src/linux-2.0.27/arch/i386/boot'
tools/build: can't resolve symbol 'stat'
make[1]: *** [zImage] Error 1
make: *** [zImage] Error 2