技术的乐趣在于分享,欢迎多多交流,多多沟通。
全部博文(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.........【阅读全文】
发布时间:2014-03-28 10:39:25
这两天在板子上加载模块的时候,遇到了各种问题,与我第一次加载模块时碰到的问题大同小异,故记录在博客,仅供查阅。 1.PC机和目标板内核版本不一致 问题提示:version magic '2.6.32.2 mod_unload modversions ARMv4 ' should be '2.6.32.2-F.........【阅读全文】