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