error: \"-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 1125450
  • 博文数量: 146
  • 博客积分: 190
  • 博客等级: 入伍新兵
  • 技术积分: 5225
  • 用 户 组: 普通用户
  • 注册时间: 2012-06-06 08:24
个人简介

慢行者

文章分类

全部博文(146)

文章存档

2013年(145)

2012年(1)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: linux

2013-04-08 19:46:49

编译内核过程中,报:

点击(此处)折叠或打开

  1. error: "__bad_udelay" [drivers/video/savage/savagefb.ko] undefined!
  2. error: "__bad_udelay" [drivers/scsi/atp870u.ko] undefined!
  3. error: "__bad_udelay" [drivers/net/sungem.ko] undefined!
  4. error: "__bad_udelay" [drivers/gpu/drm/radeon/radeon.ko] undefined!
  5. error: "__bad_udelay" [drivers/atm/he.ko] undefined!
  6. warning: modpost: found 1 section mismatch(es).
  7. to see full details build your kernel with:
  8. 'make config_debug_section_mismatch=y'
  9. make[1]: *** [__modpost] error 1
  10. make: *** [modules] error 2

解决办法
禁止编译以上错误中提到的内核模块,可以 make menuconfig 在图形界面关掉,也可以直接编辑.config文件。
用make menuconfig编译内核时,如果不熟悉配置菜单,可以用如下命令查找选项:
find -name "makefile" | xargs grep "xxxxx"       其中:xxxxx替换你想找到的 .o文件名。
例如

find -name "makefile" | xargs grep "savagefb.o"
./drivers/video/savage/makefile:obj-$(config_fb_savage)                 = savagefb.o
阅读(4438) | 评论(0) | 转发(0) |
0

上一篇:ubuntu su命令

下一篇:

给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图