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

[Feature Request] Support for M1 Macs #12

Closed
lucastrvsn opened this issue Apr 21, 2021 · 4 comments
Closed

[Feature Request] Support for M1 Macs #12

lucastrvsn opened this issue Apr 21, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@lucastrvsn
Copy link

Hello! I'm unable to use qmk cli on my m1 macbook. Can this be upgrade to support m1 macs?

@lucastrvsn lucastrvsn added the enhancement New feature or request label Apr 21, 2021
@skullydazed
Copy link
Member

This is not something within our power to do at this time. We have to wait for many upstream tools, including gcc. Your best bet for now is to follow this workaround: osx-cross/homebrew-avr#220 (comment)

We'll leave this open for now so others can find this solution.

@drashna drashna pinned this issue Jul 2, 2021
@mguterl
Copy link

mguterl commented Feb 14, 2022

@skullydazed @drashna I believe this can be closed now. I was able to install QMK with my ARM homebrew and it compiled my firmware without issues.

The formula for avr-gcc@8 is "keg-only" and you must manually add avr-gcc to your PATH: export PATH="/opt/homebrew/opt/avr-gcc@8/bin:$PATH".

@fauxpark
Copy link
Member

The install process should do that automatically: https://github.com/qmk/qmk_firmware/blob/master/util/install/macos.sh#L22

@mguterl
Copy link

mguterl commented Feb 14, 2022

The install process should do that automatically: https://github.com/qmk/qmk_firmware/blob/master/util/install/macos.sh#L22

Thanks, I undid my PATH changes, ran qmk setup, and this works! I forgot to run qmk setup again after installing the package with my ARM homebrew.

@tzarc tzarc closed this as completed May 22, 2022
@fauxpark fauxpark unpinned this issue Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants