Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined reference to ‘__cxa_bad_typeid' #140

Closed
kmshih opened this issue Jun 29, 2016 · 1 comment
Closed

undefined reference to ‘__cxa_bad_typeid' #140

kmshih opened this issue Jun 29, 2016 · 1 comment

Comments

@kmshih
Copy link

kmshih commented Jun 29, 2016

With clang and libc++; gnustl works fine (So I'm guessing this is one of the outstanding issues with libc++ that may or may not be known?):

Error comes from:
clang++ -ggdb -fexceptions -frtti -fvisibility=hidden -std=gnu++14 -fno-omit-frame-pointer -mno-sse -O0 -fno-strict-aliasing -Wall -Wno-format-security -Wno-missing-braces -Wno-unknown-pragmas -Winvalid-pch -Werror=vla -isystem"/Work/formulas/native/ThirdParty/boost" -include /Work/formulas/native/build/android-x86/debug/smsheet/src/stdpch.h -Wl,--fix-cortex-a8 -Wl,--threads -Wl,--build-id -Wl,-z,noexecstack -Wl,-z,relro -shared -Wl,-shared,-Bsymbolic -Wl,--unresolved-symbols=report-all -Lbuild/android-x86/debug/lib -o build/android-x86/debug/bin/libsmsheet-test.so <...long list of .o files here...> -Wl,-Bstatic -lstdc++ -latomic -lsmcore -lboost -ldoubleconversion -lsmjni -Wl,-Bdynamic -llog -ldl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants