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
I am currently unable to build Android targets due to failures to link to libunwind. I think this blog.rust-lang.org post is related.
libunwind
Error logs:
It is possible that other Android targets would fail to build, if they weren't interrupted by the above failures.
aarch64-linux-android, i686-linux-android
0.2.5
No response
Other targets seem to be building, if they aren't interrupted by the above failures.
The text was updated successfully, but these errors were encountered:
this is a duplicate of #1222
Sorry, something went wrong.
No branches or pull requests
Checklist
Describe your issue
I am currently unable to build Android targets due to failures to link to
libunwind
. I think this blog.rust-lang.org post is related.Error logs:
It is possible that other Android targets would fail to build, if they weren't interrupted by the above failures.
What target(s) are you cross-compiling for?
aarch64-linux-android, i686-linux-android
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
0.2.5
Example
No response
Additional information / notes
Other targets seem to be building, if they aren't interrupted by the above failures.
The text was updated successfully, but these errors were encountered: