摘要: tslib移植: tslib是为了控制触摸屏的开源程序,那么为了用于我的开发板(cortex-a8系列的cw210开发板),那么要有特定的配置才能用于指定的开发板。1.下载tslib-1.4.tar.gz2.解压:##tar zxvf tslib-1.4.tar.gz3.配置:##cd tslib##./autogen.sh##./configure --prefix=$(pwd)/_install --host=arm-linux ac_cv_func_malloc_0_nonnull=yesps:--prefix=$(pwd)/_install是指定安装目录为当前目录的_install目. 阅读全文
posted @ 2013-03-06 18:25 静哥_嵌入式心得 阅读(427) 评论(0) 推荐(0)