打印
[i.MX]

i.MX6 Ubuntu12.04上编译LTIB

[复制链接]
946|3
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
caijun_2012|  楼主 | 2015-12-18 17:23 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
参照我们所提供的“i.MX6 Ubuntu12.04上编译LTIB”文档操作时。然后在执行
~/I.MX6/L3.0.35_4.1.0_130816_source/source/ltib$ ./ltib

ltib cannot be run because one or more of the host packages needed to run it
are either missing or out of date or not in ltib's standard path.  Please
install/upgrade these packages on your host.  If you have your own utilities
in non-standard paths, please add an entry into the .ltibrc file for example:

%path_std
/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/my/own/exes

Package                Minimum ver   Installed info
-------                -----------   ---------------
zlib                   0             not installed

Died at ./ltib line 1409.
traceback:
main::host_checks:1409
  main:554


Started: Fri Dec 18 16:14:18 2015
Ended:   Fri Dec 18 16:14:19 2015
Elapsed: 1 seconds


Build Failed

Exiting on error or interrupt
longhorn@longhorn:~/I.MX6/L3.0.35_4.1.0_130816_source/source/ltib$ ./ltib

ltib cannot be run because one or more of the host packages needed to run it
are either missing or out of date or not in ltib's standard path.  Please
install/upgrade these packages on your host.  If you have your own utilities
in non-standard paths, please add an entry into the .ltibrc file for example:

%path_std
/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/my/own/exes

Package                Minimum ver   Installed info
-------                -----------   ---------------
zlib                   0             not installed

Died at ./ltib line 1409.
traceback:
main::host_checks:1409
  main:554


Started: Fri Dec 18 16:25:38 2015
Ended:   Fri Dec 18 16:25:39 2015
Elapsed: 1 seconds


Build Failed

Exiting on error or interrupt


这个帖子看过https://bbs.21ic.com/icview-823396-1-2.html,问题还是没有解决,请教楼主。

相关帖子

沙发
caijun_2012|  楼主 | 2015-12-19 10:36 | 只看该作者
----zlib 安装路径也能找到。为什么还提示没有安装。

:~/I.MX6/L3.0.35_4.1.0_130816_source/source/ltib$ whereis zlib
zlib: /usr/include/zlib.h /usr/share/man/man3/zlib.3.gz

我觉得是ltibutils.pm中引用ZLIB路径出错了,但不知道怎么设置这个路径:
zlib         => sub { my @f = (glob('/usr/lib/libz.so*'),
                                   glob('/lib/libz.so*'),
                                   glob('/lib64/libz.so*'),
                                   glob('/usr/lib/i386-linux-gnu/libz.so*'),
                                   glob('/usr/lib32/libz.so*'),
                                   glob('/usr/lib/x86_64-linux-gnu/libz.so*') ); @f > 1 ? 1 : 0 },
    'zlib-devel' => sub { -f '/usr/include/zlib.h' },

请版主指导。


使用特权

评论回复
板凳
caijun_2012|  楼主 | 2015-12-21 19:04 | 只看该作者
编译Build Succeeded,问题解决。

使用特权

评论回复
地板
mini1986| | 2015-12-28 09:00 | 只看该作者
自己编译安装下zlib就可以了......

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

42

主题

226

帖子

2

粉丝