( 转)嵌入式Linux驱动开发笔记
Linux驱动一般以模块module的形式来加载,首先需要把驱动编译成模块的形式。简单的例子,
Begin of hello.c file
#include #include #include static int __init test_init(void) {...
详细说明:ARM 嵌入式 Linux 系统构建与驱动开发范例
pdf 版!
北航版-The PDF copy of the book
ARM 嵌入式 Linux 系统构建与驱动开发范例
http://www.pudn.com/downloads150/ebook/detail650524.html
详细说明:基于ARM9的嵌入式Linux驱...
make menuconfig错误scripts/kconfig/lxdialog/checklist.o的解决方法
2011-08-07 21:31:50
标签:linux make menuconfig
今天构建小于10M的类嵌入式linux系统编译busybox的时候,发现make menuconfig出错,错误代码如下:[roo...