Vai al contenuto

Anet A8 e marlin 1.1.9


Killrob

Messaggi raccomandati

Premettendo che al momento sono abbastanza a digiuno riguardo alla configurazione del firmware per le stampanti 3D, ma di programmazione Arduino ne so abbastanza, mi sono imbarcato nella costruzione di una stampante 3D prendendo alcuni pezzi, scheda di controllo compresa, di una Anet A8 v.1.5 cambiando però il gruppo hotend con questo preso da Amazon

https://www.amazon.it/gp/product/B0784N5ZZ8/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1

quando ho collegato il termistore del nuovo hotend alla scheda, mi sono accorto che non veniva letto, quindi mi sono detto che un cambio di firmware sarebbe stato risolutivo, ho quindi scaricato il firmware marlin 1.1.9 ho copia/incollato dalla directory \example_configurations\Anet\A8 i due files nella directory principale del marlin ho caricato in arduino e compilato.

Le uniche modifiche che ho fatto sono state solo per il nome della stampante all'accensione nel configuration.h.

La compilazione ha dato errori nel file endstop_interrupts.h dentro questa if

  #if HAS_Z_MIN
    #if digitalPinToInterrupt(Z_MIN_PIN) != NOT_AN_INTERRUPT
      attachInterrupt(digitalPinToInterrupt(Z_MIN_PIN), endstop_ISR, CHANGE);
    #else
      // Not all used endstop/probe -pins can raise interrupts. Please deactivate ENDSTOP_INTERRUPTS or change the pin configuration!
      static_assert(digitalPinToPCICR(Z_MIN_PIN) != NULL, "Z_MIN_PIN is not interrupt-capable");
      pciSetup(Z_MIN_PIN);
    #endif
  #endif

e più precisamente l'errore seguente:

"non-constant condition for static assertion"

riferendosi alla linea "static_assert"

Non avendo io cambiato nulla nella configurazione degli endstop e non utilizzando bltouch o altri ma solo il finecorsa meccanico puro e semplice, cosa devo modificare per non avere più questo errore in compilazione?

Grazie a tutti.

 

Link al commento
Condividi su altri siti

  • Risposte 9
  • Creato
  • Ultima Risposta

Miglior contributo in questa discussione

Miglior contributo in questa discussione

Immagini Pubblicate

  • 4 settimane dopo...
Il 30/10/2019 at 18:11, Killrob dice:

Premettendo che al momento sono abbastanza a digiuno riguardo alla configurazione del firmware per le stampanti 3D, ma di programmazione Arduino ne so abbastanza, mi sono imbarcato nella costruzione di una stampante 3D prendendo alcuni pezzi, scheda di controllo compresa, di una Anet A8 v.1.5 cambiando però il gruppo hotend con questo preso da Amazon

https://www.amazon.it/gp/product/B0784N5ZZ8/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1

quando ho collegato il termistore del nuovo hotend alla scheda, mi sono accorto che non veniva letto, quindi mi sono detto che un cambio di firmware sarebbe stato risolutivo, ho quindi scaricato il firmware marlin 1.1.9 ho copia/incollato dalla directory \example_configurations\Anet\A8 i due files nella directory principale del marlin ho caricato in arduino e compilato.

Le uniche modifiche che ho fatto sono state solo per il nome della stampante all'accensione nel configuration.h.

La compilazione ha dato errori nel file endstop_interrupts.h dentro questa if


  #if HAS_Z_MIN
    #if digitalPinToInterrupt(Z_MIN_PIN) != NOT_AN_INTERRUPT
      attachInterrupt(digitalPinToInterrupt(Z_MIN_PIN), endstop_ISR, CHANGE);
    #else
      // Not all used endstop/probe -pins can raise interrupts. Please deactivate ENDSTOP_INTERRUPTS or change the pin configuration!
      static_assert(digitalPinToPCICR(Z_MIN_PIN) != NULL, "Z_MIN_PIN is not interrupt-capable");
      pciSetup(Z_MIN_PIN);
    #endif
  #endif

e più precisamente l'errore seguente:

"non-constant condition for static assertion"

riferendosi alla linea "static_assert"

Non avendo io cambiato nulla nella configurazione degli endstop e non utilizzando bltouch o altri ma solo il finecorsa meccanico puro e semplice, cosa devo modificare per non avere più questo errore in compilazione?

Grazie a tutti.

 

mi esce il tuo stesso errore, volevo installare il display LCD 12864 quindi ho caricato la libreria U8glib ma facendo una verifica del codice mi esce questo errore.

Qualcuno può aiutarmi a risolvere?

Grazie

Link al commento
Condividi su altri siti

3 ore fa, Axl_74 dice:

mi esce il tuo stesso errore, volevo installare il display LCD 12864 quindi ho caricato la libreria U8glib ma facendo una verifica del codice mi esce questo errore.

Qualcuno può aiutarmi a risolvere?

Grazie

A quanto ho letto in giro sembra sia un errore dovuto all'ide di Arduino, magari usando Atom e Platformio non da errore, ma non conosco bene nessuno dei 2 e preferisco lasciare la parola a chi li ha già usati. 

Link al commento
Condividi su altri siti

  • 2 settimane dopo...
  • 2 settimane dopo...

E' passato un pò di tempo ma la situazione è ancora la stessa, anzi peggiorata!

Dopo varie ore in rete alla ricerca di qualche lume ora addirittura non riesco a caricare in firmware, già nella verifica dello sketch mi escono una sfilza di errori di compilazione nonostante abbia installato nuovamente Arduino e scaricato le varie versioni di Marlin 

Link al commento
Condividi su altri siti

29 minuti fa, Axl_74 dice:

E' passato un pò di tempo ma la situazione è ancora la stessa, anzi peggiorata!

Dopo varie ore in rete alla ricerca di qualche lume ora addirittura non riesco a caricare in firmware, già nella verifica dello sketch mi escono una sfilza di errori di compilazione nonostante abbia installato nuovamente Arduino e scaricato le varie versioni di Marlin 

Se non metti gli errori è difficile che riceverai qualche aiuto. Un firmware o compila o non compila (perché i parametri che hai inserito sono errati): cosa hai cambiato rispetto al messaggio precedente perché ti vengano fuori questi errori?

Link al commento
Condividi su altri siti

Arduino:1.8.10 (Mac OS X), Scheda:"Anet V1.0"

/Applications/Arduino.app/Contents/Java/arduino-builder -dump-prefs -logger=machine -hardware /Applications/Arduino.app/Contents/Java/hardware -hardware /Users/Alex/Library/Arduino15/packages -hardware /Users/Alex/Documents/Arduino/hardware -tools /Applications/Arduino.app/Contents/Java/tools-builder -tools /Applications/Arduino.app/Contents/Java/hardware/tools/avr -tools /Users/Alex/Library/Arduino15/packages -built-in-libraries /Applications/Arduino.app/Contents/Java/libraries -libraries /Users/Alex/Documents/Arduino/libraries -fqbn=anet:avr:anet -ide-version=10810 -build-path /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074 -warnings=none -build-cache /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_cache_801630 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoOTA.path=/Users/Alex/Library/Arduino15/packages/arduino/tools/arduinoOTA/1.3.0 -prefs=runtime.tools.arduinoOTA-1.3.0.path=/Users/Alex/Library/Arduino15/packages/arduino/tools/arduinoOTA/1.3.0 -prefs=runtime.tools.avr-gcc.path=/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5 -prefs=runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5 -prefs=runtime.tools.avrdude.path=/Users/Alex/Library/Arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17 -prefs=runtime.tools.avrdude-6.3.0-arduino17.path=/Users/Alex/Library/Arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17 -verbose /Users/Alex/Downloads/Marlin-1.1.x/Marlin/Marlin.ino
/Applications/Arduino.app/Contents/Java/arduino-builder -compile -logger=machine -hardware /Applications/Arduino.app/Contents/Java/hardware -hardware /Users/Alex/Library/Arduino15/packages -hardware /Users/Alex/Documents/Arduino/hardware -tools /Applications/Arduino.app/Contents/Java/tools-builder -tools /Applications/Arduino.app/Contents/Java/hardware/tools/avr -tools /Users/Alex/Library/Arduino15/packages -built-in-libraries /Applications/Arduino.app/Contents/Java/libraries -libraries /Users/Alex/Documents/Arduino/libraries -fqbn=anet:avr:anet -ide-version=10810 -build-path /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074 -warnings=none -build-cache /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_cache_801630 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoOTA.path=/Users/Alex/Library/Arduino15/packages/arduino/tools/arduinoOTA/1.3.0 -prefs=runtime.tools.arduinoOTA-1.3.0.path=/Users/Alex/Library/Arduino15/packages/arduino/tools/arduinoOTA/1.3.0 -prefs=runtime.tools.avr-gcc.path=/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5 -prefs=runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5 -prefs=runtime.tools.avrdude.path=/Users/Alex/Library/Arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17 -prefs=runtime.tools.avrdude-6.3.0-arduino17.path=/Users/Alex/Library/Arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17 -verbose /Users/Alex/Downloads/Marlin-1.1.x/Marlin/Marlin.ino
Using board 'anet' from platform in folder: /Users/Alex/Documents/Arduino/hardware/anet/avr
Using core 'arduino' from platform in folder: /Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2
Detecting libraries used...
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Marlin.ino.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/G26_Mesh_Validation_Tool.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/I2CPositionEncoder.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/M100_Free_Mem_Chk.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/MarlinSerial.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Marlin_main.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Max7219_Debug_LEDs.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Sd2Card.cpp -o /dev/null
Error while detecting libraries included by /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Sd2Card.cpp
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/SdBaseFile.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/SdFatUtil.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/SdFile.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/SdVolume.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/blinkm.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/cardreader.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/configuration_store.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/dac_mcp4728.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/digipot_mcp4018.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/digipot_mcp4451.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/emergency_parser.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/endstops.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/fwretract.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/hex_print_routines.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/least_squares_fit.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/leds.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/malyanlcd.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/mesh_bed_leveling.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/neopixel.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/nozzle.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/parser.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/pca9632.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/planner.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/planner_bezier.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/power.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/power_loss_recovery.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/printcounter.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/runout.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/serial.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/servo.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/stepper.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/stepper_dac.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/stepper_indirection.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/stopwatch.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/temperature.cpp -o /dev/null
Error while detecting libraries included by /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/temperature.cpp
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/tmc_util.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/twibus.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/ubl.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/ubl_G29.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/ubl_motion.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/ultralcd.cpp -o /dev/null
Alternatives for LiquidCrystal.h: [LiquidCrystal@1.0.7]
ResolveLibrary(LiquidCrystal.h)
  -> candidates: [LiquidCrystal@1.0.7]
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/ultralcd.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/utility.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/vector_3.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/watchdog.cpp -o /dev/null
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src/LiquidCrystal.cpp -o /dev/null
Generating function prototypes...
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Marlin.ino.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/preproc/ctags_target_for_gcc_minus_e.cpp
/Applications/Arduino.app/Contents/Java/tools-builder/ctags/5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/preproc/ctags_target_for_gcc_minus_e.cpp
Sto compilando lo sketch...
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Marlin.ino.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Marlin.ino.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/G26_Mesh_Validation_Tool.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/G26_Mesh_Validation_Tool.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/M100_Free_Mem_Chk.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/M100_Free_Mem_Chk.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/I2CPositionEncoder.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/I2CPositionEncoder.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/MarlinSerial.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/MarlinSerial.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Marlin_main.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Marlin_main.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Max7219_Debug_LEDs.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Max7219_Debug_LEDs.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Sd2Card.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Sd2Card.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/SdBaseFile.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/SdBaseFile.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/SdFatUtil.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/SdFatUtil.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/SdFile.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/SdFile.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/SdVolume.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/SdVolume.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/blinkm.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/blinkm.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/cardreader.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/cardreader.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/configuration_store.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/configuration_store.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/dac_mcp4728.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/dac_mcp4728.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/digipot_mcp4018.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/digipot_mcp4018.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/digipot_mcp4451.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/digipot_mcp4451.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/emergency_parser.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/emergency_parser.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/endstops.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/endstops.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/fwretract.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/fwretract.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/hex_print_routines.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/hex_print_routines.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/least_squares_fit.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/least_squares_fit.cpp.o
In file included from /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/endstops.cpp:35:0:
/var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/endstop_interrupts.h: In function 'void setup_endstop_interrupts()':
endstop_interrupts.h:121:7: error: non-constant condition for static assertion
       static_assert(digitalPinToPCICR(X_MIN_PIN) != NULL, "X_MIN_PIN is not interrupt-capable");
       ^~~~~~~~~~~~~
In file included from /Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino/Arduino.h:258:0,
                 from /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/HAL.h:36,
                 from /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/MarlinConfig.h:39,
                 from /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Marlin.h:35,
                 from /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/endstops.cpp:27:
/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino/pins_arduino.h:117:66: error: reinterpret_cast from integer to pointer
 #define digitalPinToPCICR(p)    ( (((p) >= 0) && ((p) <= 31)) ? (&PCICR) : ((uint8_t *)0) )
                                                                 ~^~~~~~~
/var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/endstop_interrupts.h:121:21: note: in expansion of macro 'digitalPinToPCICR'
       static_assert(digitalPinToPCICR(X_MIN_PIN) != NULL, "X_MIN_PIN is not interrupt-capable");
                     ^~~~~~~~~~~~~~~~~
In file included from /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/endstops.cpp:35:0:
endstop_interrupts.h:141:7: error: non-constant condition for static assertion
       static_assert(digitalPinToPCICR(Y_MIN_PIN) != NULL, "Y_MIN_PIN is not interrupt-capable");
       ^~~~~~~~~~~~~
In file included from /Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino/Arduino.h:258:0,
                 from /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/HAL.h:36,
                 from /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/MarlinConfig.h:39,
                 from /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Marlin.h:35,
                 from /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/endstops.cpp:27:
/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino/pins_arduino.h:117:66: error: reinterpret_cast from integer to pointer
 #define digitalPinToPCICR(p)    ( (((p) >= 0) && ((p) <= 31)) ? (&PCICR) : ((uint8_t *)0) )
                                                                 ~^~~~~~~
/var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/endstop_interrupts.h:141:21: note: in expansion of macro 'digitalPinToPCICR'
       static_assert(digitalPinToPCICR(Y_MIN_PIN) != NULL, "Y_MIN_PIN is not interrupt-capable");
                     ^~~~~~~~~~~~~~~~~
In file included from /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/endstops.cpp:35:0:
endstop_interrupts.h:161:7: error: non-constant condition for static assertion
       static_assert(digitalPinToPCICR(Z_MIN_PIN) != NULL, "Z_MIN_PIN is not interrupt-capable");
       ^~~~~~~~~~~~~
In file included from /Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino/Arduino.h:258:0,
                 from /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/HAL.h:36,
                 from /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/MarlinConfig.h:39,
                 from /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/Marlin.h:35,
                 from /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/endstops.cpp:27:
/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino/pins_arduino.h:117:66: error: reinterpret_cast from integer to pointer
 #define digitalPinToPCICR(p)    ( (((p) >= 0) && ((p) <= 31)) ? (&PCICR) : ((uint8_t *)0) )
                                                                 ~^~~~~~~
/var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/endstop_interrupts.h:161:21: note: in expansion of macro 'digitalPinToPCICR'
       static_assert(digitalPinToPCICR(Z_MIN_PIN) != NULL, "Z_MIN_PIN is not interrupt-capable");
                     ^~~~~~~~~~~~~~~~~
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/leds.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/leds.cpp.o
/Users/Alex/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega1284p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_SANGUINO -DARDUINO_ARCH_AVR -I/Users/Alex/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/cores/arduino -I/Users/Alex/Documents/Arduino/hardware/anet/avr/variants/sanguino -I/Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal/src /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/malyanlcd.cpp -o /var/folders/t_/cx1p13755t3b_cmq3gwvzxw40000gn/T/arduino_build_328074/sketch/malyanlcd.cpp.o
Più di una libreria trovata per "LiquidCrystal.h"
Usata: /Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal
Uso la libreria LiquidCrystal alla versione 1.0.7 nella cartella: /Applications/Arduino.app/Contents/Java/libraries/LiquidCrystal 
exit status 1
non-constant condition for static assertion

Scusami, hai ragione, ecco il codice...

Link al commento
Condividi su altri siti

la voce ENDSTOP_INTERRUPTS_FEATURE è abilitata ma comunque ci sono degli sviluppi!

Cercando in rete ho trovato un video dove dicono di installare la penultima versione della libreria Arduino AVR Boards

ora tutto si è ripristinato, sono riuscito a caricare il marlin 1.1.9 utilizzando l' LCD originale a 4 righe.

Adesso si riparte ad installare il display grafico uguale a quello della Anet A6, vediamo cosa succede...

Link al commento
Condividi su altri siti

Partecipa alla conversazione

Puoi pubblicare ora e registrarti più tardi. Se hai un account, accedi ora per pubblicarlo con il tuo account.

Ospite
Rispondi a questa discussione...

×   Hai incollato il contenuto con la formattazione.   Rimuovere la formattazione

  Sono consentiti solo 75 emoticon max.

×   Il tuo collegamento è stato incorporato automaticamente.   Mostra come un collegamento

×   Il tuo contenuto precedente è stato ripristinato.   Pulisci editor

×   Non puoi incollare le immagini direttamente. Carica o inserisci immagini dall'URL.

×
×
  • Crea Nuovo...