-
Notifications
You must be signed in to change notification settings - Fork 21
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
Make fails on arm64 #12
Comments
Same issue on my Mac mini M1 running Xcode 13.4.1 |
Same issue with MacBook Pro M1 / Ventura / Xcode 14 |
I finally managed to build for arm64 on M1 Mac:
In Xcode you can see generated errors more easily, I added two frameworks In Build Setting > Apple Clang Custom Compiler flags > other flags > debug
if unaligned pointer error General > Deployment info > Deployment target > 11.0 |
This worked for me! Thanks 🙌 |
There is a pointer alignement problem for arm64 arch (macOS)
Is compilation working on amd64 ?
The text was updated successfully, but these errors were encountered: