Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.39 KB | None | 0 0
  1. root@debian:~# cat rado.los
  2. WARNING:
  3. Some git sub-modules are out of date or modified, please consider runnning:
  4. git submodule sync --recursive
  5. git submodule update --init --recursive
  6.  
  7. You can ignore this warning if you are not compiling any ChibiOS keyboards,
  8. or if you have modified the ChibiOS libraries yourself.
  9.  
  10. Making ergodox/ez with keymap rado
  11.  
  12. avr-gcc (GCC) 4.9.2
  13. Copyright (C) 2014 Free Software Foundation, Inc.
  14. This is free software; see the source for copying conditions. There is NO
  15. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  16.  
  17. Compiling: keyboards/ergodox/ez/twimaster.c [OK]
  18. Compiling: keyboards/ergodox/ez/matrix.c [OK]
  19. Compiling: keyboards/ergodox/ergodox.c [OK]
  20. Compiling: keyboards/ergodox/keymaps/rado/keymap.cIn file included from ./tmk_core/common/print.h:41:0,
  21. from ./tmk_core/common/debug.h:22,
  22. from ./quantum/keymap.h:32,
  23. from ./quantum/quantum.h:26,
  24. from keyboards/ergodox/ez/ez.h:4,
  25. from keyboards/ergodox/ergodox.h:4,
  26. from keyboards/ergodox/keymaps/rado/keymap.c:1:
  27. keyboards/ergodox/keymaps/rado/keymap.c: In function ‘action_function’:
  28. ./tmk_core/common/print.h:63:45: error: expected expression before ‘...’ token
  29. # define uprintf(fmt, ...) xprintf(fmt, ...)
  30. ^
  31. ./tmk_core/common/avr/xprintf.h:54:67: note: in definition of macro ‘xprintf’
  32. #define xprintf(format, ...) __xprintf(PSTR(format), ##__VA_ARGS__)
  33. ^
  34. keyboards/ergodox/keymaps/rado/keymap.c:49:3: note: in expansion of macro ‘uprintf’
  35. uprintf("%d action\n", id);
  36. ^
  37. ./tmk_core/common/print.h:63:45: error: expected expression before ‘...’ token
  38. # define uprintf(fmt, ...) xprintf(fmt, ...)
  39. ^
  40. ./tmk_core/common/avr/xprintf.h:54:67: note: in definition of macro ‘xprintf’
  41. #define xprintf(format, ...) __xprintf(PSTR(format), ##__VA_ARGS__)
  42. ^
  43. keyboards/ergodox/keymaps/rado/keymap.c:54:9: note: in expansion of macro ‘uprintf’
  44. uprintf("%d a pressed\n", id);
  45. ^
  46. ./tmk_core/common/print.h:63:45: error: expected expression before ‘...’ token
  47. # define uprintf(fmt, ...) xprintf(fmt, ...)
  48. ^
  49. ./tmk_core/common/avr/xprintf.h:54:67: note: in definition of macro ‘xprintf’
  50. #define xprintf(format, ...) __xprintf(PSTR(format), ##__VA_ARGS__)
  51. ^
  52. keyboards/ergodox/keymaps/rado/keymap.c:59:9: note: in expansion of macro ‘uprintf’
  53. uprintf("%d a release\n", id);
  54. ^
  55. ./tmk_core/common/print.h:63:45: error: expected expression before ‘...’ token
  56. # define uprintf(fmt, ...) xprintf(fmt, ...)
  57. ^
  58. ./tmk_core/common/avr/xprintf.h:54:67: note: in definition of macro ‘xprintf’
  59. #define xprintf(format, ...) __xprintf(PSTR(format), ##__VA_ARGS__)
  60. ^
  61. keyboards/ergodox/keymaps/rado/keymap.c:64:8: note: in expansion of macro ‘uprintf’
  62. uprintf("aaa\n");
  63. ^
  64. keyboards/ergodox/keymaps/rado/keymap.c: In function ‘process_record_user’:
  65. ./tmk_core/common/print.h:63:45: error: expected expression before ‘...’ token
  66. # define uprintf(fmt, ...) xprintf(fmt, ...)
  67. ^
  68. ./tmk_core/common/avr/xprintf.h:54:67: note: in definition of macro ‘xprintf’
  69. #define xprintf(format, ...) __xprintf(PSTR(format), ##__VA_ARGS__)
  70. ^
  71. keyboards/ergodox/keymaps/rado/keymap.c:75:3: note: in expansion of macro ‘uprintf’
  72. uprintf("record %d %d %d\n", layer_mychars, keycode, aux_keycode);
  73. ^
  74. ./tmk_core/common/print.h:63:45: error: expected expression before ‘...’ token
  75. # define uprintf(fmt, ...) xprintf(fmt, ...)
  76. ^
  77. ./tmk_core/common/avr/xprintf.h:54:67: note: in definition of macro ‘xprintf’
  78. #define xprintf(format, ...) __xprintf(PSTR(format), ##__VA_ARGS__)
  79. ^
  80. keyboards/ergodox/keymaps/rado/keymap.c:90:11: note: in expansion of macro ‘uprintf’
  81. uprintf("r pressed\n");
  82. ^
  83. ./tmk_core/common/print.h:63:45: error: expected expression before ‘...’ token
  84. # define uprintf(fmt, ...) xprintf(fmt, ...)
  85. ^
  86. ./tmk_core/common/avr/xprintf.h:54:67: note: in definition of macro ‘xprintf’
  87. #define xprintf(format, ...) __xprintf(PSTR(format), ##__VA_ARGS__)
  88. ^
  89. keyboards/ergodox/keymaps/rado/keymap.c:94:11: note: in expansion of macro ‘uprintf’
  90. uprintf("r release\n");
  91. ^
  92. ./tmk_core/common/print.h:63:45: error: expected expression before ‘...’ token
  93. # define uprintf(fmt, ...) xprintf(fmt, ...)
  94. ^
  95. ./tmk_core/common/avr/xprintf.h:54:67: note: in definition of macro ‘xprintf’
  96. #define xprintf(format, ...) __xprintf(PSTR(format), ##__VA_ARGS__)
  97. ^
  98. keyboards/ergodox/keymaps/rado/keymap.c:111:5: note: in expansion of macro ‘uprintf’
  99. uprintf("exit layer, release key catching\n");
  100. ^
  101. ./tmk_core/common/print.h:63:45: error: expected expression before ‘...’ token
  102. # define uprintf(fmt, ...) xprintf(fmt, ...)
  103. ^
  104. ./tmk_core/common/avr/xprintf.h:54:67: note: in definition of macro ‘xprintf’
  105. #define xprintf(format, ...) __xprintf(PSTR(format), ##__VA_ARGS__)
  106. ^
  107. keyboards/ergodox/keymaps/rado/keymap.c:113:5: note: in expansion of macro ‘uprintf’
  108. uprintf("rrr\n");
  109. ^
  110. [ERRORS]
  111.  
  112.  
  113.  
  114. tmk_core/rules.mk:358: recipe for target '.build/obj_ergodox_ez_rado/keyboards/ergodox/keymaps/rado/keymap.o' failed
  115. make[1]: *** [.build/obj_ergodox_ez_rado/keyboards/ergodox/keymaps/rado/keymap.o] Error 1
  116. ../../Makefile:498: recipe for target 'rado' failed
  117. make: *** [rado] Error 1
  118. Make finished with errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement