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
when i use make all = note: ld: error: unable to find library -lgcc clang-12: error: linker command failed with exit code 1 (use -v to see invocation)
error: aborting due to previous error
error: could not compile example-rs
example-rs
To learn more, run the command again with --verbose. make: *** [target/aarch64-linux-android/release/libexample.so] Error 101
The text was updated successfully, but these errors were encountered:
What platform are you running this on? Did you install and point to the right Android SDK/NDK build tools?
Sorry, something went wrong.
Mac OS, i install the �NDK from android Studio。and
version 22.1.7171670 is ok
Yes, looks like the version NDK version 23 will fail, try @xiaoheiai4719 suggestion.
No branches or pull requests
when i use make all
= note: ld: error: unable to find library -lgcc
clang-12: error: linker command failed with exit code 1 (use -v to see invocation)
error: aborting due to previous error
error: could not compile
example-rs
To learn more, run the command again with --verbose.
make: *** [target/aarch64-linux-android/release/libexample.so] Error 101
The text was updated successfully, but these errors were encountered: