
编译问题
wujiangguizhen
这个作者很懒,什么都没留下…
展开
-
variable `xxx' has initializer but incomplete type
说明xxx对应的类型没有找到,类型需要定义.static struct i2c_driver touchkey_i2c_driver ={.driver = {.owner = THIS_MODULE, .name = "i2ctouchpannel",},.probe = &i2ctouchpannel_probe,.remove = &i2ct原创 2013-11-28 18:17:55 · 11263 阅读 · 0 评论 -
安装tslib中遇到的错误:./autogen.sh: 4: autoreconf: not found
./autogen.sh: 4: autoreconf: not found 是在不同版本的 tslib 下执行 autogen.sh 产生。它们产生的原因一样,是因为没有安装 automake 工具, (ubuntu 8.04)用下面的命令安装好就可以了。 sudo apt-get install autoconf automake libtool转载 2013-12-03 15:09:48 · 885 阅读 · 0 评论