-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cross compile target for ARM & maybe provide binaries #28
Comments
I tried the same, but after installing all the dependencies, I can compile everything, but I cannot link it. |
@Le0X8 At least you can finish the process by using Termux on Android (or well, any kind of terminal on a mobile Linux distribution but that's still a niche). You just need to remove Binaries for ARMv8 based devices running Android (and other things using bionic) and postmarketOS (and other things using musl): |
if someone can remove the dep folder completely i can add it to termux-packages both Ubuntu arm and termux has capstone i don't understand why add two gig of deps because windows it almost built out if the box except a linker error that i could not fix should be easy unless all functions were renamed in version 4 here is the Ubuntu arm build that i ran from my phone i updated the command to use clang to mimick the native termux environment that doesn't have gcc
|
related command that might help anyone reading this thread this will work directly in termux without any patches
|
I would like this to be usable on Android devices in Termux (at least on armv7l and aarch64) and for that I would like to cross compile it on my x86_64 system running Arch Linux.
Would also be nice if binaries for ARM could be added (then I would not even need to compile it, but it would still be nice to have the option)
The text was updated successfully, but these errors were encountered: