https://pan.baidu.com/s/1iIgMtLgAN281ePLyvGmVkg

我用的tslib1.12

[email protected]:/opt/fs/tslib/tslib-1.12# ./autogen.sh 
[email protected]:/opt/fs/tslib/tslib-1.12# ./configure --host=arm-linux ac_cv_func_malloc_0_nonnull=yes CC=arm-none-linux-gnueabi-gcc CXX=arm-none-linux-gnueabi-g++ -prefix=/usr/local/tslib
[email protected]:/opt/fs/tslib/tslib-1.12# make
[email protected]:/opt/fs/tslib/tslib-1.12# make install

【tiny4412】tslib移植(触摸屏)

 

tar xzf tslib-1.4.tar.gz
cd tslib
./autogen.sh 
echo "ac_cv_func_malloc_0_nonnull=yes" >arm-linux.cache
CC=/opt/arm-2014.05/bin/arm-none-linux-gnueabi-gcc ./configure --host=arm-linux --prefix=/opt/tslib1.4 --cache-file=arm-linux.cache

【tiny4412】tslib移植(触摸屏)

https://blog.csdn.net/z961968549/article/details/82141861

https://blog.csdn.net/sinat_20006769/article/details/79081129

 

 

 

 

 

相关文章:

  • 2022-01-05
  • 2019-02-15
  • 2021-10-01
  • 2021-12-26
  • 2021-09-22
  • 2021-11-12
  • 2021-11-12
  • 2021-11-20
猜你喜欢
  • 2021-12-26
  • 2021-11-02
  • 2022-01-05
  • 2021-10-06
  • 2021-12-05
  • 2021-12-05
  • 2022-01-05
  • 2021-11-02
相关资源
相似解决方案