- 4
- 0
- 约3.82万字
- 约 37页
- 2021-12-04 发布于福建
- 举报
操作系统 debian5.0.1
编译器 arm-linux-gcc-4.3.2
先移植 tslib
安装三个工具
apt-get install autoconf automake libtool
运行脚本
./autogen.sh 注( 不知道为什么 , 这行脚本中有 echo 但
是 终端不显示 )
3 帧缓冲文件以及配置
echo ac_cv_func_malloc_0_nonnull=yes $ARCH_tslib.cache
避免检查 ac_cv_func_malloc_0_nonnull, 如果不写这句,在 Make 时候会出现 undefined
reference to `rpl_malloc 的错误。
./configure --prefix=/home/tslib --host=arm-linux
--cache-file=$ARCH_tslib.cache --enable-inputapi=no
make
make install
此时会在 /home/tslib 目录中有东西出来 , 把 tslib 目录 拷贝到开发
板目录下的
原创力文档

文档评论(0)