Vai al contenuto

Problemi con arduino e high sierra???


Messaggi raccomandati

Ciao a tutti.

Ho acquistato il 3d touch auto leveling sensor e dopo averlo montato passo alle modifiche del firmware. Ed è a questo punto che mi accorgo che arduino non mi compila più lo sketch.

Queste sono le ultime righe dell'errore che mi restituisce:

arduino-builder ha restituito 2

Errore durante la compilazione per la scheda Arduino Mega ADK.
 

Dall'ultima volta che ho compilato il firmware ho aggiornato l'OS del mio iMac a High Sierra.

Potrebbe essere questo il problema?

Qualcuno con High Sierra ha riscontrato lo stesso problema?

Grazie come sempre per i preziosi aiuti

Link al commento
Condividi su altri siti

  • Risposte 6
  • Creato
  • Ultima Risposta

Miglior contributo in questa discussione

Giorni Popolari

Miglior contributo in questa discussione

Giorni Popolari

Servono le prime righe dell'errore non le ultime, ma la cosa più probabile è che facendo la modifica abbia fatto qualche errore di sintassi nel compilatore. Se guardi nelle prime righe del log di errore ti dice il numero di riga che contiene il problema..

Per fare una prova veloce prova a compilare il firmware prima delle modifiche,

Poi assicurati in arduino che come processore sia regolato per il tuo processore che al 99% è un atmega 2560  

Link al commento
Condividi su altri siti

3 ore fa, Alep dice:

Servono le prime righe dell'errore non le ultime, ma la cosa più probabile è che facendo la modifica abbia fatto qualche errore di sintassi nel compilatore. Se guardi nelle prime righe del log di errore ti dice il numero di riga che contiene il problema..

Per fare una prova veloce prova a compilare il firmware prima delle modifiche,

Poi assicurati in arduino che come processore sia regolato per il tuo processore che al 99% è un atmega 2560  

Ciao Alep.

Non si tratta di un errore si sintassi. Avevo già provato a compilare il firmware senza le modifiche. Per maggiore sicurezza ho anche scaricato nuovamente il firmware originale e ho provato a compilare anche quello ma niente.

Ecco le prime righe dell'errore:

failed MSpanList_Insert 0x30c000 0x99f52b628e2 0x0
fatal error: MSpanList_Insert

runtime stack:
runtime.throw(0x2ac50b)
    /usr/local/go/src/runtime/panic.go:491 +0xad fp=0x7ffeefbff450 sp=0x7ffeefbff420
runtime.MSpanList_Insert(0x2ca128, 0x30c000)

Per quanto riguarda il processore invece da dove si regola?

Cercando fra gli Strumenti ho visto che bisogna selezionare anche il "Programmatore". Quale devo selezionare?

Cmq si, il processore dovrebbe essere atmega 2560.

Grazie

Link al commento
Condividi su altri siti

Il programmatore non serve in questi casi.

Non è che stai usando la versione sbagliata di Arduino? Dal codice di errore non dovrebbe essere questo il problema ma comunque ti ricordo che a seconda del marlin che usi devi utilizzare arduino versione 1,0,6 mentre nei marlin recenti devi usare le ultime versionei.

Adesso non posso poi vedo se riesco a capire cosa è questo messaggio di errore

Link al commento
Condividi su altri siti

18 minuti fa, Alep dice:

Il programmatore non serve in questi casi.

Non è che stai usando la versione sbagliata di Arduino? Dal codice di errore non dovrebbe essere questo il problema ma comunque ti ricordo che a seconda del marlin che usi devi utilizzare arduino versione 1,0,6 mentre nei marlin recenti devi usare le ultime versionei.

Adesso non posso poi vedo se riesco a capire cosa è questo messaggio di errore

io uso arduino 1.6.9.

Ma ha funzionato fino a qualche giorno fa. Ho provato anche a scaricare altre versioni compreso il web editor, in modo da svincolarmi da possibili cause dovute al mio OS, ma li mi da un altro tipo di errore e cioè questo:

./opt/arduino-builder/arduino-builder -compile -core-api-version 10611 -build-path /tmp/147837919/build -hardware opt/arduino-builder/hardware -hardware ./opt/cores -tools opt/arduino-builder/tools -tools ./opt/tools -built-in-libraries opt/libraries/latest -libraries /tmp/147837919/pinned -libraries /tmp/147837919/custom -fqbn arduino:avr:megaADK -build-cache /tmp -logger humantags -verbose=true /tmp/147837919/Marlin

Using board 'megaADK' from platform in folder: /home/admin/builder/opt/cores/arduino/avr

Using core 'arduino' from platform in folder: /home/admin/builder/opt/cores/arduino/avr

Detecting libraries used...

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "/tmp/147837919/build/sketch/Marlin.ino.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/Marlin.ino.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/BlinkM.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/ConfigurationStore.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/LiquidCrystalRus.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/MarlinSerial.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/Marlin_main.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/Sd2Card.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/SdBaseFile.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/SdFatUtil.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/SdFile.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/SdVolume.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/Servo.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/cardreader.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/digipot_mcp4451.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/motion_control.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/planner.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/qr_solve.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/stepper.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/temperature.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/ultralcd.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/vector_3.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/watchdog.cpp" -o "/dev/null"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src/LiquidCrystal.cpp" -o "/dev/null"

Generating function prototypes...

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/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=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/Marlin.ino.cpp" -o "/tmp/147837919/build/preproc/ctags_target_for_gcc_minus_e.cpp"

"/home/admin/builder/opt/arduino-builder/tools/arduino-preprocessor/0.1.3/arduino-preprocessor" "/tmp/147837919/build/preproc/ctags_target_for_gcc_minus_e.cpp" "" -- -std=gnu++11

Compiling sketch...

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/Servo.cpp" -o "/tmp/147837919/build/sketch/Servo.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/BlinkM.cpp" -o "/tmp/147837919/build/sketch/BlinkM.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/ConfigurationStore.cpp" -o "/tmp/147837919/build/sketch/ConfigurationStore.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/LiquidCrystalRus.cpp" -o "/tmp/147837919/build/sketch/LiquidCrystalRus.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/qr_solve.cpp" -o "/tmp/147837919/build/sketch/qr_solve.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/stepper.cpp" -o "/tmp/147837919/build/sketch/stepper.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/Marlin.ino.cpp" -o "/tmp/147837919/build/sketch/Marlin.ino.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/MarlinSerial.cpp" -o "/tmp/147837919/build/sketch/MarlinSerial.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/Marlin_main.cpp" -o "/tmp/147837919/build/sketch/Marlin_main.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/Sd2Card.cpp" -o "/tmp/147837919/build/sketch/Sd2Card.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/temperature.cpp" -o "/tmp/147837919/build/sketch/temperature.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/SdBaseFile.cpp" -o "/tmp/147837919/build/sketch/SdBaseFile.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/ultralcd.cpp" -o "/tmp/147837919/build/sketch/ultralcd.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/vector_3.cpp" -o "/tmp/147837919/build/sketch/vector_3.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/cardreader.cpp" -o "/tmp/147837919/build/sketch/cardreader.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/watchdog.cpp" -o "/tmp/147837919/build/sketch/watchdog.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/SdFatUtil.cpp" -o "/tmp/147837919/build/sketch/SdFatUtil.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/SdFile.cpp" -o "/tmp/147837919/build/sketch/SdFile.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/SdVolume.cpp" -o "/tmp/147837919/build/sketch/SdVolume.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/digipot_mcp4451.cpp" -o "/tmp/147837919/build/sketch/digipot_mcp4451.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/motion_control.cpp" -o "/tmp/147837919/build/sketch/motion_control.cpp.o"

"/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10611 -DARDUINO_AVR_ADK -DARDUINO_ARCH_AVR "-I/home/admin/builder/opt/cores/arduino/avr/cores/arduino" "-I/home/admin/builder/opt/cores/arduino/avr/variants/mega" "-I/home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7/src" "/tmp/147837919/build/sketch/planner.cpp" -o "/tmp/147837919/build/sketch/planner.cpp.o"

Using library liquidcrystal-1-0-7 at version 1.0.7 in folder: /home/admin/builder/opt/libraries/latest/liquidcrystal-1-0-7

In file included from /tmp/147837919/build/sketch/SdFile.h:27:0,

from /tmp/147837919/build/sketch/SdFile.cpp:23:

/tmp/147837919/build/sketch/SdBaseFile.h:38:8: error: using typedef-name 'fpos_t' after 'struct'

struct fpos_t {

^

In file included from /tmp/147837919/build/sketch/Marlin.h:10:0,

from /tmp/147837919/build/sketch/SdFile.cpp:20:

/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/avr/include/stdio.h:950:33: note: 'fpos_t' has a previous declaration here

__extension__ typedef long long fpos_t;

^

In file included from /tmp/147837919/build/sketch/SdFile.h:27:0,

from /tmp/147837919/build/sketch/cardreader.h:8,

from /tmp/147837919/build/sketch/stepper.cpp:30:

/tmp/147837919/build/sketch/SdBaseFile.h:38:8: error: using typedef-name 'fpos_t' after 'struct'

struct fpos_t {

^

In file included from /tmp/147837919/build/sketch/Marlin.h:10:0,

from /tmp/147837919/build/sketch/stepper.cpp:24:

/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/avr/include/stdio.h:950:33: note: 'fpos_t' has a previous declaration here

__extension__ typedef long long fpos_t;

^

In file included from /tmp/147837919/build/sketch/SdBaseFile.cpp:24:0:

/tmp/147837919/build/sketch/SdBaseFile.h:38:8: error: using typedef-name 'fpos_t' after 'struct'

struct fpos_t {

^

In file included from /tmp/147837919/build/sketch/Marlin.h:10:0,

from /tmp/147837919/build/sketch/SdBaseFile.cpp:21:

/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/avr/include/stdio.h:950:33: note: 'fpos_t' has a previous declaration here

__extension__ typedef long long fpos_t;

^

/tmp/147837919/build/sketch/SdBaseFile.cpp: In member function 'void SdBaseFile::getpos(fpos_t*)':

/tmp/147837919/build/sketch/SdBaseFile.cpp:298:8: error: request for member 'position' in '* pos', which is of non-class type 'fpos_t {aka long long int}'

pos->position = curPosition_;

^

/tmp/147837919/build/sketch/SdBaseFile.cpp:299:8: error: request for member 'cluster' in '* pos', which is of non-class type 'fpos_t {aka long long int}'

pos->cluster = curCluster_;

^

/tmp/147837919/build/sketch/SdBaseFile.cpp: In member function 'void SdBaseFile::setpos(fpos_t*)':

/tmp/147837919/build/sketch/SdBaseFile.cpp:1496:23: error: request for member 'position' in '* pos', which is of non-class type 'fpos_t {aka long long int}'

curPosition_ = pos->position;

^

/tmp/147837919/build/sketch/SdBaseFile.cpp:1497:22: error: request for member 'cluster' in '* pos', which is of non-class type 'fpos_t {aka long long int}'

curCluster_ = pos->cluster;

^

In file included from /tmp/147837919/build/sketch/SdFile.h:27:0,

from /tmp/147837919/build/sketch/cardreader.h:8,

from /tmp/147837919/build/sketch/cardreader.cpp:2:

/tmp/147837919/build/sketch/SdBaseFile.h:38:8: error: using typedef-name 'fpos_t' after 'struct'

struct fpos_t {

^

In file included from /tmp/147837919/build/sketch/Marlin.h:10:0,

from /tmp/147837919/build/sketch/cardreader.cpp:1:

/home/admin/builder/opt/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/avr/include/stdio.h:950:33: note: 'fpos_t' has a previous declaration here

__extension__ typedef long long fpos_t;

^

exit status 1

 

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...