我按照文档操作的。但是也是出现了不能zlib未安装。
我搜索了有说是在用ubuntu12.04编译LTIB时候,需要安装脚本patch-ltib-ubuntu12.04.sh
Script which patches the ltib folder on Ubuntu 12.04.
patch步骤
$ cp patch-ltib-ubuntu12.04.sh <your ltib folder>
$ cd <your ltib folder>
$ chmod +x patch-ltib-ubuntu12.04.sh
$ ./patch-ltib-ubuntu12.04.sh
但是执行后出现了
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -uNr bin.ori/Ltibutils.pm bin/Ltibutils.pm
|--- bin.ori/Ltibutils.pm 2012-10-02 10:48:54.047381510 -0500
|+++ bin/Ltibutils.pm 2012-10-02 10:51:43.947390148 -0500
--------------------------
imx6在Ubuntu12.04上编译LTIB成功了,但是编译出来的可执行的应用程序报这个错,error while loading shared libraries: ld-uClibc.so.0: cannot open shared object file: No such file or directory,请高人指点