Skip to content
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

Provide support for aarch64-apple-darwin. #57

Open
pauliesnug opened this issue Jun 16, 2024 · 2 comments
Open

Provide support for aarch64-apple-darwin. #57

pauliesnug opened this issue Jun 16, 2024 · 2 comments

Comments

@pauliesnug
Copy link

pauliesnug commented Jun 16, 2024

Is it possible to support Apple Silicon? When I build on aarch64-apple-darwin, I recieve a compiler error because the arch/x86 modules aren't registered.

I noticed a comment from the old repo, https://github.com/Hpmason/retour-rs/blob/master/src/arch/mod.rs#L25, which implies plans to add support for aarch64, but is this new fork also planning to implement it?

@Hpmason
Copy link
Owner

Hpmason commented Jun 19, 2024

I would definitely like to support more targets, including aarch64-apple-darwin, sadly I don't have a machine to test it with. I'm pretty sure I can get compilation working by cross compiling with zig cc, but running/testing it is another thing. If you have an Apple Silicon device and have the time to help test it, I'd be happy to start work on an implementation!

@pauliesnug
Copy link
Author

I would definitely like to support more targets, including aarch64-apple-darwin, sadly I don't have a machine to test it with. I'm pretty sure I can get compilation working by cross compiling with zig cc, but running/testing it is another thing. If you have an Apple Silicon device and have the time to help test it, I'd be happy to start work on an implementation!

I'd love to test it! I do have an Apple Silicon device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants