Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1206400
  • 博文数量: 50
  • 博客积分: 6069
  • 博客等级: 准将
  • 技术积分: 5092
  • 用 户 组: 普通用户
  • 注册时间: 2009-07-23 10:09
文章存档

2011年(4)

2010年(15)

2009年(31)

分类: 嵌入式

2010-07-20 14:49:16

内核、驱动开发篇主要讲述了嵌入式Linux各种设备的驱动结构和实例剖析及一些内核的机制等等。
阅读(36555) | 评论(41) | 转发(13) |
给主人留下些什么吧!~~

chinaunix网友2011-02-26 11:22:27

版主你好,我在写代码中遇到头文件问题#include #include 这两个头文件应该是包含的一些端口定义,但是我用的内核里没有这两个文件,我就从别的中拷贝到include下,结果还是不行,请求解决 谢谢

muyuyuzhong2011-02-23 22:29:06

博主:您好,您的文章非常精彩,为了便于学习,我几乎把您所有的文章都转载到了我的博客http://blog.chinaunix.net/space.php?uid=11304735,如果侵犯了您的利益,请告知我。非常感谢您对我的帮助,O(∩_∩)O谢谢!

chinaunix网友2011-01-26 14:54:35

请问下,如果我想用俩路AD转换同时运行,需要怎么做?有哪些地方需要注意的吗?

chinaunix网友2010-12-24 17:52:33

是我没注意,编译报错是我没有理顺代码的顺序。因为有些函数用了,但之前却没有申明。 把代码的顺利理好后就可以make modules了

chinaunix网友2010-12-24 17:24:03

你好! 我用的也是S3C2440的板子,linux2.6.32的内核,make modules时,编译报错: :48: error: 'adc_fops' undeclared here (not in a function) :55: error: 'adc_open' undeclared here (not in a function) :56: error: 'adc_read' undeclared here (not in a function) :57: error: 'adc_release' undeclared here (not in a function) ,这跟2.6.30的内核相比,还需要添加什么头文件吗?