Advertisement
Guest User

Kossel Skr1.3 Eror

a guest
Nov 13th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.20 KB | None | 0 0
  1. [ Deviot 2.2.1 ] Starting...
  2. *******************************************************************************
  3. Obsolete PIO Core v4.0.3 is used (previous was 4.1.0)
  4.  
  5. Please remove multiple PIO Cores from a system:
  6. https://docs.platformio.org/page/faq.html#multiple-pio-cores-in-a-system
  7. *******************************************************************************
  8. Processing LPC1768 (platform: https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/master.zip; framework: arduino; board: nxp_lpc1768)
  9. -------------------------------------------------------------------------------
  10. Verbose mode can be enabled via `-v, --verbose` option
  11.  
  12. CONFIGURATION: https://docs.platformio.org/page/boards/nxplpc-arduino-lpc176x/nxp_lpc1768.html
  13.  
  14. PLATFORM: NXP Arduino LPC176x 0.1.0 > NXP LPC1768
  15.  
  16. HARDWARE: LPC1768 100MHz, 31.97KB RAM, 464KB Flash
  17.  
  18. DEBUG: Current (cmsis-dap) On-board (cmsis-dap) External (blackmagic, jlink)
  19.  
  20. PACKAGES: framework-arduino-lpc176x 0.2.1, toolchain-gccarmnoneeabi 1.80201.190214 (8.2.1)
  21.  
  22. Converting Marlin.ino
  23.  
  24. LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
  25.  
  26. LDF Modes: Finder ~ off, Compatibility ~ strict
  27.  
  28. LibraryManager: Installing U8glib-HAL
  29.  
  30. Using cache: C:\Users\chipoku\.platformio\.cache\a7\b7a9b473d1c239d9843ca943887cd0a7
  31.  
  32. U8glib-HAL @ 0.4.1 has been successfully installed!
  33.  
  34. Looking for TMCStepper library in registry
  35.  
  36. Found: https://platformio.org/lib/show/5513/TMCStepper
  37.  
  38. LibraryManager: Installing id=5513 @ >=0.5.0,<1.0.0
  39.  
  40. Using cache: C:\Users\chipoku\.platformio\.cache\f2\c964ba3bc2d0f713c5f18c28dffcb7f2
  41.  
  42. TMCStepper @ 0.5.2 has been successfully installed!
  43.  
  44. LibraryManager: Installing Adafruit NeoPixel
  45.  
  46. Using cache: C:\Users\chipoku\.platformio\.cache\15\b58c51ea6e656569f518a720d934cc15
  47.  
  48. Adafruit NeoPixel @ 1.2.4 has been successfully installed!
  49.  
  50. LibraryManager: Installing SailfishLCD
  51.  
  52. Using cache: C:\Users\chipoku\.platformio\.cache\e1\f7005198ad8e3a4b619768bbbcd33ae1
  53.  
  54. SailfishLCD @ 0.0.0 has been successfully installed!
  55.  
  56. Found 6 compatible libraries
  57.  
  58. Scanning dependencies...
  59.  
  60. Dependency Graph
  61.  
  62. |-- <Servo> 1.0.0
  63.  
  64. |-- <LiquidCrystal> 1.0.0
  65.  
  66. |-- <U8glib-HAL> 0.4.1
  67.  
  68. |-- <TMCStepper> 0.5.2
  69.  
  70. |-- <Adafruit NeoPixel> 1.2.4
  71.  
  72. |-- <SailfishLCD>
  73.  
  74.  
  75.  
  76. Unable to find destination disk (Autodetect Error)
  77.  
  78. Please select it in platformio.ini using the upload_port keyword (https://docs.platformio.org/en/latest/projectconf/section_env_upload.html) or copy the firmware (.pio/build/LPC1768/firmware.bin) manually to the appropriate disk
  79.  
  80.  
  81.  
  82. Compiling .pio\build\LPC1768\src\src\HAL\HAL_LPC1768\DebugMonitor.cpp.o
  83.  
  84. Compiling .pio\build\LPC1768\src\src\HAL\HAL_LPC1768\HAL.cpp.o
  85.  
  86. Compiling .pio\build\LPC1768\src\src\HAL\HAL_LPC1768\HAL_SPI.cpp.o
  87.  
  88. Compiling .pio\build\LPC1768\src\src\HAL\HAL_LPC1768\MarlinSerial.cpp.o
  89.  
  90. Compiling .pio\build\LPC1768\src\src\HAL\HAL_LPC1768\fast_pwm.cpp.o
  91.  
  92. Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp: In function 'void spiBegin()':
  93. Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:128:21: error: 'LPC1768_PIN_PIN' was not declared in this scope
  94. PinCfg.Pinnum = LPC1768_PIN_PIN(SCK_PIN);
  95. ^~~~~~~~~~~~~~~
  96. Marlin\src\HAL\HAL_LPC1768\HAL.cpp: In function 'int16_t PARSED_PIN_INDEX(char, int16_t)':
  97. Marlin\src\HAL\HAL_LPC1768\HAL.cpp:64:73: error: 'GET_PIN_MAP_INDEX' was not declared in this scope
  98. const int16_t ind = (port < ((NUM_DIGITAL_PINS) >> 5) && pin < 32) ? GET_PIN_MAP_INDEX((port << 5) | pin) : -2;
  99. ^~~~~~~~~~~~~~~~~
  100. Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:128:21: note: suggested alternative: 'LPC_PINCON'
  101. PinCfg.Pinnum = LPC1768_PIN_PIN(SCK_PIN);
  102. ^~~~~~~~~~~~~~~
  103. LPC_PINCON
  104. Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:129:22: error: 'LPC1768_PIN_PORT' was not declared in this scope
  105. PinCfg.Portnum = LPC1768_PIN_PORT(SCK_PIN);
  106. ^~~~~~~~~~~~~~~~
  107. Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:129:22: note: suggested alternative: 'LPC176X_FRAMEWORK'
  108. PinCfg.Portnum = LPC1768_PIN_PORT(SCK_PIN);
  109. ^~~~~~~~~~~~~~~~
  110. LPC176X_FRAMEWORK
  111. In file included from Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/HAL.h:42,
  112. from Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/HAL.h:26,
  113. from Marlin\src\HAL\HAL_LPC1768\../../inc/MarlinConfig.h:30,
  114. from Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:51:
  115. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:51:31: error: 'gpio_get' was not declared in this scope
  116. #define READ_PIN(IO) gpio_get(IO)
  117. ^~~~~~~~
  118. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:52:44: note: in definition of macro 'WRITE_PIN'
  119. #define WRITE_PIN(IO,V) gpio_set(IO, V)
  120. ^
  121. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:105:35: note: in expansion of macro '_WRITE'
  122. #define SET_OUTPUT(IO) do{ _WRITE(IO, _READ(IO)); _SET_OUTPUT(IO); }while(0)
  123. ^~~~~~
  124. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:63:31: note: in expansion of macro 'READ_PIN'
  125. #define _READ(IO) READ_PIN(IO)
  126. ^~~~~~~~
  127. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:105:46: note: in expansion of macro '_READ'
  128. #define SET_OUTPUT(IO) do{ _WRITE(IO, _READ(IO)); _SET_OUTPUT(IO); }while(0)
  129. ^~~~~
  130. Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:131:5: note: in expansion of macro 'SET_OUTPUT'
  131. SET_OUTPUT(SCK_PIN);
  132. ^~~~~~~~~~
  133. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:51:31: note: suggested alternative:
  134. #define READ_PIN(IO) gpio_get(IO)
  135. ^~~~~~~~
  136. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:52:44: note: in definition of macro 'WRITE_PIN'
  137. #define WRITE_PIN(IO,V) gpio_set(IO, V)
  138. ^
  139. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:105:35: note: in expansion of macro '_WRITE'
  140. #define SET_OUTPUT(IO) do{ _WRITE(IO, _READ(IO)); _SET_OUTPUT(IO); }while(0)
  141. ^~~~~~
  142. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:63:31: note: in expansion of macro 'READ_PIN'
  143. #define _READ(IO) READ_PIN(IO)
  144. ^~~~~~~~
  145. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:105:46: note: in expansion of macro '_READ'
  146. #define SET_OUTPUT(IO) do{ _WRITE(IO, _READ(IO)); _SET_OUTPUT(IO); }while(0)
  147. ^~~~~
  148. Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:131:5: note: in expansion of macro 'SET_OUTPUT'
  149. SET_OUTPUT(SCK_PIN);
  150. ^~~~~~~~~~
  151. In file included from C:\users\chipoku\.platformio\packages\framework-arduino-lpc176x\system\lpc176x/pinmapping.h:21,
  152. from C:\users\chipoku\.platformio\packages\framework-arduino-lpc176x\cores\arduino/Arduino.h:36,
  153. from Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/../shared/Marduino.h:36,
  154. from Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/HAL.h:39,
  155. from Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/HAL.h:26,
  156. from Marlin\src\HAL\HAL_LPC1768\../../inc/MarlinConfig.h:30,
  157. from Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:51:
  158. C:\users\chipoku\.platformio\packages\framework-arduino-lpc176x\system\lpc176x/gpio.h:48:47: note: 'LPC176x::gpio_get'
  159. [[gnu::always_inline, nodiscard]] inline bool gpio_get(const pin_t pin) {
  160. ^~~~~~~~
  161. In file included from Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/HAL.h:42,
  162. from Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/HAL.h:26,
  163. from Marlin\src\HAL\HAL_LPC1768\../../inc/MarlinConfig.h:30,
  164. from Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:51:
  165. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:52:31: error: 'gpio_set' was not declared in this scope
  166. #define WRITE_PIN(IO,V) gpio_set(IO, V)
  167. ^~~~~~~~
  168. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:66:31: note: in expansion of macro 'WRITE_PIN'
  169. #define _WRITE(IO,V) WRITE_PIN(IO,V)
  170. ^~~~~~~~~
  171. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:105:35: note: in expansion of macro '_WRITE'
  172. #define SET_OUTPUT(IO) do{ _WRITE(IO, _READ(IO)); _SET_OUTPUT(IO); }while(0)
  173. ^~~~~~
  174. Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:131:5: note: in expansion of macro 'SET_OUTPUT'
  175. SET_OUTPUT(SCK_PIN);
  176. ^~~~~~~~~~
  177. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:52:31: note: suggested alternative:
  178. #define WRITE_PIN(IO,V) gpio_set(IO, V)
  179. ^~~~~~~~
  180. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:66:31: note: in expansion of macro 'WRITE_PIN'
  181. #define _WRITE(IO,V) WRITE_PIN(IO,V)
  182. ^~~~~~~~~
  183. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:105:35: note: in expansion of macro '_WRITE'
  184. #define SET_OUTPUT(IO) do{ _WRITE(IO, _READ(IO)); _SET_OUTPUT(IO); }while(0)
  185. ^~~~~~
  186. Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:131:5: note: in expansion of macro 'SET_OUTPUT'
  187. SET_OUTPUT(SCK_PIN);
  188. ^~~~~~~~~~
  189. In file included from C:\users\chipoku\.platformio\packages\framework-arduino-lpc176x\system\lpc176x/pinmapping.h:21,
  190. from C:\users\chipoku\.platformio\packages\framework-arduino-lpc176x\cores\arduino/Arduino.h:36,
  191. from Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/../shared/Marduino.h:36,
  192. from Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/HAL.h:39,
  193. from Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/HAL.h:26,
  194. from Marlin\src\HAL\HAL_LPC1768\../../inc/MarlinConfig.h:30,
  195. from Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:51:
  196. C:\users\chipoku\.platformio\packages\framework-arduino-lpc176x\system\lpc176x/gpio.h:44:36: note: 'LPC176x::gpio_set'
  197. [[gnu::always_inline]] inline void gpio_set(const pin_t pin, const bool value) {
  198. ^~~~~~~~
  199. In file included from Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/HAL.h:42,
  200. from Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/HAL.h:26,
  201. from Marlin\src\HAL\HAL_LPC1768\../../inc/MarlinConfig.h:30,
  202. from Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:51:
  203. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:44:31: error: 'gpio_set_output' was not declared in this scope
  204. #define SET_DIR_OUTPUT(IO) gpio_set_output(IO)
  205. ^~~~~~~~~~~~~~~
  206. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:75:31: note: in expansion of macro 'SET_DIR_OUTPUT'
  207. #define _SET_OUTPUT(IO) SET_DIR_OUTPUT(IO)
  208. ^~~~~~~~~~~~~~
  209. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:105:58: note: in expansion of macro '_SET_OUTPUT'
  210. #define SET_OUTPUT(IO) do{ _WRITE(IO, _READ(IO)); _SET_OUTPUT(IO); }while(0)
  211. ^~~~~~~~~~~
  212. Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:131:5: note: in expansion of macro 'SET_OUTPUT'
  213. SET_OUTPUT(SCK_PIN);
  214. ^~~~~~~~~~
  215. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:44:31: note: suggested alternative:
  216. #define SET_DIR_OUTPUT(IO) gpio_set_output(IO)
  217. ^~~~~~~~~~~~~~~
  218. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:75:31: note: in expansion of macro 'SET_DIR_OUTPUT'
  219. #define _SET_OUTPUT(IO) SET_DIR_OUTPUT(IO)
  220. ^~~~~~~~~~~~~~
  221. Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/fastio.h:105:58: note: in expansion of macro '_SET_OUTPUT'
  222. #define SET_OUTPUT(IO) do{ _WRITE(IO, _READ(IO)); _SET_OUTPUT(IO); }while(0)
  223. ^~~~~~~~~~~
  224. Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:131:5: note: in expansion of macro 'SET_OUTPUT'
  225. SET_OUTPUT(SCK_PIN);
  226. ^~~~~~~~~~
  227. In file included from C:\users\chipoku\.platformio\packages\framework-arduino-lpc176x\system\lpc176x/pinmapping.h:21,
  228. from C:\users\chipoku\.platformio\packages\framework-arduino-lpc176x\cores\arduino/Arduino.h:36,
  229. from Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/../shared/Marduino.h:36,
  230. from Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/./HAL_LPC1768/HAL.h:39,
  231. from Marlin\src\HAL\HAL_LPC1768\../../inc/../HAL/HAL.h:26,
  232. from Marlin\src\HAL\HAL_LPC1768\../../inc/MarlinConfig.h:30,
  233. from Marlin\src\HAL\HAL_LPC1768\HAL_SPI.cpp:51:
  234. C:\users\chipoku\.platformio\packages\framework-arduino-lpc176x\system\lpc176x/gpio.h:12:36: note: 'LPC176x::gpio_set_output'
  235. [[gnu::always_inline]] inline void gpio_set_output(const pin_t pin) {
  236. ^~~~~~~~~~~~~~~
  237. compilation terminated due to -fmax-errors=5.
  238.  
  239. Compiling .pio\build\LPC1768\src\src\HAL\HAL_LPC1768\include\digipot_mcp4451_I2C_routines.c.o
  240.  
  241. *** [.pio\build\LPC1768\src\src\HAL\HAL_LPC1768\HAL_SPI.cpp.o] Error 1
  242.  
  243. *** [.pio\build\LPC1768\src\src\HAL\HAL_LPC1768\HAL.cpp.o] Error 1
  244.  
  245. ========================= [FAILED] Took 5.28 seconds =========================
  246.  
  247.  
  248. Environment Status Duration
  249.  
  250. ----------------------- -------- ------------
  251.  
  252. megaatmega2560 IGNORED
  253.  
  254. megaatmega1280 IGNORED
  255.  
  256. at90usb1286_cdc IGNORED
  257.  
  258. at90usb1286_dfu IGNORED
  259.  
  260. DUE IGNORED
  261.  
  262. DUE_USB IGNORED
  263.  
  264. DUE_debug IGNORED
  265.  
  266. LPC1768 FAILED 00:00:05.282
  267.  
  268. LPC1769 IGNORED
  269.  
  270. melzi IGNORED
  271.  
  272. melzi_optiboot IGNORED
  273.  
  274. rambo IGNORED
  275.  
  276. sanguino_atmega644p IGNORED
  277.  
  278. sanguino_atmega1284p IGNORED
  279.  
  280. STM32F103RE IGNORED
  281.  
  282. STM32F103RC_fysetc IGNORED
  283.  
  284. STM32F103RC_bigtree IGNORED
  285.  
  286. STM32F103RC_bigtree_USB IGNORED
  287.  
  288. STM32F4 IGNORED
  289.  
  290. STM32F7 IGNORED
  291.  
  292. ARMED IGNORED
  293.  
  294. STM32F103VE_longer IGNORED
  295.  
  296. mks_robin IGNORED
  297.  
  298. mks_robin_lite IGNORED
  299.  
  300. mks_robin_mini IGNORED
  301.  
  302. mks_robin_nano IGNORED
  303.  
  304. jgaurora_a5s_a1 IGNORED
  305.  
  306. STM32F407VE_black IGNORED
  307.  
  308. BIGTREE_SKR_PRO IGNORED
  309.  
  310. BIGTREE_BTT002 IGNORED
  311.  
  312. teensy31 IGNORED
  313.  
  314. teensy35 IGNORED
  315.  
  316. STM32F103CB_malyan IGNORED
  317.  
  318. esp32 IGNORED
  319.  
  320. fysetc_f6_13 IGNORED
  321.  
  322. linux_native IGNORED
  323.  
  324. SAMD51_grandcentral_m4 IGNORED
  325.  
  326. include_tree IGNORED
  327.  
  328. ==================== 1 failed, 0 succeeded in 00:00:05.282 ====================
  329.  
  330. [11/13/19 21:31:10]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement