Skip to content

Instantly share code, notes, and snippets.

@ErinCall
Created October 24, 2017 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ErinCall/02b7a392c78903bc20d4b3eddc43b85e to your computer and use it in GitHub Desktop.
Save ErinCall/02b7a392c78903bc20d4b3eddc43b85e to your computer and use it in GitHub Desktop.
QMK Firmware v0.5.132
Making handwired/dactyl with keymap default
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
[ERRORS]
|
|
|
make[1]: *** [.build/obj_handwired_dactyl_default/keyboards/handwired/dactyl/keymaps/default/keymap.o] Error 1
make: *** [handwired-dactyl-default] Error 1
Make finished with errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment