error: unsupported reloc 43

在Ubuntu 16.04.5 LTS编译android 5.1报错

[19:17:13.062]libnativehelper/JniInvocation.cpp:165: error: unsupported reloc 43
[19:17:13.062]libnativehelper/JniInvocation.cpp:165: error: unsupported reloc 43
[19:17:13.062]libnativehelper/JniInvocation.cpp:165: error: unsupported reloc 43
[19:17:13.062]libnativehelper/JniInvocation.cpp:165: error: unsupported reloc 43
[19:17:13.063]clang: error: linker command failed with exit code 1 (use -v to see invocation)
[19:17:13.063]build/core/host_shared_library_internal.mk:44: recipe for target ‘out/host/linux-x86/obj32/lib/libnativehelper.so‘ failed
[19:17:13.063]make: *** [out/host/linux-x86/obj32/lib/libnativehelper.so] Error 1
[19:17:13.063]
[19:17:13.063]#### make failed to build some targets (6 seconds) ####

参考

https://blog.csdn.net/u014770862/article/details/52624851

cp /usr/bin/ld.gold   prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/bin/ld 

修改后重新make ok

原文地址:https://www.cnblogs.com/tid-think/p/11066470.html

时间: 2024-10-27 07:05:10

error: unsupported reloc 43的相关文章

Ubuntu16 编译源码出错 unsupported reloc 43

错误如下 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/include/c++/4.6/bits/basic_string.h:270: error: unsupported reloc 43 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6//x86_64-linux/include/c++/4.6/bits/basic_string.h:

使用GBK编码请求访问nodejs程序报415错误:Error: unsupported charset at urlencodedParser ...

最近遇到一个问题,第三方用户向我们提供给的回调地址发送请求时一直报415错误,结果发现他们使用的是GBK编码请求,而我们使用的node + express4 程序,不支持GBK编码请求. 问题出在下面一段代码. app.use(bodyParser.json()); app.use(bodyParser.urlencoded({extended: false})); //这一行 查看body-parser源码,发现引起问题的一段代码如下 var charset = typer.parse(req

Error: Unsupported java version '1.8' in line 2 of file 'proguard.conf'

执行Maven Install打包的时候,出现以下错误信息: [proguard] Error: Unsupported java version '1.8' in line 2 of file 'F:\Workspaces\pro-test\proguard.conf', [proguard] included from argument number 6 这是因为在proguard.conf文件中显示的指定的Java的版本,但是net\sf\proguard\proguard\4.4\pro

[问题解决]Python locale error: unsupported locale setting

原文来源:https://stackoverflow.com/questions/14547631/python-locale-error-unsupported-locale-setting 安装flask包的时候,不支持语言环境,报错如下: Traceback (most recent call last): File "/usr/bin/pip3", line 11, in <module> sys.exit(main()) File "/usr/lib/p

pip install 时locale.Error: unsupported locale setting

查看配置 locale 更改配置 export LC_ALL=C 下图为结果

Python locale error: unsupported locale setting

1. 问题 用pip install安装包的时候会提示: Traceback (most recent call last): File "/usr/bin/pip", line 11, in sys.exit(main()) File "/usr/lib/python2.7/dist-packages/pip/init.py", line 215, in main locale.setlocale(locale.LC_ALL, '') File "/us

Ubuntu16.04配置Android5.0编译环境

1.安装jdk7 Ubuntu16.04的安装源已经默认没有openjdk7了,所以要自己手动添加仓库,如下: $ sudo add-apt-repository ppa:openjdk-r/ppa $ sudo apt-get update 安装openjdk-7-jdk $ sudo apt-get install openjdk-7-jdk openjdk-7-jre 如果安装成功之后还是不能用可能有多个版本,执行如下命令选择正确的版本:$ sudo update-alternatives

ubuntu 16.04tls 编译android 5.1.1报错

报错: libnativehelper/JniConstants.cpp:103: error: unsupported reloc 43 libnativehelper/JniConstants.cpp:103: error: unsupported reloc 43 libnativehelper/JniConstants.cpp:103: error: unsupported reloc 43 libnativehelper/JniConstants.cpp:103: error: uns

bazel remote executor--- buildfarm

buildfarm https://github.com/bazelbuild/bazel-buildfarmgit clone https://github.com/bazelbuild/bazel-buildfarm This is the slack of bazel buildfarm and .... https://buildteamworld.slack.com/messages/DHW2MERAL/According to the README, update the bazel