发博文
ggjd

bijianing.blog.chinaunix.net

好记性,不如烂笔头呀。。。。。。   
个人资料
  • 博客访问:73417
  • 博文数量:72
  • 博客积分:2408
  • 博客等级:大尉
  • 注册时间:2005-06-09 16:37:51
订阅我的博客
  • 订阅
  • 订阅到鲜果
  • 订阅到抓虾
  • 订阅到Google
字体大小: 博文
分类: Linux


include/linux/mmzone.h:18:26: error: linux/bounds.h: No such file or directory


解决方法:
The "bounds.h" header is created by the
kernel. Maybe you've done a "make clean" or "make distclean" in your kernel
sources before?

So go to "/usr/src/linux" and do a "make prepare". This will generate the
missed "bounds.h" for you. After that, rebuild the moudle


前一篇:更改主机名
亲,您还没有登录,请[登录][注册]后再进行评论