Guest User

drunken octopus compile error

a guest
Mar 29th, 2021
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.25 KB | None | 0 0
  1. gleb@GLEB01-PC:~/wingleb/marlin$ sudo ./build-firmware.sh -c ./config/examples/AlephObjects/custom/Oliveoil_TAZ6Archim/Angelfish_Aerostruder/Configuration.h
  2.  
  3. Using /usr/bin/ for arm-none-eabi tools.
  4.  
  5. /usr/bin/arm-none-eabi-gcc
  6. /usr/bin/arm-none-eabi-objcopy
  7. /usr/bin/arm-none-eabi-g++
  8. /usr/bin/arm-none-eabi-objdump
  9. /usr/bin/arm-none-eabi-ar
  10. /usr/bin/arm-none-eabi-size
  11.  
  12. Building dependencies for BOARD_ARCHIM2
  13.  
  14. ------------------------------------------------------------------------------------
  15. --- Making libsam_sam3s4c_gcc_dbg.a
  16. ---
  17. ------------------------------------------------------------------------------------
  18. --- Preparing __SAM3S4C__ files debug_sam3s4c to ../../../cores/arduino
  19. make[1]: [sam3.mk:152: create_output] Error 1 (ignored)
  20. make[1]: [sam3.mk:153: create_output] Error 1 (ignored)
  21. ------------------------------------------------------------------------------------
  22. ------------------------------------------------------------------------------------
  23. ------------------------------------------------------------------------------------
  24. --- Making libsam_sam3u4e_gcc_dbg.a
  25. ---
  26. ------------------------------------------------------------------------------------
  27. --- Preparing __SAM3U4E__ files debug_sam3u4e to ../../../cores/arduino
  28. make[1]: [sam3.mk:152: create_output] Error 1 (ignored)
  29. make[1]: [sam3.mk:153: create_output] Error 1 (ignored)
  30. ------------------------------------------------------------------------------------
  31. ------------------------------------------------------------------------------------
  32. ------------------------------------------------------------------------------------
  33. --- Making libsam_sam3x8e_gcc_dbg.a
  34. ---
  35. ------------------------------------------------------------------------------------
  36. --- Preparing __SAM3X8E__ files debug_sam3x8e to ../../../cores/arduino
  37. make[1]: [sam3.mk:152: create_output] Error 1 (ignored)
  38. make[1]: [sam3.mk:153: create_output] Error 1 (ignored)
  39. ------------------------------------------------------------------------------------
  40. ------------------------------------------------------------------------------------
  41. ------------------------------------------------------------------------------------
  42. --- Making libsam_sam3x8h_gcc_dbg.a
  43. ---
  44. ------------------------------------------------------------------------------------
  45. --- Preparing __SAM3X8H__ files debug_sam3x8h to ../../../cores/arduino
  46. make[1]: [sam3.mk:152: create_output] Error 1 (ignored)
  47. make[1]: [sam3.mk:153: create_output] Error 1 (ignored)
  48. ------------------------------------------------------------------------------------
  49. ------------------------------------------------------------------------------------
  50. ------------------------------------------------------------------------------------
  51. --- Making arduino_due_x
  52. ---
  53. ------------------------------------------------------------------------------------
  54. --- Preparing __SAM3X8E__ files release_sam3x8e to ../../../variants/arduino_due_x
  55. make[1]: [sam3.mk:152: create_output] Error 1 (ignored)
  56. make[1]: [sam3.mk:153: create_output] Error 1 (ignored)
  57. ------------------------------------------------------------------------------------
  58. ------------------------------------------------------------------------------------
  59.  
  60. Building for Oliveoil_TAZ6Archim and Angelfish_Aerostruder with board BOARD_ARCHIM2 (3024)
  61.  
  62. RMDIR applet/
  63. CC ../ArduinoAddons/arduino-1.8.5/packages/ultimachine/hardware/sam/1.6.9-b/cores/arduino/wiring.c
  64.  
  65. ...
  66.  
  67.  
  68. CXX src/lcd/extui/lib/ftdi_eve_touch_ui/screens/base_screen.cpp
  69. In file included from src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.cpp:23:
  70. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/grid_layout.h:108:41: error: 'Hsize' was not declared in this scope
  71. 108 | constexpr uint16_t display_width = Hsize;
  72. | ^~~~~
  73. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/grid_layout.h:109:41: error: 'Vsize' was not declared in this scope
  74. 109 | constexpr uint16_t display_height = Vsize;
  75. | ^~~~~
  76. In file included from src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.h:23,
  77. from src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.cpp:25:
  78. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h: In static member function 'static void UncachedScreen::onRefresh()':
  79. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:161:7: error: 'CommandProcessor' was not declared in this scope
  80. 161 | CommandProcessor cmd;
  81. | ^~~~~~~~~~~~~~~~
  82. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:162:7: error: 'cmd' was not declared in this scope
  83. 162 | cmd.cmd(CMD_DLSTART);
  84. | ^~~
  85. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:162:15: error: 'CMD_DLSTART' was not declared in this scope
  86. 162 | cmd.cmd(CMD_DLSTART);
  87. | ^~~~~~~~~~~
  88. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:169:15: error: 'DL' has not been declared
  89. 169 | cmd.cmd(DL::DL_DISPLAY);
  90. | ^~
  91. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:170:15: error: 'CMD_SWAP' was not declared in this scope; did you mean 'TC_BMR_SWAP'?
  92. 170 | cmd.cmd(CMD_SWAP);
  93. | ^~~~~~~~
  94. | TC_BMR_SWAP
  95. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h: In static member function 'static void CachedScreen<DL_SLOT, DL_SIZE>::gfxError()':
  96. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:180:7: error: 'CommandProcessor' was not declared in this scope
  97. 180 | CommandProcessor cmd;
  98. | ^~~~~~~~~~~~~~~~
  99. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:181:7: error: 'cmd' was not declared in this scope
  100. 181 | cmd.cmd(CMD_DLSTART)
  101. | ^~~
  102. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:181:15: error: 'CMD_DLSTART' was not declared in this scope
  103. 181 | cmd.cmd(CMD_DLSTART)
  104. | ^~~~~~~~~~~
  105. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:182:15: error: there are no arguments to 'CLEAR' that depend on a template parameter, so a declaration of 'CLEAR' must be available [-fpermissive]
  106. 182 | .cmd(CLEAR(true,true,true))
  107. | ^~~~~
  108. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:182:15: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  109. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h: In static member function 'static bool CachedScreen<DL_SLOT, DL_SIZE>::storeBackground(
  110. ':
  111. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:188:7: error: 'DLCache' was not declared in this scope
  112. 188 | DLCache dlcache(DL_SLOT);
  113. | ^~~~~~~
  114. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:189:12: error: 'dlcache' was not declared in this scope
  115. 189 | if (!dlcache.store(DL_SIZE)) {
  116. | ^~~~~~~
  117. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h: In static member function 'static void CachedScreen<DL_SLOT, DL_SIZE>::repaintBackground()':
  118. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:200:7: error: 'DLCache' was not declared in this scope
  119. 200 | DLCache dlcache(DL_SLOT);
  120. | ^~~~~~~
  121. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:201:7: error: 'CommandProcessor' was not declared in this scope
  122. 201 | CommandProcessor cmd;
  123. | ^~~~~~~~~~~~~~~~
  124. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:203:7: error: 'cmd' was not declared in this scope
  125. 203 | cmd.cmd(CMD_DLSTART);
  126. | ^~~
  127. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:203:15: error: 'CMD_DLSTART' was not declared in this scope
  128. 203 | cmd.cmd(CMD_DLSTART);
  129. | ^~~~~~~~~~~
  130. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:209:7: error: 'dlcache' was not declared in this scope
  131. 209 | dlcache.store(DL_SIZE);
  132. | ^~~~~~~
  133. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h: In static member function 'static void CachedScreen<DL_SLOT, DL_SIZE>::onRefresh()':
  134. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:218:7: error: 'DLCache' was not declared in this scope
  135. 218 | DLCache dlcache(DL_SLOT);
  136. | ^~~~~~~
  137. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:219:7: error: 'CommandProcessor' was not declared in this scope
  138. 219 | CommandProcessor cmd;
  139. | ^~~~~~~~~~~~~~~~
  140. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:221:7: error: 'cmd' was not declared in this scope
  141. 221 | cmd.cmd(CMD_DLSTART);
  142. | ^~~
  143. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:221:15: error: 'CMD_DLSTART' was not declared in this scope
  144. 221 | cmd.cmd(CMD_DLSTART);
  145. | ^~~~~~~~~~~
  146. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:223:11: error: 'dlcache' was not declared in this scope
  147. 223 | if (dlcache.has_data()) {
  148. | ^~~~~~~
  149. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:236:15: error: 'DL' has not been declared
  150. 236 | cmd.cmd(DL::DL_DISPLAY);
  151. | ^~
  152. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:237:15: error: 'CMD_SWAP' was not declared in this scope; did you mean 'TC_BMR_SWAP'?
  153. 237 | cmd.cmd(CMD_SWAP);
  154. | ^~~~~~~~
  155. | TC_BMR_SWAP
  156. In file included from src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.cpp:25:
  157. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.h: At global scope:
  158. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.h:26:3: error: variable or field 'draw_adjuster_value' declared void
  159. 26 | CommandProcessor& cmd,
  160. | ^~~~~~~~~~~~~~~~
  161. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.h:26:3: error: 'CommandProcessor' was not declared in this scope
  162. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.h:26:21: error: 'cmd' was not declared in this scope
  163. 26 | CommandProcessor& cmd,
  164. | ^~~
  165. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.h:27:11: error: expected primary-expression before 'x'
  166. 27 | int16_t x, int16_t y, int16_t w, int16_t h,
  167. | ^
  168. src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.h:27:22: error: expected primary-expression before 'y'
  169. 27 | int16_t x, int16_t y, int16_t w, int16_t h,
Advertisement
Add Comment
Please, Sign In to add comment