|
编译2.4.22-21内核时在make install 时出现以下错误: 不知是怎么一回事?
...
No module sd_mod found for kernel 2.4.22-21mdkcustom
No module sd_mod found for kernel 2.4.22-21mdkcustom
There was an error when generating initrd try to do a :
/sbin/mkinitrd /boot/initrd-2.4.22-21mdkcustom.img 2.4.22-21mdkcustom
and see the errors
编译的步骤是
make mrproper
make menuconfig
make dep
make bzImage
make modules
make modules_install
make install
在 make modules 时有很多以下的信息:
...
make[1]: Entering directory '/usr/src/linux-2.4.22-21mdk/arch/i386/lib'
make[1]: Nothing to be done for 'modules'
make[1]: Leaving directory ''/usr/src/linux-2.4.22-21mdk/arch/i386/lib' |
|