error
竹蜻蜓en
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux make menuconfig 命令出错
Linux make menuconfig 命令出错 scripts/kconfig/lxdialog/dialog.h:31:20: fatal error: curses.h: 没有那个文件或目录 compilation terminated. 解决: sudo apt-get install libncurses5-dev...原创 2018-08-07 09:07:39 · 878 阅读 · 0 评论 -
Makefile:416: *** mixed implicit and normal rules: deprecated syntax Makefile:1449: *** mixed implic
今天在按照韦东山大哥的教程流程编译内核的时候出现了这个问题 linux-2.6.22.6/Makefile:416: *** mixed implicit and normal rules: deprecated syntax linux-2.6.22.6/Makefile:1449: *** mixed implicit and normal rules: deprecat...转载 2018-08-16 09:20:05 · 436 阅读 · 0 评论 -
make menuconfig 报段错误
make menuconfig 报段错误 错误代码:make[1]: *** [menuconfig] Segmentation fault (core dumped) Makefile:417: recipe for target 'menuconfig' failed make: *** [menuconfig] Error 2 uname -a Linux book-virtual-...原创 2018-08-16 11:40:18 · 1521 阅读 · 0 评论
分享