-
Notifications
You must be signed in to change notification settings - Fork 25
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
ARM support #37
Comments
Some support for splitting up architecture-specific code was added in #36; I don't know if ARM64 is doable right now because I don't have an ARM machine to test with, and cross-compiling is giving me a hell of a time locally. I'm open to PRs for it tho! |
I just ran cross compilation with nix and got the following
|
@SuperSandro2000 Yes, the architecture-specific code will currently raise if you build it on any platform other than x86_64. The correct fix to this would be any of
I'm open to PRs for any of these if anyone wants to open one at some point. I'm not currently in a position where I'm capable of dedicating time to this, and I don't know when that'll change. |
Adding ARM64 support should be easy with the following steps:
I have already ported the ptrace feature to architectures that support My riscv64 support PR(#52) can be taken as a reference. |
Would it be possible to support ARM64? Doesn't seem to compile on Asahi Linux.
The text was updated successfully, but these errors were encountered: