您现在的位置是:主页 > 其他Linux发行版频道 > 疑难问题 >
Linux下安装tslib-1.4出错及解决方法
首先下载tslib-1.4.tar.gz
解压:tar xzvf tslib-1.4tzr.gz
进入tslib目录
cd tslib
1.执行./autogen.sh
提示错误一:
./autogen.sh: 4: autoreconf: not found
解决方法:sudo apt-get install autoconf automake libtool
2.执行./configure --host=arm-linux --prefix=/usr/local/tslib
提示错误二:
ts_test.o(.text+0x218): In function `main':
: undefined reference to `rpl_malloc'
fbutils.o(.text+0x234): In function `open_framebuffer':
: undefined reference to `rpl_malloc'
collect2: ld returned 1 exit status
make[2]: *** [ts_test] Error 1
make[2]: Leaving directory `/home/gfpeak/Desktop/tslib/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gfpeak/Desktop/tslib'
make: *** [all] Error 2
解决方法是在编译的时候 ./configure 后面的参数没有设置对,正确设置如下:
./configure --prefix=/usr/local/tslib/ --host=arm-linux ac_cv_func_malloc_0_nonnull=yes
3.执行make
4.执行sudo make install
(责任编辑:孔胜)上一篇:Linux下FL2440 2.6.28 SD卡驱动BUG解决
下一篇:没有了
更多相关资讯
- Linux下安装tslib-1.4出错及解决方法(2011-02-23)
- Linux下FL2440 2.6.28 SD卡驱动BUG解决(2011-02-23)
- linux几种快速清空文件内容的方法(2011-01-10)
- linux中发出“滴”的怪声的解决方案(2011-01-10)
- 虚拟机下Linux访问Windows最简办法(2010-12-06)
- Linux卸载后如何删除Grub引导方法(2010-12-06)
- linux下怎样在字符界面下显示中文(2010-12-06)
疑难问题
更多>>-
快速清空文件内容方法
几种快速清空文件内容的方法: $ : filename #其中的 : 是一个占位符, 不产生任何输出. ... [详细] - Linux下安装tslib-1.4出错及解决方法
- Linux下FL2440 2.6.28 SD卡驱动BUG解决
- linux几种快速清空文件内容的方法
- linux中发出“滴”的怪声的解决方案
- 虚拟机下Linux访问Windows最简办法

firefox
Chrome
LinuxQQ
amule
aMSN
LinuxFetion
Xchat
openoffice
wine
Transmission
chmsee
Evince
Audacious
KMPlayer
Brasero
ibus输入法
Bluefish
Iptux
flash player
linux kernel


