-
Notifications
You must be signed in to change notification settings - Fork 266
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
[question] Where can i Download prebuilt binaries for arm64/aarch64 ? #1440
Comments
macOS/arm64 support is coming. see #1299. other OSes don't yet have enough users. you'll note that we don't support most of the Linux architectures on https://wiki.debian.org/SupportedArchitectures, only x86-64. |
I assume public should follow https://android.googlesource.com/platform/ndk/+/master/docs/Building.md and patch errors themselves along the way? |
correct. (that's probably quite hard though. @kongy is working on macOS/arm64 but i don't know how much overlap there is between the patches he's needed to support that and what you'd need for [what i assume is] Linux/arm64...) |
Clang for arm64 Linux is already supported in upstream (builder). You need to patch the toolchain build scripts, which currently assume only aarch64 is supported. There is an out-of-date patch, to get you started. |
NVM Found it :- |
Can I get the arm64/ aarch64 version of ndk for my ubuntu server? |
This comment was marked as abuse.
This comment was marked as abuse.
But i have not found that. Help me read. |
@ThunderStud613 --- no need to be rude. on the internet, you never know how good the other person's English is (and that doesn't mean they're stupid). @ramanveerji --- no, there is no prebuilt. you can follow pirama-arumuga-nainar's instructions to build your own, but that's definitely playing on "hard mode". for now, sticking to x86-64 (or using macOS/arm64) is "easy mode". there are no current plans to have a linux/arm64 download (nor linux/riscv64, before anyone asks!) we'll continue to re-evaluate this as arm64 [or riscv64!] hardware becomes more popular and practically useful. |
Ok thank you. I will stick to x86 as of now. |
I searched on android developers website, but only found ndk for x86_64. But my Computer has a arm cpu (arm64/aarch64).
Does anybody maintains prebuilt binaries for arm64 (linux) ?
(Minimum NDK 19)
Why there are no releases in this repository ?
The text was updated successfully, but these errors were encountered: