Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ar37-rs/ndk-r23-fix-for-rust
A temporary solution for NDK r23 beta 3 and up (not include libgcc)
https://github.com/ar37-rs/ndk-r23-fix-for-rust
Last synced: about 21 hours ago
JSON representation
A temporary solution for NDK r23 beta 3 and up (not include libgcc)
- Host: GitHub
- URL: https://github.com/ar37-rs/ndk-r23-fix-for-rust
- Owner: ar37-rs
- Created: 2021-11-09T06:58:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T10:05:10.000Z (about 3 years ago)
- Last Synced: 2024-11-10T12:49:16.182Z (about 2 months ago)
- Homepage:
- Size: 4.08 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Extract the gcc folder inside android-ndk-r23-gcc-fix.rar file, and then put it into:
$ANDROID_SDK_ROOT/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/lib/*here
note:
- every "libgcc.a" inside .rar file taken from earlier NDK version (r21d)
- tested on linux x86_64 using the latest rust stable toolchain.