Created
October 24, 2017 20:26
-
-
Save ErinCall/02b7a392c78903bc20d4b3eddc43b85e to your computer and use it in GitHub Desktop.
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
QMK Firmware v0.5.132 | |
Making [1mhandwired/dactyl[0m with keymap [1mdefault[0m | |
avr-gcc (GCC) 4.8.1 | |
Copyright (C) 2013 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
Size before: | |
text data bss dec hex filename | |
0 19980 0 19980 4e0c handwired_dactyl_default.hex | |
Compiling: keyboards/handwired/dactyl/keymaps/default/keymap.c keyboards/handwired/dactyl/keymaps/default/keymap.c:84:1: error: braces around scalar initializer [-Werror] | |
[SYMB] = LAYOUT_dactyl( | |
^ | |
keyboards/handwired/dactyl/keymaps/default/keymap.c:84:1: error: (near initialization for 'keymaps[0][1][0]') [-Werror] | |
keyboards/handwired/dactyl/keymaps/default/keymap.c:84:1: error: excess elements in scalar initializer [-Werror] | |
<Snip: those two lines 69 more times (once for each of 70 keys...)> | |
keyboards/handwired/dactyl/keymaps/default/keymap.c:126:1: error: braces around scalar initializer [-Werror] | |
[MDIA] = LAYOUT_dactyl( | |
^ | |
keyboards/handwired/dactyl/keymaps/default/keymap.c:126:1: error: (near initialization for 'keymaps[0][1][2]') [-Werror] | |
keyboards/handwired/dactyl/keymaps/default/keymap.c:126:1: error: braces around scalar initializer [-Werror] | |
<Snip: those two lines 69 more times> | |
keyboards/handwired/dactyl/keymaps/default/keymap.c:145:2: error: expected '}' before ';' token | |
}; | |
^ | |
cc1: all warnings being treated as errors | |
[31;01m[ERRORS][0m | |
| | |
| | |
| | |
make[1]: *** [.build/obj_handwired_dactyl_default/keyboards/handwired/dactyl/keymaps/default/keymap.o] Error 1 | |
make: *** [handwired-dactyl-default] Error 1 | |
[31;01mMake finished with errors | |
[0m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment