Lily

Results 13 comments of Lily

In that way I did build for AArch64 aswell but didn't work due I not have Raspberry Pi that didn't work. (I use chrooting in [termux](https://github.com/termux/termux-app)) so I used [x86_64-linux-gnu-gcc](https://packages.debian.org/bookworm/gcc-x86-64-linux-gnu)...

maybe try Android NDK Custom musl builds, besides make it works fine, if needed replace the make with termux one https://github.com/HomuHomu833/android-ndk-custom/releases/download/r27c/android-ndk-r27c-arm-linux-musleabihf.tar.xz https://github.com/HomuHomu833/android-ndk-custom/releases/download/r27c/android-ndk-r27c-aarch64-linux-musl.tar.xz https://github.com/HomuHomu833/android-ndk-custom/releases/download/r28b/android-ndk-r28b-arm-linux-musleabihf.tar.xz https://github.com/HomuHomu833/android-ndk-custom/releases/download/r28b/android-ndk-r28b-aarch64-linux-musl.tar.xz https://github.com/HomuHomu833/android-ndk-custom/releases/download/r29-beta2/android-ndk-r29-beta2-arm-linux-musleabihf.tar.xz https://github.com/HomuHomu833/android-ndk-custom/releases/download/r29-beta2/android-ndk-r29-beta2-aarch64-linux-musl.tar.xz

hello @HenrySck075

> I have made a [ndk28](https://github.com/zongou/android-build/releases) which can run on Linux / MacOS / Windows / FreeBSD / OpenBSD 7.3 / NetBSD for both the x86_64 and AARCH64 architectures. follow...

seems like Zig (0.16.0-dev.233+a0ec4e270) doesn't provide libc for `riscv32-netbsd-none` when I search in targets. ![Image](https://github.com/user-attachments/assets/47e1afeb-3636-44f8-9401-92dcdd13ef08)

you can use my [Android NDK Custom](https://github.com/HomuHomu833/android-ndk-custom/releases) that supports ridiculus architectures including armhf just download `android-ndk-(release)-arm-linux-musleabihf.tar.xz` and ur good to go

> It is recommended to use Google's [llvm-project](https://android.googlesource.com/toolchain/llvm-project) instead of the official llvm-project, the android-ndk has some specific patches. > > this ensures that the clang version is consistent with...

> Um, you can add a Dockerfile so that others can build locally. uhhh I mostly relay on GitHub Actions, I don't know how Docker works sorry but I'm open...

this is mean to run in only android I think