JavaShuo
欄目
標籤
編譯動態庫時報錯relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile
時間 2020-02-01
標籤
編譯
動態
報錯
relocation
x86
bss
used
making
shared
object
recompile
简体版
原文
原文鏈接
這個是因爲編譯單個c文件時沒有指定-fPIC標誌,而連接的時候又指定了-fPIC標誌,那麼最終連接時指定這個就會報錯。 只須要在編譯C文件時也加上這個選項就能夠了。 CFLAGS += -fPICweb
>>阅读原文<<
相關文章
1.
relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recom
2.
relocation R_X86_64_32 against `.rodata' can not be used when making a shared object;
3.
CentOS-6.3 編譯erlang-otp 17.0 報relocation R_X86_64_32 against `OPENSSL_ia32cap_P' can not be used whe
4.
內網編譯安裝net-snmp,提示relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a share
5.
relocation R_X86_64_32 against `a local symbol'
6.
編譯動態庫時遇到relocation R_X86_64_32 against `a local symbol'的錯誤
7.
在Linux平臺編譯iLog3動態鏈接庫時遇到的問題:`tls_g' can not be used when making a shared object
8.
編譯Caffe錯誤:libpython3.5m.a(abstract.o): relocation R_X86_64_32S against
9.
編譯opencv錯誤解決:libavcodec.a(hevc_cabac.o): `ff_h264_cabac_tables' can not be used
10.
Linux下Eclipse編譯時,報recompile with -fPIC錯誤,解決方法
更多相關文章...
•
Eclipse 編譯項目
-
Eclipse 教程
•
C# 動態數組(ArrayList)
-
C#教程
•
算法總結-滑動窗口
•
使用阿里雲OSS+CDN部署前端頁面與加速靜態資源
相關標籤/搜索
used
recompile
making
bss
relocation
shared
編譯Boost庫
object...object
object
錯報
Hibernate教程
NoSQL教程
SQLite教程
靜態資源
數據庫
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
融合阿里雲,牛客助您找到心儀好工作
2.
解決jdbc(jdbctemplate)在測試類時不報錯在TomCatb部署後報錯
3.
解決PyCharm GoLand IntelliJ 等 JetBrains 系列 IDE無法輸入中文
4.
vue+ant design中關於圖片請求不顯示的問題。
5.
insufficient memory && Native memory allocation (malloc) failed
6.
解決IDEA用Maven創建的Web工程不能創建Java Class文件的問題
7.
[已解決] Error: Cannot download ‘https://start.spring.io/starter.zip?
8.
在idea讓java文件夾正常使用
9.
Eclipse啓動提示「subversive connector discovery」
10.
帥某-技巧-快速轉帖博主文章(article_content)
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recom
2.
relocation R_X86_64_32 against `.rodata' can not be used when making a shared object;
3.
CentOS-6.3 編譯erlang-otp 17.0 報relocation R_X86_64_32 against `OPENSSL_ia32cap_P' can not be used whe
4.
內網編譯安裝net-snmp,提示relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a share
5.
relocation R_X86_64_32 against `a local symbol'
6.
編譯動態庫時遇到relocation R_X86_64_32 against `a local symbol'的錯誤
7.
在Linux平臺編譯iLog3動態鏈接庫時遇到的問題:`tls_g' can not be used when making a shared object
8.
編譯Caffe錯誤:libpython3.5m.a(abstract.o): relocation R_X86_64_32S against
9.
編譯opencv錯誤解決:libavcodec.a(hevc_cabac.o): `ff_h264_cabac_tables' can not be used
10.
Linux下Eclipse編譯時,報recompile with -fPIC錯誤,解決方法
>>更多相關文章<<