触摸屏驱动

Totem,mplayer,sopcast,realplayer,bmp
回复
极速人生01
帖子: 39
注册时间: 2012-08-03 10:18

触摸屏驱动

#1

帖子 极速人生01 » 2012-09-02 12:24

编译内核的时候出现的错误
arch/arm/mach-s3c2410/mach-smdk2410.c:256: error: `s3c_device_ts' undeclared here (not in a function)
arch/arm/mach-s3c2410/mach-smdk2410.c:256: error: initializer element is not constant
arch/arm/mach-s3c2410/mach-smdk2410.c:256: error: (near initialization for `smdk2410_devices[9]')
arch/arm/mach-s3c2410/mach-smdk2410.c:238: warning: 'sbc2410_ts_cfg' defined but not used
make[1]: *** [arch/arm/mach-s3c2410/mach-smdk2410.o] 错误 1
make: *** [arch/arm/mach-s3c2410] 错误 2
请问是哪错了
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: 触摸屏驱动

#2

帖子 eexpress » 2012-09-02 20:58

undeclared嘛。源码问题嘛。少了啥h文件之类的。可能需要安装某些dev库,或者可能是你根本就没下载必须的库。
● 鸣学
回复