QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 684|回复: 5

内核编译时出现问题

[复制链接]
发表于 2004-3-27 18:15:11 | 显示全部楼层 |阅读模式
我在安装到make modules_install 时出现如下提示后就过不去了:
  INSTALL drivers/net/dummy.ko
   INSTALL fs/hpfs/hpfs.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.3-gentoo-r1; fi

不知为何,还请各位大哥大姐们指教
发表于 2004-3-27 19:59:51 | 显示全部楼层
正常现象啊,就是到这一步啊,没错,然后你可以
make bzImage
make install
回复

使用道具 举报

 楼主| 发表于 2004-3-27 20:15:11 | 显示全部楼层
按照 Winme兄的“Gentoo2004.0LiveCD快速安装指南3.20版”只有这3步,应该没错吧
#make
#make modules_install
#make install
回复

使用道具 举报

发表于 2004-3-27 20:22:48 | 显示全部楼层
最好的方法是
make menuconfig
把配置文件保存到.config
genkernel --kernel-config/usr/src/linux/.config all
一切ok了。
回复

使用道具 举报

发表于 2004-3-28 01:08:01 | 显示全部楼层
[quote:91776f1e50="樱家冢"]最好的方法是
make menuconfig
把配置文件保存到.config
genkernel --kernel-config/usr/src/linux/.config all
一切ok了。[/quote]
This is the same as:

#genkernel --menuconfig all

If you've already got a config file, but would like to make some minor changes, you can do:

#genkernel all --kernel-config=/path/to/your/config-file --menuconfig
回复

使用道具 举报

发表于 2004-3-28 15:32:05 | 显示全部楼层
thank u.
长见识了。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-10-5 12:23 , Processed in 0.039261 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表