做网站是买服务器还是买cdn,遵义市网站制作,南通网站建设服务公司,织梦网站怎样做锚文本hi kylin team,我使用 ubuntu16.04 构建 android 编译环境后编译 android5.1 时出现如下报错。请向开发团队反馈看能否给出解决方案#xff0c;谢谢#xff01;当我使用 ubuntu16.04 构建 Android 编译环境后, 编译报错. 报错信息如下:/home/.../proj/.../anroidsrcroot/preb…hi kylin team,我使用 ubuntu16.04 构建 android 编译环境后编译 android5.1 时出现如下报错。请向开发团队反馈看能否给出解决方案谢谢当我使用 ubuntu16.04 构建 Android 编译环境后, 编译报错. 报错信息如下:/home/.../proj/.../anroidsrcroot/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/bin/../lib/gcc/x86_64-linux/4.6/../../../../x86_64-linux/bin/ld: error: out/host/linux-x86/obj32/STATIC_LIBRARIES/libcompiler_rt_intermediates/libcompiler_rt.a(eprintf.o): unsupported reloc 43 against global symbol stderrexternal/compiler-rt/lib/builtins/eprintf.c:32: error: unsupported reloc 43collect2: ld returned 1 exit statushost C: libnativehelper_32 libnativehelper/JNIHelp.cppmake: *** [out/host/linux-x86/obj32/lib/libcompiler_rt.so] Error 1make: *** 正在等待未完成的任务....请问如何解决该报错? 我确认编译环境安装 OK, 下面是 ubuntu16.04 上安装工具的版本信息:root... :~# sudo apt-get install git gnupg flex bison gperf build-essential zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-dri:i386 libgl1-mesa-dev g-multilib mingw32 tofrodos python-markdown libxml2-utils xsltproc zlib1g-dev:i386 dpkg-devReading package lists... DoneBuilding dependency treeReading state information... Donebison is already the newest version (2:3.0.4.dfsg-1).build-essential is already the newest version (12.1ubuntu2).curl is already the newest version (7.47.0-1ubuntu2).dpkg-dev is already the newest version (1.18.4ubuntu1).flex is already the newest version (2.6.0-11).g-multilib is already the newest version (4:5.3.1-1ubuntu1).git is already the newest version (1:2.7.4-0ubuntu1).gnupg is already the newest version (1.4.20-1ubuntu3).libc6-dev is already the newest version (2.23-0ubuntu3).libgl1-mesa-dev is already the newest version (11.2.0-1ubuntu2).libxml2-utils is already the newest version (2.9.3dfsg1-1).x11proto-core-dev is already the newest version (7.0.28-2ubuntu1).xsltproc is already the newest version (1.1.28-2.1).zip is already the newest version (3.0-11).libgl1-mesa-dri:i386 is already the newest version (11.2.0-1ubuntu2).libncurses5-dev:i386 is already the newest version (6.020160213-1ubuntu1).libreadline6-dev:i386 is already the newest version (6.3-8ubuntu2).libx11-dev:i386 is already the newest version (2:1.6.3-1ubuntu2).zlib1g-dev:i386 is already the newest version (1:1.2.8.dfsg-2ubuntu4).gperf is already the newest version (3.0.4-2).python-markdown is already the newest version (2.6.6-1).tofrodos is already the newest version (1.7.13ds-2ubuntu1).mingw32 is already the newest version (4.2.1.dfsg-2ubuntu1).0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.宿主机环境 binutils 版本信息:root...:~# apt-get install binutilsReading package lists... DoneBuilding dependency treeReading state information... Donebinutils is already the newest version (2.26-8ubuntu2).0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.root...:~# objdump -vGNU objdump (GNU Binutils for Ubuntu) 2.26Copyright (C) 2015 Free Software Foundation, Inc.This program is free software; you may redistribute it under the terms ofthe GNU General Public License version 3 or (at your option) any later version.This program has absolutely no warranty.宿主机环境 gcc 版本信息:root...:~# gcc --versiongcc (Ubuntu 5.3.1-14ubuntu2) 5.3.1 20160413Copyright (C) 2015 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.从报错信息来看是在链接 host 程序时出错。链接 host 程序时用的工具链是放在 codebase 中的即 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/bin/../lib/gcc/x86_64-linux/4.6/../../../../x86_64-linux/bin/ld.1. 搞不明白既然工具链在 codebase 中也就不应该依赖宿主机 gcc 和 binutils, 就算我宿主机 gcc 和 binutils 版本较高也不应该报此错误2. 请问如何解决此错误降级宿主机 binutils 版本吗3. 在 ubuntu16.04 上编译贵司代码时我还曾遇见另一个错误由 make 报出即 ***recipe commence before first target, 查看 make 版本是 4.1, 后来重新覆盖安装 make 3.81 解决。长期来看编译环境迁移到 ubuntu16.04 LTS 是必然的事情因此非常期待贵司的解答谢谢