Linux下安装tslib-1.4出错及解决方法

2019-04-21 07:07:45来源:华彩软件站 阅读 ()

新老客户大回馈,云服务器低至5折

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



原文链接:http://www.huacolor.com/article/22942.html
如有疑问请与原作者联系

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Superb Mini Server 1.5.6发布,可供下载

下一篇:新版Mac系统或将使用苹果最新“保险箱”技术