技术的乐趣在于分享,欢迎多多交流,多多沟通。
全部博文(877)
发布时间:2014-03-28 14:40:44
http://liu1227787871.blog.163.com/blog/static/20536319720128901736417/#include <linux/fs.h>#include <linux/module.h>#include <linux/kernel.h>#include <linux/types.h>#include <linux/device.h>static struct class *led_class;int led_open(struct inode *inode, struct file *.........【阅读全文】
发布时间:2014-03-28 14:01:00
1.我在做字符设备驱动程序(此章讲的是按键点亮led),在编译内核模块时,遇到了如下问题:CC[M] drivers/char/s3c24xx_leds.odrivers/char/s3c24xx_leds.c:7:32: error: asm/arch/regs-gpio.h: Nosuch file or directorydrivers/char/s3c24xx_leds.c:8:26: error: asm/hardware.h: No suchfile or director.........【阅读全文】