Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. $ make ymd96:default
  2. Making ymd96 with keymap default
  3.  
  4. avr-gcc.exe (AVR_8_bit_GNU_Toolchain_3.5.4_1709) 4.9.2
  5. Copyright (C) 2014 Free Software Foundation, Inc.
  6. This is free software; see the source for copying conditions. There is NO
  7. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  8.  
  9. Size before:
  10. text data bss dec hex filename
  11. 0 26828 0 26828 68cc ./.build/ymd96_default.hex
  12.  
  13. Compiling: keyboards/ymd96/matrix.c [OK]
  14. Compiling: keyboards/ymd96/i2c.c [OK]
  15. Compiling: keyboards/ymd96/ymd96.c [OK]
  16. Compiling: keyboards/ymd96/keymaps/default/keymap.c keyboards/ymd96/keymaps/default/keymap.c:46:5: error: implicit declaration of function 'TD' [-Werror=implicit-function-declaration]
  17. [_DEFLT] = KEYMAP(
  18. ^
  19. keyboards/ymd96/keymaps/default/keymap.c:46:5: error: initializer element is not constant
  20. keyboards/ymd96/keymaps/default/keymap.c:46:5: error: (near initialization for 'keymaps[0][5][2]')
  21. keyboards/ymd96/keymaps/default/keymap.c:46:5: error: initializer element is not constant
  22. keyboards/ymd96/keymaps/default/keymap.c:46:5: error: (near initialization for 'keymaps[0][5][3]')
  23. keyboards/ymd96/keymaps/default/keymap.c:74:1: error: unknown type name 'qk_tap_dance_action_t'
  24. qk_tap_dance_action_t tap_dance_actions[] = {
  25. ^
  26. keyboards/ymd96/keymaps/default/keymap.c:75:3: error: implicit declaration of function 'ACTION_TAP_DANCE_DOUBLE' [-Werror=implicit-function-declaration]
  27. [TD_F1] = ACTION_TAP_DANCE_DOUBLE(KC_1, KC_F1),
  28. ^
  29. keyboards/ymd96/keymaps/default/keymap.c:75:3: error: initializer element is not constant
  30. keyboards/ymd96/keymaps/default/keymap.c:75:3: error: (near initialization for 'tap_dance_actions[0]')
  31. keyboards/ymd96/keymaps/default/keymap.c:76:3: error: initializer element is not constant
  32. [TD_F2] = ACTION_TAP_DANCE_DOUBLE(KC_2, KC_F2),
  33. ^
  34. keyboards/ymd96/keymaps/default/keymap.c:76:3: error: (near initialization for 'tap_dance_actions[1]')
  35. cc1.exe: all warnings being treated as errors
  36. [ERRORS]
  37. |
  38. |
  39. |
  40. make[1]: *** [tmk_core/rules.mk:360: .build/obj_ymd96_default/keyboards/ymd96/keymaps/default/keymap.o] Error 1
  41. Make finished with errors
  42. make: *** [Makefile:543: ymd96:default] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement