Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gleb@GLEB01-PC:~/wingleb/marlin$ sudo ./build-firmware.sh -c ./config/examples/AlephObjects/custom/Oliveoil_TAZ6Archim/Angelfish_Aerostruder/Configuration.h
- Using /usr/bin/ for arm-none-eabi tools.
- /usr/bin/arm-none-eabi-gcc
- /usr/bin/arm-none-eabi-objcopy
- /usr/bin/arm-none-eabi-g++
- /usr/bin/arm-none-eabi-objdump
- /usr/bin/arm-none-eabi-ar
- /usr/bin/arm-none-eabi-size
- Building dependencies for BOARD_ARCHIM2
- ------------------------------------------------------------------------------------
- --- Making libsam_sam3s4c_gcc_dbg.a
- ---
- ------------------------------------------------------------------------------------
- --- Preparing __SAM3S4C__ files debug_sam3s4c to ../../../cores/arduino
- make[1]: [sam3.mk:152: create_output] Error 1 (ignored)
- make[1]: [sam3.mk:153: create_output] Error 1 (ignored)
- ------------------------------------------------------------------------------------
- ------------------------------------------------------------------------------------
- ------------------------------------------------------------------------------------
- --- Making libsam_sam3u4e_gcc_dbg.a
- ---
- ------------------------------------------------------------------------------------
- --- Preparing __SAM3U4E__ files debug_sam3u4e to ../../../cores/arduino
- make[1]: [sam3.mk:152: create_output] Error 1 (ignored)
- make[1]: [sam3.mk:153: create_output] Error 1 (ignored)
- ------------------------------------------------------------------------------------
- ------------------------------------------------------------------------------------
- ------------------------------------------------------------------------------------
- --- Making libsam_sam3x8e_gcc_dbg.a
- ---
- ------------------------------------------------------------------------------------
- --- Preparing __SAM3X8E__ files debug_sam3x8e to ../../../cores/arduino
- make[1]: [sam3.mk:152: create_output] Error 1 (ignored)
- make[1]: [sam3.mk:153: create_output] Error 1 (ignored)
- ------------------------------------------------------------------------------------
- ------------------------------------------------------------------------------------
- ------------------------------------------------------------------------------------
- --- Making libsam_sam3x8h_gcc_dbg.a
- ---
- ------------------------------------------------------------------------------------
- --- Preparing __SAM3X8H__ files debug_sam3x8h to ../../../cores/arduino
- make[1]: [sam3.mk:152: create_output] Error 1 (ignored)
- make[1]: [sam3.mk:153: create_output] Error 1 (ignored)
- ------------------------------------------------------------------------------------
- ------------------------------------------------------------------------------------
- ------------------------------------------------------------------------------------
- --- Making arduino_due_x
- ---
- ------------------------------------------------------------------------------------
- --- Preparing __SAM3X8E__ files release_sam3x8e to ../../../variants/arduino_due_x
- make[1]: [sam3.mk:152: create_output] Error 1 (ignored)
- make[1]: [sam3.mk:153: create_output] Error 1 (ignored)
- ------------------------------------------------------------------------------------
- ------------------------------------------------------------------------------------
- Building for Oliveoil_TAZ6Archim and Angelfish_Aerostruder with board BOARD_ARCHIM2 (3024)
- RMDIR applet/
- CC ../ArduinoAddons/arduino-1.8.5/packages/ultimachine/hardware/sam/1.6.9-b/cores/arduino/wiring.c
- ...
- CXX src/lcd/extui/lib/ftdi_eve_touch_ui/screens/base_screen.cpp
- In file included from src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.cpp:23:
- 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
- 108 | constexpr uint16_t display_width = Hsize;
- | ^~~~~
- 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
- 109 | constexpr uint16_t display_height = Vsize;
- | ^~~~~
- In file included from src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.h:23,
- from src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.cpp:25:
- src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h: In static member function 'static void UncachedScreen::onRefresh()':
- 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
- 161 | CommandProcessor cmd;
- | ^~~~~~~~~~~~~~~~
- 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
- 162 | cmd.cmd(CMD_DLSTART);
- | ^~~
- 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
- 162 | cmd.cmd(CMD_DLSTART);
- | ^~~~~~~~~~~
- src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:169:15: error: 'DL' has not been declared
- 169 | cmd.cmd(DL::DL_DISPLAY);
- | ^~
- 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'?
- 170 | cmd.cmd(CMD_SWAP);
- | ^~~~~~~~
- | TC_BMR_SWAP
- 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()':
- 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
- 180 | CommandProcessor cmd;
- | ^~~~~~~~~~~~~~~~
- 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
- 181 | cmd.cmd(CMD_DLSTART)
- | ^~~
- 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
- 181 | cmd.cmd(CMD_DLSTART)
- | ^~~~~~~~~~~
- 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]
- 182 | .cmd(CLEAR(true,true,true))
- | ^~~~~
- 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)
- 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(
- ':
- 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
- 188 | DLCache dlcache(DL_SLOT);
- | ^~~~~~~
- 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
- 189 | if (!dlcache.store(DL_SIZE)) {
- | ^~~~~~~
- 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()':
- 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
- 200 | DLCache dlcache(DL_SLOT);
- | ^~~~~~~
- 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
- 201 | CommandProcessor cmd;
- | ^~~~~~~~~~~~~~~~
- 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
- 203 | cmd.cmd(CMD_DLSTART);
- | ^~~
- 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
- 203 | cmd.cmd(CMD_DLSTART);
- | ^~~~~~~~~~~
- 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
- 209 | dlcache.store(DL_SIZE);
- | ^~~~~~~
- 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()':
- 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
- 218 | DLCache dlcache(DL_SLOT);
- | ^~~~~~~
- 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
- 219 | CommandProcessor cmd;
- | ^~~~~~~~~~~~~~~~
- 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
- 221 | cmd.cmd(CMD_DLSTART);
- | ^~~
- 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
- 221 | cmd.cmd(CMD_DLSTART);
- | ^~~~~~~~~~~
- 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
- 223 | if (dlcache.has_data()) {
- | ^~~~~~~
- src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/../extended/screen_types.h:236:15: error: 'DL' has not been declared
- 236 | cmd.cmd(DL::DL_DISPLAY);
- | ^~
- 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'?
- 237 | cmd.cmd(CMD_SWAP);
- | ^~~~~~~~
- | TC_BMR_SWAP
- In file included from src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.cpp:25:
- src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.h: At global scope:
- 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
- 26 | CommandProcessor& cmd,
- | ^~~~~~~~~~~~~~~~
- 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
- 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
- 26 | CommandProcessor& cmd,
- | ^~~
- src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.h:27:11: error: expected primary-expression before 'x'
- 27 | int16_t x, int16_t y, int16_t w, int16_t h,
- | ^
- src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/extras/adjuster_widget.h:27:22: error: expected primary-expression before 'y'
- 27 | int16_t x, int16_t y, int16_t w, int16_t h,
Advertisement
Add Comment
Please, Sign In to add comment