FC2, kernel compiling problem
Hi
I am using Fedora Core 2.
I tried compiling the latest kernel (2.6.8.1) but had this error :
(screenshot below)
[titan@localhost linux-2.6.8.1]$ make 0=/home/titan/spool/kernel/build/
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
Kernel: arch/i386/boot/bzImage is ready
Building modules, stage 2.
MODPOST
LD [M] drivers/usb/class/usb-midi.ko
ld: final link failed: Input/output error
make[1]: *** [drivers/usb/class/usb-midi.ko] Error 1
make: *** [modules] Error 2
It seemed that I successfully built the new kernel, the problem happened when it tried to built the modules. The announce ld: final link failed: Input/output error above is quite unusual ??? Do you have any idea about this problem ?
|