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

Requires Android NDK 22 #8

Open
rjrjr opened this issue Oct 26, 2021 · 0 comments
Open

Requires Android NDK 22 #8

rjrjr opened this issue Oct 26, 2021 · 0 comments

Comments

@rjrjr
Copy link

rjrjr commented Oct 26, 2021

Due to rust-lang/rust#85806, this is broken by the last Android NDK (23). Symptom is failed link, unable to find library -lgcc.

Workaround is simple enough, downgrade to NDK22, e.g.

export NDK_HOME=${ANDROID_SDK_ROOT}/ndk/22.1.7171670

Might want to make a note in the README?

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

1 participant