We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
today, i fetched recent source (18687a9) when i complie every source for android device, compile failed with this message
error: undefined reference to '__tls_get_addr'
i used android-ndk-r9b(android-18)
The text was updated successfully, but these errors were encountered:
This is very likely related to #10312.
Is there a reason that android wouldn't have TLS storage?
Sorry, something went wrong.
Alas, breakage again on Android
generally TLS is not supported on Android, so I had disabled TLS for jemalloc before
http://arowboat.wordpress.com/2011/08/10/android-linux-arm-and-tls-register-emulation/
auto merge of #10687 : alexcrichton/rust/issue-10686, r=thestinger
db5b51a
Turns out android doesn't support LLVM's thread_local attribute and accompanying implementation. Closes #10686
1686bfa
Successfully merging a pull request may close this issue.
today, i fetched recent source (18687a9)
when i complie every source for android device,
compile failed with this message
i used android-ndk-r9b(android-18)
The text was updated successfully, but these errors were encountered: