本帖最后由 seifguo 于 2014-12-25 09:50 编辑
操作系统:Ubuntu12.04 32位
交叉编译器:arm-linux-gcc4.3.2
tslib版本:tslib1.4
arm-linux-gcc -v 有正确显示版本信息。并且添加了环境变量。
以下是安装tslib步骤:
# apt-get install autoconf
# apt-get install libtool
解压:
# tar zxvf tslib-1.4.tar.gz
# cd tslib
# ./autogen.sh
# echo "ac_cv_func_malloc_0_nonnull=yes" >arm-linux.cache
# sudo ./configure --host=arm-linux --cache-file=arm-linux.cache -prefix=/usr/local/tslib
然后可以看到
:
请问checking for arm-linux-g++... no的问题怎么解决?
谢谢!
|