Android构建失败 [英] Android build failure

查看:175
本文介绍了Android构建失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我按照这里的指示操作。 $ repo sync 我尝试用 $ make 构建它,但得到此错误:

I followed instructions from here. After $ repo sync I tried to build it with $ make, but got this error:

host SharedLib: libneo_cgi (out/host/linux-x86/obj/lib/libneo_cgi.so) 
/usr/bin/ld: skipping incompatible /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../libz.so when searching for -lz 
/usr/bin/ld: skipping incompatible /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../libz.a when searching for -lz 
/usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz 
/usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz 
/usr/bin/ld: cannot find -lz 
collect2: ld returned 1 exit status 
make: *** [out/host/linux-x86/obj/lib/libneo_cgi.so] Error 1 

使用Ubuntu 10.04 LTS。任何帮助感谢。

Using Ubuntu 10.04 LTS. Any help appreciated.

UPD:我发现了讨论,说这个问题可能是我在我的32位系统上有64位的lib。

UPD: I found a discussion, that claims, that problem could be that I'm having 64bit libs on my 32bit system.

$ ls -l /usr/lib/libz.so 
lrwxrwxrwx 1 root root 20 2010-07-07 17:08 /usr/lib/libz.so -> /lib/libz.so.1.2.3.3

$ file /lib/libz.so.1.2.3.3
/lib/libz.so.1.2.3.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped

,如果libz.so.1.2.3.3是正确的lib,如果我必须用正确的替换它,我该怎么办?

How do I figure out, if that libz.so.1.2.3.3 is the right lib, and in case I have to replace it with the right one, how do I do it?

$ arch 说,我有一个i686架构。机器,我使用的是联想ThinkPad SL500与Core 2 DUO CPU。

Also, $ arch says, I have an i686 architecture. Machine, I'm using is Lenovo ThinkPad SL500 with Core 2 DUO CPU.

推荐答案

一切正常,解决方案是安装lib64z1-dev:

Everything works now, the solution was to install lib64z1-dev:

sudo apt-get install lib64z1-dev

编辑:现在有一个问题,ClearSilver描述了这里终于解决了此处

now there's another problem, with ClearSilver, described here and finally resolved here.

这篇关于Android构建失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆