-
-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Unable to compile: avr-gcc.exe: error: unrecognized command line option '-fdiagnostics-color' #445
Comments
You can disable this temporarily by doing |
Hey, @NoahAndrews - if you get the chance, could you help me figure out what a good way to divert errors to null is on any system? The ifeq ("$(shell echo "int main(){}" | $(CC) -fdiagnostics-color -x c - -o /dev/null 2>&1)", "")
CFLAGS+= -fdiagnostics-color
endif isn't working on Windows like I thought it would. |
To anyone who finds this, use the MHV AVR Tools command line environment instead of the standard Windows one to make colors work correctly. It may also be called Inferno AVR Tools. @jackhumbert: I think we can close this now |
Sounds good - thanks! |
* add reviung53 vial files * Revert "add reviung53 vial files" This reverts commit 074be536deda760843efda31f0c5ee9dbbb5a5e7. * add absinthe vial files * enable lto and disable qmk settings * set vial tap dance entries * prettify * correct formatting * Remove via specific lines * Add lighting * Update keyboards/keyhive/absinthe/keymaps/vial/keymap.c Co-authored-by: Less/Rikki <[email protected]> * Update keyboards/keyhive/absinthe/keymaps/vial/rules.mk Co-authored-by: Less/Rikki <[email protected]> --------- Co-authored-by: Less/Rikki <[email protected]>
I pulled the latest changes and I am receiving the following error when attempting to
make
the default Satan keymap:After digging, it looks like an
else
was removed fromrules.mk
on the pr: 13bb6b4 on line 134. Hope this helps!The text was updated successfully, but these errors were encountered: