当前位置:   article > 正文

relocation R_X86_64_32 against `.xxx‘ can not be used when making a PIE object; recompile with -fPIE_can not be used when making a shared object; recom

can not be used when making a shared object; recompile with -fpic

在编译某sdk时遇到的问题

relocation R_X86_64_32 against `.xxx' can not be used when making a PIE object; recompile with -fPIE
  • 1

由于gcc默认使用-fPIE,所以要求链接的库也必须由-fPIE库。

解决方法是在编译是加入 -no-pie

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/224456
推荐阅读
相关标签
  

闽ICP备14008679号