Guest User

Untitled

a guest
Jan 11th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.61 KB | None | 0 0
  1. In file included from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/ftdi_extended.h:44:0,
  2. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/ftdi_eve_lib.h:27,
  3. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\flash_storage.cpp:27:
  4. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/command_processor.h: In member function 'CommandProcessor& CommandProcessor::toggle2(int16_t, int16_t, int16_t, int16_t, progmem_str, progmem_str, bool, uint16_t)':
  5. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/command_processor.h:232:7: error: 'strcat_P' was not declared in
  6. this scope
  7. strcat_P(text, (const char *)yes);
  8. ^~~~~~~~
  9. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/command_processor.h:232:7: note: suggested alternative: 'strcat'
  10. strcat_P(text, (const char *)yes);
  11. ^~~~~~~~
  12. strcat
  13. In file included from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/ftdi_extended.h:45:0,
  14. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/ftdi_eve_lib.h:27,
  15. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\flash_storage.cpp:27:
  16. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h: In member function 'void ScreenRef::onStartup()':
  17. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared
  18. in this scope
  19. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  20. ^
  21. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:95:37: note: in expansion of macro 'GET_METHOD'
  22. void onStartup() {GET_METHOD(type, onStartup)();}
  23. ^~~~~~~~~~
  24. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\commands.cpp: In static member function 'static void CLCD::host_cmd(unsigned char, unsigned char)':
  25. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\commands.cpp:83:23: error: reference to 'ACTIVE' is ambiguous
  26. if (host_command != ACTIVE) {
  27. ^~~~~~
  28. In file included from C:\Users\Tim\.platformio\packages\framework-arduino-lpc176x\cores\arduino/HardwareSerial.h:32:0,
  29. from C:\Users\Tim\.platformio\packages\framework-arduino-lpc176x\cores\arduino/Arduino.h:173,
  30. from c:\users\tim\documents\3d_drucker\marlin_download\testftdi\marlin-bugfix-2.0.x\marlin\src\hal\shared\marduino.h:36,
  31. from c:\users\tim\documents\3d_drucker\marlin_download\testftdi\marlin-bugfix-2.0.x\marlin\src\hal\hal_lpc1768\hal.h:39,
  32. from c:\users\tim\documents\3d_drucker\marlin_download\testftdi\marlin-bugfix-2.0.x\marlin\src\hal\hal.h:26,
  33. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\../../../../../../inc/MarlinConfig.h:30,
  34. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\../../../../ui_api.h:45,
  35. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\../../compat.h:31,
  36. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\../../config.h:24,
  37. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\../compat.h:20,
  38. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\ftdi_basic.h:25,
  39. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\commands.cpp:23:
  40. C:\Users\Tim\.platformio\packages\framework-arduino-lpc176x\system\CMSIS\include/lpc17xx_uart.h:458:2: note: candidates are: UART1_SignalState ACTIVE
  41. ACTIVE = !INACTIVE /* Active state */
  42. ^~~~~~
  43. In file included from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\ftdi_basic.h:34:0,
  44. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\commands.cpp:23:
  45. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\constants.h:75:21: note: constexpr const uint8_t FTDI::ACTIVE
  46. constexpr uint8_t ACTIVE = 0x00;
  47. ^~~~~~
  48. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  49. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  50. ^
  51. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:95:37: note: in expansion of macro 'GET_METHOD'
  52. void onStartup() {GET_METHOD(type, onStartup)();}
  53. ^~~~~~~~~~
  54. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\commands.cpp: In static member function 'static void CLCD::init()':
  55. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\commands.cpp:1065:12: error: reference to 'ACTIVE' is ambiguous
  56. host_cmd(ACTIVE, 0); // Activate the System Clock
  57. ^~~~~~
  58. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\spi.cpp:31:60: error: 'SPI_MODE0' was not declared in this scope
  59. SPISettings SPI::spi_settings(SPI_FREQUENCY, MSBFIRST, SPI_MODE0);
  60. ^~~~~~~~~
  61. In file included from C:\Users\Tim\.platformio\packages\framework-arduino-lpc176x\cores\arduino/HardwareSerial.h:32:0,
  62. from C:\Users\Tim\.platformio\packages\framework-arduino-lpc176x\cores\arduino/Arduino.h:173,
  63. from c:\users\tim\documents\3d_drucker\marlin_download\testftdi\marlin-bugfix-2.0.x\marlin\src\hal\shared\marduino.h:36,
  64. from c:\users\tim\documents\3d_drucker\marlin_download\testftdi\marlin-bugfix-2.0.x\marlin\src\hal\hal_lpc1768\hal.h:39,
  65. from c:\users\tim\documents\3d_drucker\marlin_download\testftdi\marlin-bugfix-2.0.x\marlin\src\hal\hal.h:26,
  66. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\../../../../../../inc/MarlinConfig.h:30,
  67. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\../../../../ui_api.h:45,
  68. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\../../compat.h:31,
  69. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\../../config.h:24,
  70. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\../compat.h:20,
  71. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\ftdi_basic.h:25,
  72. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\commands.cpp:23:
  73. C:\Users\Tim\.platformio\packages\framework-arduino-lpc176x\system\CMSIS\include/lpc17xx_uart.h:458:2: note: candidates are: UART1_SignalState ACTIVE
  74. ACTIVE = !INACTIVE /* Active state */
  75. ^~~~~~
  76. In file included from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\ftdi_basic.h:34:0,
  77. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\commands.cpp:23:
  78. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\constants.h:75:21: note: constexpr const uint8_t FTDI::ACTIVE
  79. constexpr uint8_t ACTIVE = 0x00;
  80. ^~~~~~
  81. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h: In member function 'void ScreenRef::onEntry()':
  82. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared
  83. in this scope
  84. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  85. ^
  86. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:96:37: note: in expansion of macro 'GET_METHOD'
  87. void onEntry() {GET_METHOD(type, onEntry)();}
  88. ^~~~~~~~~~
  89. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\spi.cpp:31:60: note: suggested alternative: 'SPI_MODE3'
  90. SPISettings SPI::spi_settings(SPI_FREQUENCY, MSBFIRST, SPI_MODE0);
  91. ^~~~~~~~~
  92. SPI_MODE3
  93. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\spi.cpp: In function 'void FTDI::SPI::spi_read_bulk(void*, uint16_t)':
  94. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\spi.cpp:96:28: error: no matching function for call to 'SPIClass::transfer(uint8_t*&, uint16_t&)'
  95. ::SPI.transfer(p, len);
  96. ^
  97. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  98. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  99. ^
  100. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:96:37: note: in expansion of macro 'GET_METHOD'
  101. void onEntry() {GET_METHOD(type, onEntry)();}
  102. ^~~~~~~~~~
  103. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h: In member function 'void ScreenRef::onExit()':
  104. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared
  105. in this scope
  106. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  107. ^
  108. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:97:37: note: in expansion of macro 'GET_METHOD'
  109. void onExit() {GET_METHOD(type, onExit)();}
  110. ^~~~~~~~~~
  111. In file included from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\spi.h:26:0,
  112. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\ftdi_basic.h:37,
  113. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\spi.cpp:23:
  114. Marlin\src\HAL\HAL_LPC1768\include/SPI.h:44:13: note: candidate: uint8_t SPIClass::transfer(uint8_t)
  115. uint8_t transfer(uint8_t data);
  116. ^~~~~~~~
  117. Marlin\src\HAL\HAL_LPC1768\include/SPI.h:44:13: note: candidate expects 1 argument, 2 provided
  118. In file included from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\ftdi_extended.h:44:0,
  119. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\command_processor.cpp:22:
  120. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\command_processor.h: In member function 'CommandProcessor& CommandProcessor::toggle2(int16_t, int16_t, int16_t, int16_t, progmem_str, progmem_str, bool, uint16_t)':
  121. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\command_processor.h:232:7: error: 'strcat_P' was not declared in this scope
  122. strcat_P(text, (const char *)yes);
  123. ^~~~~~~~
  124. In file included from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\ftdi_extended.h:44:0,
  125. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\dl_cache.cpp:23:
  126. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\command_processor.h: In member function 'CommandProcessor& CommandProcessor::toggle2(int16_t, int16_t, int16_t, int16_t, progmem_str, progmem_str, bool, uint16_t)':
  127. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\command_processor.h:232:7: error: 'strcat_P' was not declared in this scope
  128. strcat_P(text, (const char *)yes);
  129. ^~~~~~~~
  130. *** [.pio\build\LPC1768\src\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\commands.cpp.o] Error 1
  131. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\command_processor.h:232:7: note: suggested alternative: 'strcat'
  132. strcat_P(text, (const char *)yes);
  133. ^~~~~~~~
  134. strcat
  135. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\command_processor.h:232:7: note: suggested alternative: 'strcat'
  136. strcat_P(text, (const char *)yes);
  137. ^~~~~~~~
  138. strcat
  139. In file included from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\ftdi_extended.h:45:0,
  140. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\command_processor.cpp:22:
  141. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onStartup()':
  142. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  143. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  144. ^
  145. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:95:37: note: in expansion of macro 'GET_METHOD'
  146. void onStartup() {GET_METHOD(type, onStartup)();}
  147. ^~~~~~~~~~
  148. In file included from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\ftdi_extended.h:45:0,
  149. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\dl_cache.cpp:23:
  150. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onStartup()':
  151. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  152. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  153. ^
  154. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:95:37: note: in expansion of macro 'GET_METHOD'
  155. void onStartup() {GET_METHOD(type, onStartup)();}
  156. ^~~~~~~~~~
  157. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  158. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  159. ^
  160. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:97:37: note: in expansion of macro 'GET_METHOD'
  161. void onExit() {GET_METHOD(type, onExit)();}
  162. ^~~~~~~~~~
  163. *** [.pio\build\LPC1768\src\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\basic\spi.cpp.o] Error 1
  164. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h: In member function 'void ScreenRef::onIdle()':
  165. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared
  166. in this scope
  167. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  168. ^
  169. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:98:37: note: in expansion of macro 'GET_METHOD'
  170. void onIdle() {GET_METHOD(type, onIdle)();}
  171. ^~~~~~~~~~
  172. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  173. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  174. ^
  175. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:95:37: note: in expansion of macro 'GET_METHOD'
  176. void onStartup() {GET_METHOD(type, onStartup)();}
  177. ^~~~~~~~~~
  178. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  179. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  180. ^
  181. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\../ftdi_eve_lib/extended/screen_types.h:98:37: note: in expansion of macro 'GET_METHOD'
  182. void onIdle() {GET_METHOD(type, onIdle)();}
  183. ^~~~~~~~~~
  184. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onEntry()':
  185. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  186. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  187. ^
  188. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:96:37: note: in expansion of macro 'GET_METHOD'
  189. void onEntry() {GET_METHOD(type, onEntry)();}
  190. ^~~~~~~~~~
  191. compilation terminated due to -fmax-errors=5.
  192. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  193. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  194. ^
  195. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:95:37: note: in expansion of macro 'GET_METHOD'
  196. void onStartup() {GET_METHOD(type, onStartup)();}
  197. ^~~~~~~~~~
  198. In file included from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\ftdi_extended.h:44:0,
  199. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\event_loop.cpp:23:
  200. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\command_processor.h: In member function 'CommandProcessor& CommandProcessor::toggle2(int16_t, int16_t, int16_t, int16_t, progmem_str, progmem_str, bool, uint16_t)':
  201. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\command_processor.h:232:7: error: 'strcat_P' was not declared in this scope
  202. strcat_P(text, (const char *)yes);
  203. ^~~~~~~~
  204. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onEntry()':
  205. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  206. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  207. ^
  208. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:96:37: note: in expansion of macro 'GET_METHOD'
  209. void onEntry() {GET_METHOD(type, onEntry)();}
  210. ^~~~~~~~~~
  211. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\command_processor.h:232:7: note: suggested alternative: 'strcat'
  212. strcat_P(text, (const char *)yes);
  213. ^~~~~~~~
  214. strcat
  215. In file included from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\ftdi_extended.h:45:0,
  216. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\event_loop.cpp:23:
  217. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onStartup()':
  218. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  219. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  220. ^
  221. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:95:37: note: in expansion of macro 'GET_METHOD'
  222. void onStartup() {GET_METHOD(type, onStartup)();}
  223. ^~~~~~~~~~
  224. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  225. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  226. ^
  227. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:96:37: note: in expansion of macro 'GET_METHOD'
  228. void onEntry() {GET_METHOD(type, onEntry)();}
  229. ^~~~~~~~~~
  230. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onExit()':
  231. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  232. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  233. ^
  234. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:97:37: note: in expansion of macro 'GET_METHOD'
  235. void onExit() {GET_METHOD(type, onExit)();}
  236. ^~~~~~~~~~
  237. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  238. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  239. ^
  240. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:96:37: note: in expansion of macro 'GET_METHOD'
  241. void onEntry() {GET_METHOD(type, onEntry)();}
  242. ^~~~~~~~~~
  243. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  244. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  245. ^
  246. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:95:37: note: in expansion of macro 'GET_METHOD'
  247. void onStartup() {GET_METHOD(type, onStartup)();}
  248. ^~~~~~~~~~
  249. *** [.pio\build\LPC1768\src\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\archim2-flash\flash_storage.cpp.o] Error 1
  250. In file included from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\ftdi_extended.h:44:0,
  251. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.cpp:22:
  252. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\command_processor.h: In member function 'CommandProcessor& CommandProcessor::toggle2(int16_t, int16_t, int16_t, int16_t, progmem_str, progmem_str, bool, uint16_t)':
  253. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\command_processor.h:232:7: error: 'strcat_P' was not declared in this scope
  254. strcat_P(text, (const char *)yes);
  255. ^~~~~~~~
  256. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onEntry()':
  257. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  258. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  259. ^
  260. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:96:37: note: in expansion of macro 'GET_METHOD'
  261. void onEntry() {GET_METHOD(type, onEntry)();}
  262. ^~~~~~~~~~
  263. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onExit()':
  264. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  265. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  266. ^
  267. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:97:37: note: in expansion of macro 'GET_METHOD'
  268. void onExit() {GET_METHOD(type, onExit)();}
  269. ^~~~~~~~~~
  270. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\command_processor.h:232:7: note: suggested alternative: 'strcat'
  271. strcat_P(text, (const char *)yes);
  272. ^~~~~~~~
  273. strcat
  274. In file included from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\ftdi_extended.h:45:0,
  275. from Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.cpp:22:
  276. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onStartup()':
  277. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  278. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  279. ^
  280. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:95:37: note: in expansion of macro 'GET_METHOD'
  281. void onStartup() {GET_METHOD(type, onStartup)();}
  282. ^~~~~~~~~~
  283. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  284. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  285. ^
  286. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:97:37: note: in expansion of macro 'GET_METHOD'
  287. void onExit() {GET_METHOD(type, onExit)();}
  288. ^~~~~~~~~~
  289. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  290. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  291. ^
  292. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:96:37: note: in expansion of macro 'GET_METHOD'
  293. void onEntry() {GET_METHOD(type, onEntry)();}
  294. ^~~~~~~~~~
  295. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  296. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  297. ^
  298. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:97:37: note: in expansion of macro 'GET_METHOD'
  299. void onExit() {GET_METHOD(type, onExit)();}
  300. ^~~~~~~~~~
  301. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onIdle()':
  302. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  303. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  304. ^
  305. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:98:37: note: in expansion of macro 'GET_METHOD'
  306. void onIdle() {GET_METHOD(type, onIdle)();}
  307. ^~~~~~~~~~
  308. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onExit()':
  309. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  310. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  311. ^
  312. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:97:37: note: in expansion of macro 'GET_METHOD'
  313. void onExit() {GET_METHOD(type, onExit)();}
  314. ^~~~~~~~~~
  315. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onIdle()':
  316. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  317. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  318. ^
  319. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:98:37: note: in expansion of macro 'GET_METHOD'
  320. void onIdle() {GET_METHOD(type, onIdle)();}
  321. ^~~~~~~~~~
  322. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  323. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  324. ^
  325. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:95:37: note: in expansion of macro 'GET_METHOD'
  326. void onStartup() {GET_METHOD(type, onStartup)();}
  327. ^~~~~~~~~~
  328. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  329. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  330. ^
  331. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:98:37: note: in expansion of macro 'GET_METHOD'
  332. void onIdle() {GET_METHOD(type, onIdle)();}
  333. ^~~~~~~~~~
  334. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  335. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  336. ^
  337. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:98:37: note: in expansion of macro 'GET_METHOD'
  338. void onIdle() {GET_METHOD(type, onIdle)();}
  339. ^~~~~~~~~~
  340. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  341. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  342. ^
  343. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:97:37: note: in expansion of macro 'GET_METHOD'
  344. void onExit() {GET_METHOD(type, onExit)();}
  345. ^~~~~~~~~~
  346. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onIdle()':
  347. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  348. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  349. ^
  350. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:98:37: note: in expansion of macro 'GET_METHOD'
  351. void onIdle() {GET_METHOD(type, onIdle)();}
  352. ^~~~~~~~~~
  353. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onEntry()':
  354. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  355. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  356. ^
  357. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:96:37: note: in expansion of macro 'GET_METHOD'
  358. void onEntry() {GET_METHOD(type, onEntry)();}
  359. ^~~~~~~~~~
  360. compilation terminated due to -fmax-errors=5.
  361. compilation terminated due to -fmax-errors=5.
  362. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  363. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  364. ^
  365. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:98:37: note: in expansion of macro 'GET_METHOD'
  366. void onIdle() {GET_METHOD(type, onIdle)();}
  367. ^~~~~~~~~~
  368. compilation terminated due to -fmax-errors=5.
  369. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  370. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  371. ^
  372. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:96:37: note: in expansion of macro 'GET_METHOD'
  373. void onEntry() {GET_METHOD(type, onEntry)();}
  374. ^~~~~~~~~~
  375. *** [.pio\build\LPC1768\src\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\dl_cache.cpp.o] Error 1
  376. *** [.pio\build\LPC1768\src\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\command_processor.cpp.o] Error 1
  377. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onExit()':
  378. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  379. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  380. ^
  381. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:97:37: note: in expansion of macro 'GET_METHOD'
  382. void onExit() {GET_METHOD(type, onExit)();}
  383. ^~~~~~~~~~
  384. *** [.pio\build\LPC1768\src\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\event_loop.cpp.o] Error 1
  385. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  386. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  387. ^
  388. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:97:37: note: in expansion of macro 'GET_METHOD'
  389. void onExit() {GET_METHOD(type, onExit)();}
  390. ^~~~~~~~~~
  391. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h: In member function 'void ScreenRef::onIdle()':
  392. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: error: 'pgm_read_ptr_far' was not declared in this scope
  393. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  394. ^
  395. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:98:37: note: in expansion of macro 'GET_METHOD'
  396. void onIdle() {GET_METHOD(type, onIdle)();}
  397. ^~~~~~~~~~
  398. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:51:69: note: suggested alternative: 'pgm_read_ptr'
  399. #define GET_METHOD(type, method) reinterpret_cast<method##_func_t*>(pgm_read_ptr_far(&functionTable[type].method##_ptr))
  400. ^
  401. Marlin\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.h:98:37: note: in expansion of macro 'GET_METHOD'
  402. void onIdle() {GET_METHOD(type, onIdle)();}
  403. ^~~~~~~~~~
  404. compilation terminated due to -fmax-errors=5.
  405. *** [.pio\build\LPC1768\src\src\lcd\extensible_ui\lib\ftdi_eve_touch_ui\ftdi_eve_lib\extended\screen_types.cpp.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment