-
Numero contenuti
2.148 -
Iscritto
-
Ultima visita
-
Giorni Vinti
32
Tipo di contenuto
Profili
Articoli
Introduzione alla stampa 3D
Database materiali
Forum
Calendario
Blogs
Gallery
Download
Store
Tutti i contenuti di Joker78
-
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
si sicuramente mettero quello, al momento lo vorrei soltanto attivare, poi passo tutto su 1.1.9 anche perche quando mi aiutarono a compilare questo dovetti mettere come scheda la 1.3, perche non era selezionabile la msk 1.4 che è quella che monto ok che file ti devo dare? -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
no perche mi da errore asp lo compilo e lo riposto Grazie infinitamente per l'aiuto 👍👍👍👍👍 -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
ok eccoli Configuration.h Configuration_adv.h -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
questo e il mio file che attualmente uso, mi dici cortesemente dove sbaglio? se puoi mi puoi dire i parametri da configurare? Marlin_1.1_prova.ino non volevo passare al 1.9 prima di capirci qualcosa, credo che il sensore funzioni anche sulla 1.8 -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
la mia e' la versione 1.8.8 -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
ho win7 lultima versione di arduino non me la fa istallare -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
amico mio metterei volentieri anche la 2.0 è che non mi ricordo piu' come si fa ahahahaha le bestemmie mi portano via di peso....... ok con arduino ho aperto il marlin 2.0 vediamo se riesco ha impostarlo....... -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
Ho visto il video credo che qualcosa in più ci sto capendo almeno spero, però non capisco dove scrivere l'area in cui il sensore si potrà muovere, nel mio firmware non trovo quelle scritte loft, right, ecc ecc dove impostare lo scarto di 20mm, cioè 220-20 Che diventerebbe 200×200 Io nel mio caso lo porterei a 30 cosi entrerebbe tutto. -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
grazie infinite io utilizzo ancora il marlin 1.8.8 come livellamento pensavo al bilinear ma se ritieni meglio altri va bene lo stesso -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
un'altra cosa per attivare il sensore nel marlin quale di queste voci devo decommentare? /** * The "Manual Probe" provides a means to do "Auto" Bed Leveling without a probe. * Use G29 repeatedly, adjusting the Z height at each point with movement commands * or (with LCD_BED_LEVELING) the LCD controller. */ //#define PROBE_MANUALLY /** * A Fix-Mounted Probe either doesn't deploy or needs manual deployment. * (e.g., an inductive probe or a nozzle-based probe-switch.) */ //#define FIX_MOUNTED_PROBE /** * Z Servo Probe, such as an endstop switch on a rotating arm. */ //#define Z_ENDSTOP_SERVO_NR 0 // Defaults to SERVO 0 connector. //#define Z_SERVO_ANGLES {70,0} // Z Servo Deploy and Stow angles /** * The BLTouch probe uses a Hall effect sensor and emulates a servo. */ //#define BLTOUCH #if ENABLED(BLTOUCH) //#define BLTOUCH_DELAY 375 // (ms) Enable and increase if needed #endif /** * Enable if probing seems unreliable. Heaters and/or fans - consistent with the * options selected below - will be disabled during probing so as to minimize * potential EM interference by quieting/silencing the source of the 'noise' (the change * in current flowing through the wires). This is likely most useful to users of the * BLTouch probe, but may also help those with inductive or other probe types. */ //#define PROBING_HEATERS_OFF // Turn heaters off when probing //#define PROBING_FANS_OFF // Turn fans off when probing // A probe that is deployed and stowed with a solenoid pin (SOL1_PIN) //#define SOLENOID_PROBE // A sled-mounted probe like those designed by Charles Bell. //#define Z_PROBE_SLED //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like. // // For Z_PROBE_ALLEN_KEY see the Delta example configurations. // questa? //#define PROBE_MANUALLY -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
si infatti ho misurato il sensore che è distante dall'ugello 24.5mm ora dovrei mettere le misure qui giusto? #define X_PROBE_OFFSET_FROM_EXTRUDER 10 // X offset: -left +right [of the nozzle] #define Y_PROBE_OFFSET_FROM_EXTRUDER 10 // Y offset: -front +behind [the nozzle] il sensore e sulla stessa line dell'ugello in quanto quando fo la home degli assi il nozle rimane 13mm al difuori del piano, nel firmware l'ho messo a -13, devo metterlo anche per il sensore? cioè + 24.5 -13 allego foto di come sta messo. trovato e decommentato ho pero un problema se metto le misure qui: #define X_PROBE_OFFSET_FROM_EXTRUDER 10 // X offset: -left +right [of the nozzle] #define Y_PROBE_OFFSET_FROM_EXTRUDER 10 // Y offset: -front +behind [the nozzle] non mi flesha il firmware, mi fa vedere questa stringa evidenziata di rosso: #define Y_PROBE_OFFSET_FROM_EXTRUDER 10 // Y offset: -front +behind [the nozzle] -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
perche se do g29 non succede niente? mi sa che sono gia decommentate perchè non anno queste // all'inizio della stringa, quando intendi decommentare intendi questo? grazie per la risposta -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
ciao a tutti innanzi tutto buona pasqua a tutti, per @iLMario intendi questa riga? #if ENABLED(Z_SAFE_HOMING) #define Z_SAFE_HOMING_X_POINT ((X_MIN_POS + X_MAX_POS) / 2) // X point for Z homing when homing all axis (G28). #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2) // Y point for Z homing when homing all axis (G28). #endif -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
Grazie mille Mario domani mi ci metto 👍👍👍 -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
Io ho la versione 8bit sono rimasto indietro 😅 per il momento vedo mi che mi basta, in futuro prevedo che la utilizzerò però prenderò una delta. -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
Il sensore sono riuscito ha montarlo e funziona, se metto un dito vicino la luce rossa si illumina, ho letto la procedura, ha questo punto dovrei collegare repeteir host i digitare le varie stringhe, solo che quando fo la home, mi pare g28, lui continua a farla all'angolo del piano e non al centro, dove sto sbagliando? Se anche @iLMario o @Tomto anno voglia di insegnare qualcosa anche a una capra come me ben vengano è!!! 😅 -
sensore capacitivo
Joker78 ha risposto a Joker78 nella discussione Software di slicing, firmware e GCode
Si scusami hai ragione, se ti mando il mio firmware, tu puoi vedere se è compilato bene? 🙏🙏🙏 Ho notato che nel firmware la scheda riportata è mks 1.3 ma io ho la 1.4 posso correggerlo? Mi cambia qualcosa? -
salve a tutti, volevo chiedere ai piu' esperti: perche non riesco a mettere la posizione del sensore rispetto al nozle, ne marlin? mi da questo errore allego: Arduino:1.8.8 (Windows 7), Scheda:"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)" C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\Joker\AppData\Local\Arduino15\packages -hardware C:\Users\Joker\Documents\Arduino\hardware -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -tools C:\Users\Joker\AppData\Local\Arduino15\packages -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\Joker\Documents\Arduino\libraries -fqbn=arduino:avr:mega:cpu=atmega2560 -ide-version=10808 -build-path C:\Users\Joker\AppData\Local\Temp\arduino_build_145650 -warnings=none -build-cache C:\Users\Joker\AppData\Local\Temp\arduino_cache_233580 -prefs=build.warn_data_percentage=75 -verbose C:\Users\Joker\Downloads\Marlin-bugfix-1.1.x_anet (1)\Marlin-bugfix-1.1.x_anet\Marlin_ctc_prova_1\Marlin_ctc_prova_1.ino C:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\Joker\AppData\Local\Arduino15\packages -hardware C:\Users\Joker\Documents\Arduino\hardware -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -tools C:\Users\Joker\AppData\Local\Arduino15\packages -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\Joker\Documents\Arduino\libraries -fqbn=arduino:avr:mega:cpu=atmega2560 -ide-version=10808 -build-path C:\Users\Joker\AppData\Local\Temp\arduino_build_145650 -warnings=none -build-cache C:\Users\Joker\AppData\Local\Temp\arduino_cache_233580 -prefs=build.warn_data_percentage=75 -verbose C:\Users\Joker\Downloads\Marlin-bugfix-1.1.x_anet (1)\Marlin-bugfix-1.1.x_anet\Marlin_ctc_prova_1\Marlin_ctc_prova_1.ino Using board 'mega' from platform in folder: C:\Users\Joker\Documents\Arduino\hardware\arduino\avr Using core 'arduino' from platform in folder: C:\Users\Joker\Documents\Arduino\hardware\arduino\avr Detecting libraries used... "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\Marlin_ctc_prova_1.ino.cpp" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\Marlin_ctc_prova_1.ino.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\Marlin_ctc_prova_1.ino.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\G26_Mesh_Validation_Tool.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\G26_Mesh_Validation_Tool.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\M100_Free_Mem_Chk.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\M100_Free_Mem_Chk.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\MarlinSerial.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\MarlinSerial.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\Marlin_main.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\Marlin_main.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\Sd2Card.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\Sd2Card.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\SdBaseFile.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\SdBaseFile.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\SdFatUtil.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\SdFatUtil.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\SdFile.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\SdFile.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\SdVolume.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\SdVolume.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\blinkm.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\blinkm.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\cardreader.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\cardreader.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\configuration_store.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\configuration_store.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\dac_mcp4728.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\dac_mcp4728.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\digipot_mcp4018.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\digipot_mcp4018.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\digipot_mcp4451.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\digipot_mcp4451.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\endstops.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\endstops.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\hex_print_routines.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\hex_print_routines.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\least_squares_fit.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\least_squares_fit.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\mesh_bed_leveling.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\mesh_bed_leveling.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\nozzle.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\nozzle.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\planner.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\planner.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\planner_bezier.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\planner_bezier.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\printcounter.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\printcounter.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\qr_solve.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\qr_solve.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\serial.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\serial.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\servo.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\servo.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\stepper.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\stepper.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\stepper_dac.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\stepper_dac.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\stepper_indirection.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\stepper_indirection.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\stopwatch.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\stopwatch.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\temperature.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\temperature.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\twibus.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\twibus.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\ubl.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\ubl.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\ubl_G29.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\ubl_G29.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\ubl_motion.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\ubl_motion.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\ultralcd.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\ultralcd.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\utility.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\utility.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\vector_3.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\vector_3.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\watchdog.cpp" -o nul Error while detecting libraries included by C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\watchdog.cpp "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\U8glib.cpp" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\chessengine.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_bitmap.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_circle.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_clip.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_api.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_api_16gr.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_attiny85_hw_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_common.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_fast_parallel.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_hw_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_hw_usart_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_no_en_parallel.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_parallel.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_port_d_wr.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_ssd_i2c.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_st7920_custom.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_st7920_hw_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_st7920_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_std_sw_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_sw_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_t6963.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_arduino_uc_i2c.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_atmega_hw_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_atmega_parallel.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_atmega_st7920_hw_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_atmega_st7920_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_atmega_sw_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_atxmega_hw_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_atxmega_st7920_hw_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_i2c.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_io.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_linux_ssd_i2c.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_msp430_hw_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_null.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_psoc5_ssd_hw_parallel.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_raspberrypi_hw_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_raspberrypi_ssd_i2c.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_com_std_sw_spi.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_cursor.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_delay.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_a2_micro_printer.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_flipdisc_2x7.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_gprof.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ht1632.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ili9325d_320x240.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ks0108_128x64.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_lc7981_160x80.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_lc7981_240x128.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_lc7981_240x64.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_lc7981_320x64.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ld7032_60x32.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_null.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_pcd8544_84x48.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_pcf8812_96x65.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_sbn1661_122x32.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ssd1306_128x32.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ssd1306_128x64.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ssd1306_64x48.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ssd1309_128x64.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ssd1322_nhd31oled_bw.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ssd1322_nhd31oled_gr.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ssd1325_nhd27oled_bw.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ssd1325_nhd27oled_bw_new.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ssd1325_nhd27oled_gr.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ssd1325_nhd27oled_gr_new.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ssd1327_96x96_gr.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ssd1351_128x128.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_ssd1353_160x128.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_st7565_64128n.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_st7565_dogm128.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_st7565_dogm132.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_st7565_lm6059.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_st7565_lm6063.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_st7565_nhd_c12832.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_st7565_nhd_c12864.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_st7687_c144mvgd.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_st7920_128x64.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_st7920_192x32.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_st7920_202x32.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_t6963_128x128.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_t6963_128x64.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_t6963_240x128.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_t6963_240x64.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_tls8204_84x48.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_uc1601_c128032.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_uc1608_240x128.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_uc1608_240x64.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_uc1610_dogxl160.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_uc1611_dogm240.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_uc1611_dogxl240.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_uc1701_dogs102.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_dev_uc1701_mini12864.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_ellipse.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_font.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_font_data.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_line.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_ll_api.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_page.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_pb.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_pb14v1.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_pb16h1.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_pb16h2.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_pb16v1.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_pb16v2.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_pb32h1.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_pb8h1.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_pb8h1f.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_pb8h2.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_pb8h8.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_pb8v1.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_pb8v2.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_pbxh16.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_pbxh24.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_polygon.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_rect.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_rot.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_scale.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_state.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_u16toa.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_u8toa.c" -o nul "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src\\clib\\u8g_virtual_screen.c" -o nul Generating function prototypes... "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Joker\\Documents\\Arduino\\hardware\\arduino\\avr\\variants\\mega" "-IC:\\Users\\Joker\\Documents\\Arduino\\libraries\\U8glib-1.19.1\\src" "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\sketch\\Marlin_ctc_prova_1.ino.cpp" -o "C:\\Users\\Joker\\AppData\\Local\\Temp\\arduino_build_145650\\preproc\\ctags_target_for_gcc_minus_e.cpp" In file included from C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\Marlin_ctc_prova_1.ino.cpp:1:0: Configuration.h:651:39: error: floating constant in preprocessor expression #define X_PROBE_OFFSET_FROM_EXTRUDER +24.5 // X offset: -left +right [of the nozzle] ^ C:\Users\Joker\Documents\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:93:24: note: in definition of macro 'max' #define max(a,b) ((a)>(b)?(a):(b)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\Conditionals_post.h:793:53: note: in expansion of macro 'X_PROBE_OFFSET_FROM_EXTRUDER' #define MIN_PROBE_X (max(X_MIN_POS, X_MIN_POS + X_PROBE_OFFSET_FROM_EXTRUDER)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\SanityCheck.h:620:37: note: in expansion of macro 'MIN_PROBE_X' #if LEFT_PROBE_BED_POSITION < MIN_PROBE_X ^ Configuration.h:651:39: error: floating constant in preprocessor expression #define X_PROBE_OFFSET_FROM_EXTRUDER +24.5 // X offset: -left +right [of the nozzle] ^ C:\Users\Joker\Documents\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:93:32: note: in definition of macro 'max' #define max(a,b) ((a)>(b)?(a):(b)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\Conditionals_post.h:793:53: note: in expansion of macro 'X_PROBE_OFFSET_FROM_EXTRUDER' #define MIN_PROBE_X (max(X_MIN_POS, X_MIN_POS + X_PROBE_OFFSET_FROM_EXTRUDER)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\SanityCheck.h:620:37: note: in expansion of macro 'MIN_PROBE_X' #if LEFT_PROBE_BED_POSITION < MIN_PROBE_X ^ Configuration.h:651:39: error: floating constant in preprocessor expression #define X_PROBE_OFFSET_FROM_EXTRUDER +24.5 // X offset: -left +right [of the nozzle] ^ C:\Users\Joker\Documents\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:92:24: note: in definition of macro 'min' #define min(a,b) ((a)<(b)?(a):(b)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\Conditionals_post.h:794:53: note: in expansion of macro 'X_PROBE_OFFSET_FROM_EXTRUDER' #define MAX_PROBE_X (min(X_MAX_POS, X_MAX_POS + X_PROBE_OFFSET_FROM_EXTRUDER)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\SanityCheck.h:622:40: note: in expansion of macro 'MAX_PROBE_X' #elif RIGHT_PROBE_BED_POSITION > MAX_PROBE_X ^ Configuration.h:651:39: error: floating constant in preprocessor expression #define X_PROBE_OFFSET_FROM_EXTRUDER +24.5 // X offset: -left +right [of the nozzle] ^ C:\Users\Joker\Documents\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:92:32: note: in definition of macro 'min' #define min(a,b) ((a)<(b)?(a):(b)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\Conditionals_post.h:794:53: note: in expansion of macro 'X_PROBE_OFFSET_FROM_EXTRUDER' #define MAX_PROBE_X (min(X_MAX_POS, X_MAX_POS + X_PROBE_OFFSET_FROM_EXTRUDER)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\SanityCheck.h:622:40: note: in expansion of macro 'MAX_PROBE_X' #elif RIGHT_PROBE_BED_POSITION > MAX_PROBE_X ^ Configuration.h:745:20: error: floating constant in preprocessor expression #define Y_MIN_POS -13.0 ^ C:\Users\Joker\Documents\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:93:20: note: in definition of macro 'max' #define max(a,b) ((a)>(b)?(a):(b)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\Conditionals_post.h:795:30: note: in expansion of macro 'Y_MIN_POS' #define MIN_PROBE_Y (max(Y_MIN_POS, Y_MIN_POS + Y_PROBE_OFFSET_FROM_EXTRUDER)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\SanityCheck.h:624:40: note: in expansion of macro 'MIN_PROBE_Y' #elif FRONT_PROBE_BED_POSITION < MIN_PROBE_Y ^ Configuration.h:745:20: error: floating constant in preprocessor expression #define Y_MIN_POS -13.0 ^ C:\Users\Joker\Documents\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:93:24: note: in definition of macro 'max' #define max(a,b) ((a)>(b)?(a):(b)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\Conditionals_post.h:795:41: note: in expansion of macro 'Y_MIN_POS' #define MIN_PROBE_Y (max(Y_MIN_POS, Y_MIN_POS + Y_PROBE_OFFSET_FROM_EXTRUDER)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\SanityCheck.h:624:40: note: in expansion of macro 'MIN_PROBE_Y' #elif FRONT_PROBE_BED_POSITION < MIN_PROBE_Y ^ Configuration.h:745:20: error: floating constant in preprocessor expression #define Y_MIN_POS -13.0 ^ C:\Users\Joker\Documents\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:93:28: note: in definition of macro 'max' #define max(a,b) ((a)>(b)?(a):(b)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\Conditionals_post.h:795:30: note: in expansion of macro 'Y_MIN_POS' #define MIN_PROBE_Y (max(Y_MIN_POS, Y_MIN_POS + Y_PROBE_OFFSET_FROM_EXTRUDER)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\SanityCheck.h:624:40: note: in expansion of macro 'MIN_PROBE_Y' #elif FRONT_PROBE_BED_POSITION < MIN_PROBE_Y ^ Configuration.h:745:20: error: floating constant in preprocessor expression #define Y_MIN_POS -13.0 ^ C:\Users\Joker\Documents\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:93:32: note: in definition of macro 'max' #define max(a,b) ((a)>(b)?(a):(b)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\Conditionals_post.h:795:41: note: in expansion of macro 'Y_MIN_POS' #define MIN_PROBE_Y (max(Y_MIN_POS, Y_MIN_POS + Y_PROBE_OFFSET_FROM_EXTRUDER)) ^ C:\Users\Joker\AppData\Local\Temp\arduino_build_145650\sketch\SanityCheck.h:624:40: note: in expansion of macro 'MIN_PROBE_Y' #elif FRONT_PROBE_BED_POSITION < MIN_PROBE_Y ^ Uso la libreria U8glib-1.19.1 alla versione 1.19.1 nella cartella: C:\Users\Joker\Documents\Arduino\libraries\U8glib-1.19.1 exit status 1 floating constant in preprocessor expression
-
stampante a resina per oggetti resistenti
Joker78 ha risposto a blanka nella discussione Materiali di stampa
Il petg è un buon compromesso se cerchi qualcosa di robusto, se cerchi la definizione il pla secondo me è il top, detto questo a volte capita che il pezzo si stacchi anche per colpa del piano, magari livellato male, oppure perché si scalibra. -
stampante a resina per oggetti resistenti
Joker78 ha risposto a blanka nella discussione Materiali di stampa
Strano io stampo il petg trasparente senza problemi, non si imbarca se guardi il mio post petg trasparente, vedrai 0 problemi, non uso tanto la ventola layer, ma non fa versi strani, poi dipende sempre dalla marca del filamento. -
Dopo alcune prove posto alcune stampe, prima volta che provo questa marca di petg, ma ne sono estremamente soddisfatto meccanicamente molto solido, un po trasparente è niente di che come tutti, però per fare un lampada è ottimo, se si vuole sfruttare la trasparenza, una volta azzeccato temperature di estrusione e velocità, si stampa in maniera veramente pulita. La stampa è: Layer 0.2 Temp. Nozle 241° Ventola layer off Piano 70° Infil 20% Velocità media 60mm/s Retrazione per bowden 8mm ma se voglio aumentare la temp. estrusore la devo portare a 9mm Velocità retrazione ho messo 55 Tempo totale 7 ore 26 min.
-
Anche io ho qualche lieve scompenso, però come da foto riesco a stampare abbastanza bene, niente di straordinario, il vetro è un comunissimo vetro da 3mm, ti lascio immaginare il bed di alluminio come deve essere imbarcato. Cè da aggiungere una cosa ha mio avviso magari mi sbaglio, ma anche la lacca quando ne facciamo uso tende a non essere uniforme al millesimo quando la diamo, può causare una non perfetta planarita.
-
Sotto il piatto, la piastra che tiene tutto è in alluminio/ferro/legno/plastica, il vetro un po può flettere se il piano lo tira, ora non ho presente che carrello monta, ma molto spesso tarare bene off/set di z aiuta quando vai a calibrare il piano.
-
Ma te usi le barre filettate libere?
-
Non è malvagio magari forse si notano le vibrazioni sulla stampa, se risolvi quello non stampi male