mini2440 光盘自带的arm-linux-gcc 4.3.2编译驱动怎么会出现这种结果呢
各位前辈请帮帮忙吧
[root@tom ~]# cd /fbg
[root@tom fbg]# ls
mini2440_adc.c TLV5636.c TLV5636TEST.c
[root@tom fbg]# arm-linux-gcc -o TLV5636 TLV5636.c
TLV5636.c:11:24: error: linux/init.h: No such file or directory
TLV5636.c:12:26: error: linux/config.h: No such file or directory
TLV5636.c:14:26: error: linux/module.h: No such file or directory
TLV5636.c:16:39: error: linux/delay.h: No such file or directory
TLV5636.c:17:40: error: linux/slab.h: No such file or directory
TLV5636.c:21:38: error: linux/proc_fs.h: No such file or directory
TLV5636.c:24:38: error: asm/delay.h: No such file or directory
TLV5636.c:25:44: error: asm/system.h: No such file or directory
TLV5636.c:26:59: error: asm/uaccess.h: No such file or directory
TLV5636.c:27:43: error: asm-arm/arch-s3c2410/hardware.h: No such file or directory