fzsrh 发表于 2004-11-15 22:49:29

请教,核心编译时出现错误,我该如何处理??

# make install
make: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK   include/linux/compile.h
Kernel: arch/i386/boot/bzImage is ready
sh /Zsr/Download/linux-2/linux-2.6.8.1/arch/i386/boot/install.sh 2.6.8.1 arch/i386/boot/bzImage System.map ""
No module ncr53c8xx found for kernel 2.6.8.1
mkinitrd failed
make: *** Error 1
make: *** Error 2
#

谢谢!!!

dannycat 发表于 2004-11-16 13:23:23

首先声明:我从来没有用过 make install 来装 kernel ,也不喜欢 initrd。
make modules_install 之后就可以复制 arch/i386/boot/bzImage 到 /boot 来启动了。

以下只是一些猜测:

module-init-tools 是最新的?

的确选中了 ncr53c8xx 为 module ?

用 make -j1 编译试试看。

fzsrh 发表于 2004-11-16 15:25:18

如何选中ncr53c8xx 为 module ?

fzsrh 发表于 2004-11-16 15:31:33

如何选中ncr53c8xx 为 module ?

dannycat 发表于 2004-11-16 21:44:00

Device Drivers -> SCSI Device Support -> SCSI low-level drivers ->NCR53c8xx SCSI support

你有这种卡?
页: [1]
查看完整版本: 请教,核心编译时出现错误,我该如何处理??