解决unrecognized relocation (0x2a) in section .text 问题: /usr/bin/ld: …/deps/zw/lib/libdmsdk.a(http.o): unrecognized relocation (0x2a) in section ...
解决方案: 查看ld 版本 ,使用命令:ld v,得知当前版本为:GNU ld version . . .base.el ,通过网上搜素可知,是ld版本过低,因此使用更高版本。 ...
2021-07-09 15:03 0 261 推荐指数:
解决unrecognized relocation (0x2a) in section .text 问题: /usr/bin/ld: …/deps/zw/lib/libdmsdk.a(http.o): unrecognized relocation (0x2a) in section ...
这个问题困扰了我好长时间,网上查了好长时间,这个问题的解决方法,就是将binultils升级到2.26。 造成这个问题的原因是gcc和binultils版本不匹配,gcc对应的版本较高,gcc编译后,ld(由binultils决定)进行链接,结果由于binultils版本较低, 无法识别 ...
~14.04.4) configuration: --prefix=/usr/local/ffmpe ...
重新配置一下openssl 配置 ./config -fPIC 编译 make 安装 make install ...
Problem : You are running a 64-bit linux system and trying to compile a 32-bit application and you get this error : /usr/bin/ld: crti.o ...
/usr/bin/ld: i386:x86-64 architecture of input file `command.o' is incompatible with i386 output 出现这种警告的时候的时候,运行程序老是段错误,要加-m32,就好 ...
在建立一个错误的软连接到ld-linux-x86-64.so.2时,悲剧就这么发生了。此时大部分命令都不能使用,SSH当然也不能登录了。这个时候一定不要退出终端。 有人说那就把软连接复原吧,可是ln也同样无法使用。。。这时候我们就可以使用可爱的sln命令就可以了,哈哈。 ...
一种简单的解决办法 Okay, the solution was to copy the libgcc.a file from:esp-open-sdk/ESP8266_NONOS/lib/toes ...