error: undefined reference to '__dso_handle'解決方案


home/NDK/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/libsupc++.a(eh_globals.o):eh_globals.cc:function _GLOBAL__sub_I_eh_globals.cc: error: undefined reference to '__dso_handle'

 

解決辦法:

在main.c前面加上一條:

extern "C"{ void * __dso_handle = 0 ;}


 
原文鏈接:https://blog.csdn.net/u014652390/java/article/details/50638845


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM