-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
[Bug] Brew install failing at osx-cross/arm/arm-none-eabi-gcc@8 on M2 Mac #78
Comments
As per the bottom of the compiler output. |
I'm currently working on getting Apple Silicon bottles built over on osx-cross/avr, so people running Sonoma and higher won't need to wait for Brew to compile the toolchains locally anymore. Once that's finished I'll do the same for the ARM tap, and hopefully will be able to figure this out. |
Just wanted to add a note that this appears to be an issue with the macOS 14.4 SDK; I just reinstalled XCode 15.2.0 and temporarily symlinked the older 14.2 SDK in place of 14.4 and the qmk install completed just fine, albeit slow as ever (for me at least) as it's still compiling the toolchain locally. |
That's useful to know, thanks! It appears the Sonoma ARM64 GHA runner currently does not have the 14.4 SDK: https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#installed-sdks So this probably wouldn't be an issue for building bottles, at least right now. In the meantime though, the runner could very well be updated while I'm still working on the changes for the AVR toolchain. |
Describe the Bug
Sonoma 14.2.1 M2 Pro
Homebrew 4.2.12
Additional Context?
No response
The text was updated successfully, but these errors were encountered: