Instruct macos users to use avr-gcc@7 to avoid LUFA errors#3337
Merged
drashna merged 1 commit intoqmk:masterfrom Jul 8, 2018
Merged
Instruct macos users to use avr-gcc@7 to avoid LUFA errors#3337drashna merged 1 commit intoqmk:masterfrom
drashna merged 1 commit intoqmk:masterfrom
Conversation
If you run `brew install avr-gcc`, you get a version that has compatibility issues with LUFA. I updated the getting started guide for osx, the qmk_install setup script, and added a section to the FAQ for folks like me who accidentally updated avr-gcc past 7. resolves qmk#3256
Contributor
Author
|
for future reading: https://docs.brew.sh/Versions |
Contributor
Author
|
Tested with Homebrew 1.6.9… as per @yanfali's helpful suggestions. |
Contributor
|
LGTM. Thanks! |
Member
|
Thanks |
alexey-danilov
pushed a commit
to alexey-danilov/qmk_firmware
that referenced
this pull request
Jul 27, 2018
If you run `brew install avr-gcc`, you get a version that has compatibility issues with LUFA. I updated the getting started guide for osx, the qmk_install setup script, and added a section to the FAQ for folks like me who accidentally updated avr-gcc past 7.
muramasa64
added a commit
to muramasa64/helix
that referenced
this pull request
Aug 25, 2018
muramasa64
added a commit
to muramasa64/helix
that referenced
this pull request
Aug 25, 2018
evantravers
added a commit
to evantravers/qmk_firmware
that referenced
this pull request
Sep 11, 2018
This reverts commit 0d5a8b0.
ChrissiQ
pushed a commit
to ChrissiQ/qmk_firmware
that referenced
this pull request
Sep 25, 2018
If you run `brew install avr-gcc`, you get a version that has compatibility issues with LUFA. I updated the getting started guide for osx, the qmk_install setup script, and added a section to the FAQ for folks like me who accidentally updated avr-gcc past 7.
yamad
pushed a commit
to yamad/qmk_firmware
that referenced
this pull request
Apr 10, 2019
If you run `brew install avr-gcc`, you get a version that has compatibility issues with LUFA. I updated the getting started guide for osx, the qmk_install setup script, and added a section to the FAQ for folks like me who accidentally updated avr-gcc past 7.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If you run
brew install avr-gcc, you get a version that hascompatibility issues with LUFA. I updated the getting started guide for
osx, the qmk_install setup script, and added a section to the FAQ for
folks like me who accidentally updated avr-gcc past 7.
Example error scrollback: https://gist.github.com/0a4f20bb5e4fec185d07dff8fd112039
resolves #3256