-
Notifications
You must be signed in to change notification settings - Fork 108
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
Can't build toolchain on mac os arm M1 apple silicon aarch64 #461
Comments
I got it to build. Here is what I did:
|
I'd like to request that someone review my changes and test them on their own system to confirm. Then maybe we can do a pull request? |
On my Mac OS M1 with Ventura, I do have zlib installed on Homebrew, but I don't think it's using that one (as the build script, as you noted, doesn't make an effort to use it). I think it's using a "system" one. I think the system one that I have is installed with XCode command line tools. What happens if you run Alternatively we can try to use zlib from homebrew, but we need a solution that doesn't involve changing |
Thanks for looking into this.
I think the main change that fixed the compilation issues was to remove the
|
Fixed on both stable and unstable by #483 |
Hey - I tried to follow the install guide here, but unfortunately have an error - looks like an issue with the mac os libz? I tried removing
--with-system-zlib
from the gcc configure, but got a whole bunch of errors forstddef.h
Here is what I did so far:
https://github.com/DragonMinded/libdragon/wiki/Installing-libdragon
Computer model and OS: 2022 macbook air - Apple M2, 16gb ram, macOS Ventura 13.1
Homebrew version
Homebrew installed packages
I attached the full build log, but here is the bit where I think the error occurred:
all_build_log.txt
The text was updated successfully, but these errors were encountered: