
kernel compilation
文章平均质量分 83
robinyeung
嵌入式软件开发
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Compile kernel: kuconfig/kdconfig/make clean/mrproper/distclean/menuconfig
1. compilation内核编译时, 到底用make clean, make mrproper还是make distclean在编译内核时, 被make clean, make mrproer 和 make distclean搞的纠结, 稍微总结一下这三者之间的区别: 解压内核源码包后, 到内核源代码目录树的顶层目录, 执行# make helpCleanin转载 2012-12-19 19:29:36 · 2569 阅读 · 0 评论 -
The error of C language compilation
1. Error: array type has incomplete(not complete or total) element typeincomplete: Something that isincomplete is not yet finished, or does not have all the parts or details that it needs.a. mem原创 2013-12-11 09:20:34 · 1102 阅读 · 0 评论