码迷,mamicode.com
首页 > 其他好文 > 详细

内核编译

时间:2019-08-27 10:26:12      阅读:77      评论:0      收藏:0      [点我收藏+]

标签:config   war   drivers   drive   map   如何   时间戳   warning   eve   

我们从社区拿过来一个新的内核,如何编译使用呢?

make menuconfig   设置内核的编译项
打开如下配置:
Device Drivers-> Character devices -> HPET - High Precision Event Timer (HPET [=y])-> Allow mmap of HPET
make clean
make -j 8
make -j 8 modules_install
make -j 8 install

Warning: File `Makefile‘ has modification time 1.5e+07 s in the future

你的 Makefile 时间戳不对 时间在未来某时间
 touch -m Makefile 试试

内核编译

标签:config   war   drivers   drive   map   如何   时间戳   warning   eve   

原文地址:https://www.cnblogs.com/xingmuxin/p/11416611.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!