Board Properties name=ATmega2560 (Mega 2560) (Arduino/Genuino Mega) vid.0=0x2341 pid.0=0x0010 vid.1=0x2341 pid.1=0x0042 vid.2=0x2A03 pid.2=0x0010 vid.3=0x2A03 pid.3=0x0042 vid.4=0x2341 pid.4=0x0210 vid.5=0x2341 pid.5=0x0242 upload.tool=avrdude upload.maximum_data_size=8192 bootloader.tool=avrdude bootloader.low_fuses=0xFF bootloader.unlock_bits=0x3F bootloader.lock_bits=0x0F build.f_cpu=16000000L build.core=arduino build.variant=mega build.board=AVR_MEGA2560 menu.cpu.atmega2560=ATmega2560 (Mega 2560) menu.cpu.atmega2560.upload.protocol=wiring menu.cpu.atmega2560.upload.maximum_size=253952 menu.cpu.atmega2560.upload.speed=115200 menu.cpu.atmega2560.bootloader.high_fuses=0xD8 menu.cpu.atmega2560.bootloader.extended_fuses=0xFD menu.cpu.atmega2560.bootloader.file=stk500v2/stk500boot_v2_mega2560.hex menu.cpu.atmega2560.build.mcu=atmega2560 menu.cpu.atmega2560.build.board=AVR_MEGA2560 menu.cpu.atmega1280=ATmega1280 menu.cpu.atmega1280.upload.protocol=arduino menu.cpu.atmega1280.upload.maximum_size=126976 menu.cpu.atmega1280.upload.speed=57600 menu.cpu.atmega1280.bootloader.high_fuses=0xDA menu.cpu.atmega1280.bootloader.extended_fuses=0xF5 menu.cpu.atmega1280.bootloader.file=atmega/ATmegaBOOT_168_atmega1280.hex menu.cpu.atmega1280.build.mcu=atmega1280 menu.cpu.atmega1280.build.board=AVR_MEGA runtime.ide.path=C:\Users\Abbott\Documents\Arduino runtime.os=windows build.system.path=C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\system runtime.ide.version=108010 target_package=arduino target_platform=avr runtime.hardware.path=C:\Users\Abbott\Documents\Arduino\hardware\arduino originalid=mega intellisense.tools.path={runtime.tools.avr-gcc.path}\ intellisense.include.paths={intellisense.tools.path}avr\include;{intellisense.tools.path}avr\include\avr;{intellisense.tools.path}lib\gcc\avr\4.8.1\include;{intellisense.tools.path}lib\gcc\avr\4.9.2\include;{intellisense.tools.path}lib\gcc\avr\4.9.3\include; tools.atprogram.cmd.path=%AVRSTUDIO_EXE_PATH%\atbackend\atprogram tools.atprogram.cmd.setwinpath=true tools.atprogram.program.params.verbose=-v tools.atprogram.program.params.quiet=-q tools.atprogram.program.pattern="{cmd.path}" -d {build.mcu} {program.verbose} {program.extra_params} program -c -f "{build.path}\{build.project_name}.hex" tools.atprogram.program.xpattern="{cmd.path}" {AVRSTUDIO_BACKEND_CONNECTION} -d {build.mcu} {program.verbose} {program.extra_params} program -c -f "{build.path}\{build.project_name}.hex" tools.atprogram.erase.params.verbose=-v tools.atprogram.erase.params.quiet=-q tools.atprogram.bootloader.params.verbose=-v tools.atprogram.bootloader.params.quiet=-q tools.atprogram.bootloader.pattern="{cmd.path}" -d {build.mcu} {bootloader.verbose} program -c -f "{runtime.ide.path}\hardware\arduino\avr\bootloaders\{bootloader.file}" ide.compiler_flags_no_opt=-Og tools.gdbstub.cmd=avr-gdb.exe tools.gdbstub.path={runtime.tools.avr-gcc.path}/bin tools.gdbstub.debug.args="{{{build.path}/{build.project_name}.elf}}" -ex "target remote \\.\{serial.port}" debug_menu.hwdebugger.gdbstub=GDB Stub debug_menu.hwdebugger.gdbstub.debug.tool=gdbstub meta_gdbstub.sentence=This debugger requires the avr-debugger library (by Jan Dolinay) be included in the project (install via Library Manager or from GitHub). meta_gdbstub.comment=To use this debugger, include the avr-debugger library, add 'debug_init();' to the setup(), and 'breakpoint();' to the top of 'loop()'. Set vMicro > Debugger > 'Compiler Optimization' to 'No Project', 'No Project + Libraries' or 'None' when debugging (NOTE: This might cause compilation errors with certain code such as HardwareSerial.) meta_gdbstub.image.connect=https://www.visualmicro.com/pics/Debug-Help-Uno_USBOnly.png meta_gdbstub.image.operation=https://www.visualmicro.com/pics/Debug-Break-Uno-GDBStub-VSOnly.png meta_gdbstub.reference.usage.url=https://www.visualmicro.com/page/User-Guide.aspx?doc=Arduino-gdb-Tutorial.html version=1.8.1 compiler.warning_flags=-w compiler.warning_flags.none=-w compiler.warning_flags.default= compiler.warning_flags.more=-Wall compiler.warning_flags.all=-Wall -Wextra compiler.path={runtime.tools.avr-gcc.path}/bin/ compiler.c.cmd=avr-gcc compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects compiler.c.elf.flags={compiler.warning_flags} -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections compiler.c.elf.cmd=avr-gcc compiler.S.flags=-c -g -x assembler-with-cpp -flto -MMD compiler.cpp.cmd=avr-g++ compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto compiler.ar.cmd=avr-gcc-ar compiler.ar.flags=rcs compiler.objcopy.cmd=avr-objcopy compiler.objcopy.eep.flags=-O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 compiler.elf2hex.flags=-O ihex -R .eeprom compiler.elf2hex.cmd=avr-objcopy compiler.ldflags= compiler.size.cmd=avr-size build.extra_flags= compiler.c.extra_flags= compiler.c.elf.extra_flags= compiler.S.extra_flags= compiler.cpp.extra_flags= compiler.ar.extra_flags= compiler.objcopy.eep.extra_flags= compiler.elf2hex.extra_flags= recipe.c.o.pattern="{compiler.path}{compiler.c.cmd}" {compiler.c.flags} -mmcu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.c.extra_flags} {build.extra_flags} {includes} "{source_file}" -o "{object_file}" recipe.cpp.o.pattern="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} -mmcu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.cpp.extra_flags} {build.extra_flags} {includes} "{source_file}" -o "{object_file}" recipe.S.o.pattern="{compiler.path}{compiler.c.cmd}" {compiler.S.flags} -mmcu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.S.extra_flags} {build.extra_flags} {includes} "{source_file}" -o "{object_file}" archive_file_path={build.path}/{archive_file} recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}" recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" {compiler.c.elf.flags} -mmcu={build.mcu} {compiler.c.elf.extra_flags} -o "{build.path}/{build.project_name}.elf" {object_files} "{build.path}/{archive_file}" "-L{build.path}" -lm recipe.objcopy.eep.pattern="{compiler.path}{compiler.objcopy.cmd}" {compiler.objcopy.eep.flags} {compiler.objcopy.eep.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.eep" recipe.objcopy.hex.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.flags} {compiler.elf2hex.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.hex" recipe.output.tmp_file={build.project_name}.hex recipe.output.save_file={build.project_name}.{build.variant}.hex recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf" recipe.size.regex=^(?:\.text|\.data|\.bootloader)\s+([0-9]+).* recipe.size.regex.data=^(?:\.data|\.bss|\.noinit)\s+([0-9]+).* recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).* preproc.includes.flags=-w -x c++ -M -MG -MP recipe.preproc.includes="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} {preproc.includes.flags} -mmcu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.cpp.extra_flags} {build.extra_flags} {includes} "{source_file}" preproc.macros.flags=-w -x c++ -E -CC recipe.preproc.macros="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} {preproc.macros.flags} -mmcu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.cpp.extra_flags} {build.extra_flags} {includes} "{source_file}" -o "{preprocessed_file_path}" tools.avrdude.path={runtime.tools.avrdude.path} tools.avrdude.cmd.path={path}/bin/avrdude tools.avrdude.config.path={path}/etc/avrdude.conf tools.avrdude.network_cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA tools.avrdude.upload.params.verbose=-v tools.avrdude.upload.params.quiet=-q -q tools.avrdude.upload.verify= tools.avrdude.upload.params.noverify=-V tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} {upload.verify} -p{build.mcu} -c{upload.protocol} "-P{serial.port}" -b{upload.speed} -D "-Uflash:w:{build.path}/{build.project_name}.hex:i" tools.avrdude.program.params.verbose=-v tools.avrdude.program.params.quiet=-q -q tools.avrdude.program.verify= tools.avrdude.program.params.noverify=-V tools.avrdude.program.pattern="{cmd.path}" "-C{config.path}" {program.verbose} {program.verify} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{build.path}/{build.project_name}.hex:i" tools.avrdude.erase.params.verbose=-v tools.avrdude.erase.params.quiet=-q -q tools.avrdude.erase.pattern="{cmd.path}" "-C{config.path}" {erase.verbose} -p{build.mcu} -c{protocol} {program.extra_params} -e -Ulock:w:{bootloader.unlock_bits}:m -Uefuse:w:{bootloader.extended_fuses}:m -Uhfuse:w:{bootloader.high_fuses}:m -Ulfuse:w:{bootloader.low_fuses}:m tools.avrdude.bootloader.params.verbose=-v tools.avrdude.bootloader.params.quiet=-q -q tools.avrdude.bootloader.pattern="{cmd.path}" "-C{config.path}" {bootloader.verbose} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{runtime.platform.path}/bootloaders/{bootloader.file}:i" -Ulock:w:{bootloader.lock_bits}:m tools.avrdude_remote.upload.pattern=/usr/bin/run-avrdude /tmp/sketch.hex {upload.verbose} -p{build.mcu} tools.avrdude.upload.network_pattern="{network_cmd}" -address {serial.port} -port {upload.network.port} -sketch "{build.path}/{build.project_name}.hex" -upload {upload.network.endpoint_upload} -sync {upload.network.endpoint_sync} -reset {upload.network.endpoint_reset} -sync_exp {upload.network.sync_return} build.usb_manufacturer="Unknown" build.usb_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} '-DUSB_MANUFACTURER={build.usb_manufacturer}' '-DUSB_PRODUCT={build.usb_product}' vm.platform.root.path=c:\program files (x86)\microsoft visual studio\2019\community\common7\ide\extensions\y4ur5orx.hne\Micro Platforms\arduino16x avrisp.name=AVR ISP avrisp.communication=serial avrisp.protocol=stk500v1 avrisp.program.protocol=stk500v1 avrisp.program.tool=avrdude avrisp.program.extra_params=-P{serial.port} avrispmkii.name=AVRISP mkII avrispmkii.communication=usb avrispmkii.protocol=stk500v2 avrispmkii.program.protocol=stk500v2 avrispmkii.program.tool=avrdude avrispmkii.program.extra_params=-Pusb usbtinyisp.name=USBtinyISP usbtinyisp.protocol=usbtiny usbtinyisp.program.tool=avrdude usbtinyisp.program.extra_params= arduinoisp.name=ArduinoISP arduinoisp.protocol=arduinoisp arduinoisp.program.tool=avrdude arduinoisp.program.extra_params= arduinoisporg.name=ArduinoISP.org arduinoisporg.protocol=arduinoisporg arduinoisporg.program.tool=avrdude arduinoisporg.program.extra_params= usbasp.name=USBasp usbasp.communication=usb usbasp.protocol=usbasp usbasp.program.protocol=usbasp usbasp.program.tool=avrdude usbasp.program.extra_params=-Pusb parallel.name=Parallel Programmer parallel.protocol=dapa parallel.force=true parallel.program.tool=avrdude parallel.program.extra_params=-F arduinoasisp.name=Arduino as ISP arduinoasisp.communication=serial arduinoasisp.protocol=stk500v1 arduinoasisp.speed=19200 arduinoasisp.program.protocol=stk500v1 arduinoasisp.program.speed=19200 arduinoasisp.program.tool=avrdude arduinoasisp.program.extra_params=-P{serial.port} -b{program.speed} arduinoasispatmega32u4.name=Arduino as ISP (ATmega32U4) arduinoasispatmega32u4.communication=serial arduinoasispatmega32u4.protocol=arduino arduinoasispatmega32u4.speed=19200 arduinoasispatmega32u4.program.protocol=arduino arduinoasispatmega32u4.program.speed=19200 arduinoasispatmega32u4.program.tool=avrdude arduinoasispatmega32u4.program.extra_params=-P{serial.port} -b{program.speed} usbGemma.name=Arduino Gemma usbGemma.protocol=arduinogemma usbGemma.program.tool=avrdude usbGemma.program.extra_params= usbGemma.config.path={runtime.platform.path}/bootloaders/gemma/avrdude.conf buspirate.name=BusPirate as ISP buspirate.communication=serial buspirate.protocol=buspirate buspirate.program.protocol=buspirate buspirate.program.tool=avrdude buspirate.program.extra_params=-P{serial.port} stk500.name=Atmel STK500 development board stk500.communication=serial stk500.protocol=stk500 stk500.program.protocol=stk500 stk500.program.tool=avrdude stk500.program.extra_params=-P{serial.port} jtag3isp.name=Atmel JTAGICE3 (ISP mode) jtag3isp.communication=usb jtag3isp.protocol=jtag3isp jtag3isp.program.protocol=jtag3isp jtag3isp.program.tool=avrdude jtag3isp.program.extra_params= jtag3.name=Atmel JTAGICE3 (JTAG mode) jtag3.communication=usb jtag3.protocol=jtag3 jtag3.program.protocol=jtag3 jtag3.program.tool=avrdude jtag3.program.extra_params=-B0.1 atmel_ice.name=Atmel-ICE (AVR) atmel_ice.communication=usb atmel_ice.protocol=atmelice_isp atmel_ice.program.protocol=atmelice_isp atmel_ice.program.tool=avrdude atmel_ice.program.extra_params=-Pusb runtime.tools.avr-gcc.path=C:\Users\Abbott\Documents\Arduino\hardware\tools\avr runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=C:\Users\Abbott\Documents\Arduino\hardware\tools\avr runtime.tools.tools-avr.path=C:\Users\Abbott\Documents\Arduino\hardware\tools\avr runtime.tools.avrdude.path=C:\Users\Abbott\Documents\Arduino\hardware\tools\avr runtime.tools.avrdude-6.3.0-arduino17.path=C:\Users\Abbott\Documents\Arduino\hardware\tools\avr runtime.tools.arduinoOTA.path=C:\Users\Abbott\Documents\Arduino\hardware\tools\avr runtime.tools.arduinoOTA-1.3.0.path=C:\Users\Abbott\Documents\Arduino\hardware\tools\avr runtime.tools.arduinoOTA-1.2.1.path=C:\Users\Abbott\AppData\Local\arduino15\packages\arduino\tools\arduinoOTA\1.2.1 runtime.tools.avrdude-6.3.0-arduino14.path=C:\Users\Abbott\AppData\Local\arduino15\packages\arduino\tools\avrdude\6.3.0-arduino14 runtime.tools.avr-gcc-5.4.0-atmel3.6.1-arduino2.path=C:\Users\Abbott\AppData\Local\arduino15\packages\arduino\tools\avr-gcc\5.4.0-atmel3.6.1-arduino2 upload.protocol=wiring upload.maximum_size=253952 upload.speed=115200 bootloader.high_fuses=0xD8 bootloader.extended_fuses=0xFD bootloader.file=stk500v2/stk500boot_v2_mega2560.hex build.mcu=atmega2560 runtime.vm.boardinfo.id=mega_atmega2560 runtime.vm.boardinfo.name=mega_atmega2560 runtime.vm.boardinfo.desc=ATmega2560 (Mega 2560) (Arduino/Genuino Mega) runtime.vm.boardinfo.src_location=C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr ide.hint=Use installed IDE. Provides built-in hardware, reference/help and libraries. ide.location.key=Arduino16x ide.location.ide.winreg=Arduino 1.6.x Application ide.location.sketchbook.winreg=Arduino 1.6.x Sketchbook ide.location.sketchbook.preferences=sketchbook.path ide.default.revision_name=1.9.0 ide.default.version=10800 ide.default.package=arduino ide.default.platform=avr ide.multiplatform=true ide.includes=Arduino.h ide.exe_name=arduino ide.recipe.preproc.defines.flags=-w -x c++ -E -dM ide.platformswithoutpackage=false ide.includes.fallback=wprogram.h ide.extension=ino ide.extension.fallback=pde ide.versionGTEQ=160 ide.exe=arduino.exe ide.builder.exe=arduinobuilder.exe ide.builder.name=Arduino Builder ide.hosts=atmel ide.url=http://arduino.cc/en/Main/Software ide.help.reference.path=reference ide.help.reference.path2=reference\www.arduino.cc\en\Reference ide.help.reference.serial=reference\www.arduino.cc\en\Serial ide.location.preferences.portable={runtime.ide.path}\portable ide.location.preferences.arduinoData={runtime.sketchbook.path}\ArduinoData ide.location.preferences=%VM_APPDATA_LOCAL%\arduino15\preferences.txt ide.location.preferences_fallback=%VM_APPDATA_ROAMING%\arduino15\preferences.txt ide.location.contributions=%VM_APPDATA_LOCAL%\arduino15 ide.location.contributions_fallback=%VM_APPDATA_ROAMING%\arduino15 ide.contributions.boards.allow=true ide.contributions.boards.ignore_unless_rewrite_found=true ide.contributions.libraries.allow=true ide.contributions.boards.support.urls.wiki=https://github.com/arduino/Arduino/wiki/Unofficial-list-of-3rd-party-boards-support-urls ide.create_platforms_from_boardsTXT.teensy=build.core vm.debug=true software=ARDUINO ssh.user.name=root ssh.user.default.password=arduino ssh.host.wwwfiles.path=/www/sd build.working_directory={runtime.ide.path}\java\bin ide.debug_menu.debugger_type=Debug ide.debug_menu.debugger_type.none=Off ide.debug_menu.none.debug.tool=no_debug ide.debug_menu.debugger_type.universal=Serial ide.debug_menu.universal.debug.tool=auto ide.debug_menu.debugger_type.hwdebugger=Hardware ide.debug_menu.hwdebugger=Debugger ide.debug_menu.hwdebugger.custom_debugger=Manual/Custom ide.debug_menu.hwdebugger.custom_debugger.debug.tool=dbg_external ide.meta_custom_debugger.sentence=Provides a build that includes debug defines and will launch a custom debugger if one is provided. ide.meta_custom_debugger.paragraph=This is option is for advanced use. It is recommended that a pre-configured debugger be selected when available in this list. Usage: Optionally add a customer debugger to the project. A 'debugger_launch.json' file shares the same command syntax that is used by the VsCode debugger. Custom debuggers can be targeted at a board and/or variant and/or configuration name. IE: [variant].[configuration_name][.]debugger_launch.json ide.meta_custom_debugger.reference.usage.url=https://github.com/Microsoft/vscode-cpptools/blob/master/launch.md#customlaunchsetupcommands ide.meta_custom_debugger.reference.connect.url=https://docs.microsoft.com/en-us/visualstudio/debugger/create-custom-views-of-native-objects?view=vs-2019 ide.debug_menu.vm_disable_optimization=Disable Optimization ide.debug_menu.vm_disable_optimization.vm_disable_opt_default=Default Optimization ide.debug_menu.vm_disable_optimization.vm_disable_opt_proj=No Project Optimization ide.debug_menu.vm_disable_opt_proj.vm_disable_opt_project={ide.compiler_flags_no_opt} ide.debug_menu.vm_disable_optimization.vm_disable_opt_proj_libs=No Project + Libraries Optimization ide.debug_menu.vm_disable_opt_proj_libs.vm_disable_opt_project={ide.compiler_flags_no_opt} ide.debug_menu.vm_disable_opt_proj_libs.vm_disable_opt_libraries={ide.compiler_flags_no_opt} ide.debug_menu.vm_disable_optimization.vm_disable_opt_all=No Optimization ide.meta_vm_disable_opt_all.sentence=Disable compiler optimization for all sources:- Project, Library and Platform. ide.meta_vm_disable_opt_all.comment=After switching between 'No Optimization' and other optimization values, please click "Solution Clean" or switch off (or cycle) 'vMicro>Compiler>Shared Cache For Cores'. NOTE: Changing optimization settings can cause build errors or result in overly large programs. ide.debug_menu.vm_disable_opt_all.vm_disable_opt_project={ide.compiler_flags_no_opt} ide.debug_menu.vm_disable_opt_all.vm_disable_opt_libraries={ide.compiler_flags_no_opt} ide.debug_menu.vm_disable_opt_all.vm_disable_opt_core={ide.compiler_flags_no_opt} ide.appid=arduino16x location.sketchbook=C:\Users\Abbott\Documents\Arduino build.core.path=C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino vm.core.include=arduino.h vm.boardsource.path=C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr runtime.platform.path=C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr vm.platformname.name=avr build.arch=AVR vm.runtime.compiler.cached_cores_path=C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x vm.runtime.compiler.showwarnings=true vm.runtime.compiler.showwarnings_core=true vm.runtime.compiler.showwarnings_library=true vm.runtime.upload.verbose=false vm.runtime.upload.verify=true runtime.vm.ide.platforms.path=c:\program files (x86)\microsoft visual studio\2019\community\common7\ide\extensions\y4ur5orx.hne\Micro Platforms runtime.vm.ide.tools.openocd.path={runtime.tools.openocd-0.9.0.path} runtime.vm.openocd.path={runtime.tools.openocd-0.9.0.path} vm.runtime.build.intermediate_output_path=C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Debug\ vm.runtime.build.final_output_path=C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Debug\ compiler.always_include_sketchfolder=true compiler.always_include_sharedprojectfolders=true vm.runtime.compiler.auto_discover_includes=true vm.runtime.compiler.allow_library_debugging=false serial.port.file=COM3 serial.port=COM3 serial.port.num=3 extra.time.local=1578578391 extra.time.utc=1578596391 extra.time.dst=-18000 extra.time.zone=18000 serial.port.caption=COM3 - Arduino Mega 2560 serial.Caption=Arduino Mega 2560 (COM3) serial.ClassGuid={4d36e978-e325-11ce-bfc1-08002be10318} serial.CompatibleID.value0=USB\Class_02 serial.ConfigManagerErrorCode=0 serial.ConfigManagerUserConfig=False serial.CreationClassName=Win32_PnPEntity serial.Description=Arduino Mega 2560 serial.DeviceID=USB\VID_2341&PID_0042\758303331393515022A1 serial.HardwareID.value0=USB\VID_2341&PID_0042 serial.Manufacturer=Arduino LLC (www.arduino.cc) serial.Name=Arduino Mega 2560 (COM3) serial.PNPClass=Ports serial.PNPDeviceID=USB\VID_2341&PID_0042\758303331393515022A1 serial.Present=True serial.Service=usbser serial.Status=OK serial.SystemCreationClassName=Win32_ComputerSystem serial.SystemName=ABBOTT-LAP serial.vid=0x2341 serial.pid=0x0042 serial.vidpid=23410042 serial.vid_pid=0x2341_0x0042 serial.iserial=758303331393515022A1 serial.port.iserial=758303331393515022A1 build.project_name=MaplePump.ino build.project_path=C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump sketch_path=C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump ProjectDir=C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\ build.path=C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug vm.runtime.compiler.shared_library_paths=C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson;C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C;C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire;C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire;C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap;C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature;C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI;C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger;C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet;C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD;C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi;C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib custom_debugger=Manual/Custom custom_debugger.debug.tool=dbg_external gdbstub=GDB Stub gdbstub.debug.tool=gdbstub debug.tool=gdbstub vm.runtime.compile.skip_library_file_if_exists_in_project=true vm.runtime.compiler.auto_discover_includes_cache=true build.vm.build.vmdebug=0 build.vm.build.isgdb=0 build.vm.build.optimised=1 build.vm.extra_flags= -g -DVM_DEBUG_GDB vm.last.buildpath=C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug build.architecture=avr vmresolved.compiler.path=C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\ vmresolved.tools.path=C:\Users\Abbott\Documents\Arduino\hardware\tools\avr Debugger: GDB Stub Compiling 'MaplePump' for 'ATmega2560 (Mega 2560) (Arduino/Genuino Mega)' Build Folder: "file:///C:/Users/Abbott/AppData/Local/Temp/VMBuilds/MaplePump/mega_atmega2560/Debug" Summary: Header=1 Prototypes=5 Imports=0 Additional Defines: Architecture Tools: "file:///C:/Users/Abbott/Documents/Arduino/hardware/tools/avr/bin/" Api: 1.1911.17-3 Sketch Book: "file:///C:/Users/Abbott/Documents/Arduino" Sketch Include Paths Core Include Paths Include Path "file:///C:/Users/Abbott/Documents/Arduino/hardware/arduino/avr/cores/arduino" Include Path "file:///C:/Users/Abbott/Documents/Arduino/hardware/arduino/avr/variants/mega" Deep search for libraries ... "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\MaplePump.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\MaplePump.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\MaplePump.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\MaplePump.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\MaplePump.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\MaplePump.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\MaplePump.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\MaplePump.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\MaplePump.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\MaplePump.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\MaplePump.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\MaplePump.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\MaplePump.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src\app_api.c" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src\avr8-stub.c" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C\utility" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C\LiquidCrystal_I2C.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src\Wire.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src\utility\twi.c" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib\utility" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib\RTClib.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src\File.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src\SD.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src\utility\Sd2Card.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src\utility\SdFile.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src\utility\SdVolume.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature\utility" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature\DallasTemperature.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire\utility" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire\OneWire.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src\Dhcp.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src\Dns.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src\Ethernet.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src\EthernetClient.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src\EthernetServer.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src\EthernetUdp.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src\socket.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src\utility\w5100.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src\WiFi.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src\WiFiClient.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src\WiFiServer.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src\WiFiUdp.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src\utility\server_drv.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src\utility\spi_drv.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src\utility\wifi_drv.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src\SPI.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Enms.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\FlowMeter.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\InterruptInfo.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Interrupts.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Json.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\LCD.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Log.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Logger.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\RTClock.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SapLine.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SapLines.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SapTankPump.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SDCard.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Statics.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TempCheck.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TestLogging.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TestSapSolinoids.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TestTemperature_Pumps_Heater.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TimedInterrupts.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\USBTester.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Vacuum.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\VacuumPump.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\ValveRelays.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WebServer.cpp" -o "nul" Building variant ... Building core ... "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc" -c -g -x assembler-with-cpp -flto -MMD -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\wiring_pulse.S" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\wiring_pulse.S.o" -g -DVM_DEBUG_GDB "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\hooks.c" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\hooks.c.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\WInterrupts.c" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\WInterrupts.c.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\wiring.c" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\wiring.c.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\wiring_analog.c" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\wiring_analog.c.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\wiring_digital.c" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\wiring_digital.c.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\wiring_pulse.c" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\wiring_pulse.c.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\wiring_shift.c" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\wiring_shift.c.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\abi.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\abi.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\CDC.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\CDC.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\HardwareSerial.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\HardwareSerial.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\HardwareSerial0.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\HardwareSerial0.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\HardwareSerial1.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\HardwareSerial1.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\HardwareSerial2.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\HardwareSerial2.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\HardwareSerial3.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\HardwareSerial3.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\IPAddress.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\IPAddress.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\main.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\main.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\new.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\new.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\PluggableUSB.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\PluggableUSB.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\Print.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\Print.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\Stream.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\Stream.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\Tone.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\Tone.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\USBCore.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\USBCore.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\WMath.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\WMath.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino\WString.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\WString.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\wiring_pulse.S.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\hooks.c.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\WInterrupts.c.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\wiring.c.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\wiring_analog.c.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\wiring_digital.c.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\wiring_pulse.c.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\wiring_shift.c.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\abi.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\CDC.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\HardwareSerial.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\HardwareSerial0.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\HardwareSerial1.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\HardwareSerial2.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\HardwareSerial3.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\IPAddress.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\main.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\new.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\PluggableUSB.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\Print.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\Stream.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\Tone.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\USBCore.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\WMath.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a" "C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core\WString.cpp.o" Building libraries ... Using library avr-debugger version 1.0 in folder "file:///C:/Users/Abbott/Documents/Arduino/Solutions/MaplePump/Libraries/avr-debugger/1.0/avr-debugger" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src\app_api.c" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\avr-debugger\app_api.c.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src\avr8-stub.c" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\avr-debugger\avr8-stub.c.o" Using library ArduinoJson version 6.12.0 in folder "file:///C:/Users/Abbott/Documents/Arduino/Solutions/MaplePump/Libraries/ArduinoJson/6.12.0/ArduinoJson" Using library LiquidCrystal_I2C version 1.1.2 in folder "file:///C:/Users/Abbott/Documents/Arduino/Solutions/MaplePump/Libraries/LiquidCrystal_I2C/1.1.2/LiquidCrystal_I2C" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C\LiquidCrystal_I2C.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\LiquidCrystal_I2C\LiquidCrystal_I2C.cpp.o" Using library Wire version 1.0 in folder "file:///C:/Users/Abbott/Documents/Arduino/Solutions/MaplePump/Libraries/Wire/1.0/Wire" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src\Wire.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Wire\Wire.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc" -c -g -Os -Wall -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src\utility\twi.c" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Wire\utility\twi.c.o" Using library RTClib version 1.3.3 in folder "file:///C:/Users/Abbott/Documents/Arduino/Solutions/MaplePump/Libraries/RTClib/1.3.3/RTClib" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib\RTClib.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\RTClib\RTClib.cpp.o" RTClib.cpp: In constructor DateTime::DateTime(uint32_t) RTClib.cpp: 175:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (days < 365 + leap) ~~~~~^~~~~~~~~~~~ RTClib.cpp: In member function char* DateTime::toString(char*) RTClib.cpp: 314:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i>8)&0xFF) ) ~~~^~~ Dns.cpp:164: note in expansion of macro htons twoByteBuffer = htons(QUERY_FLAG | OPCODE_STANDARD_QUERY | RECURSION_DESIRED_FLAG) ^~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src\Ethernet.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Ethernet\Ethernet.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src\EthernetClient.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Ethernet\EthernetClient.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src\EthernetServer.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Ethernet\EthernetServer.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src\EthernetUdp.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Ethernet\EthernetUdp.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src\socket.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Ethernet\socket.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src\utility\w5100.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Ethernet\utility\w5100.cpp.o" Using library HashMap version 1.0 in folder "file:///C:/Users/Abbott/Documents/Arduino/Solutions/MaplePump/Libraries/HashMap/1.0/HashMap" Using library WiFi version 1.2.7 in folder "file:///C:/Users/Abbott/Documents/Arduino/Solutions/MaplePump/Libraries/WiFi/1.2.7/WiFi" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src\WiFi.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WiFi\WiFi.cpp.o" WiFi.cpp:26: In file included from debug.h: 35:3: warning: multi-line comment [-Wcomment] Serial.print("[");\\ Serial.print(__FILE__) debug.h: 44:2: warning: multi-line comment [-Wcomment] Serial.println(buf) debug.h: 47:41: warning: multi-line comment [-Wcomment] #define INFO1(x) do { PRINT_FILE_LINE() \\ Serial.print("-I-") debug.h: 52:43: warning: multi-line comment [-Wcomment] #define INFO2(x,y) do { PRINT_FILE_LINE() \\ Serial.print("-I-") debug.h: 65:3: warning: multi-line comment [-Wcomment] Serial.print("-W-"); \\ Serial.println(args) "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src\WiFiClient.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WiFi\WiFiClient.cpp.o" WiFiClient.cpp:24: In file included from debug.h: 35:3: warning: multi-line comment [-Wcomment] Serial.print("[");\\ Serial.print(__FILE__) debug.h: 44:2: warning: multi-line comment [-Wcomment] Serial.println(buf) debug.h: 47:41: warning: multi-line comment [-Wcomment] #define INFO1(x) do { PRINT_FILE_LINE() \\ Serial.print("-I-") debug.h: 52:43: warning: multi-line comment [-Wcomment] #define INFO2(x,y) do { PRINT_FILE_LINE() \\ Serial.print("-I-") debug.h: 65:3: warning: multi-line comment [-Wcomment] Serial.print("-W-"); \\ Serial.println(args) "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src\WiFiServer.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WiFi\WiFiServer.cpp.o" WiFiServer.cpp:24: In file included from debug.h: 35:3: warning: multi-line comment [-Wcomment] Serial.print("[");\\ Serial.print(__FILE__) debug.h: 44:2: warning: multi-line comment [-Wcomment] Serial.println(buf) debug.h: 47:41: warning: multi-line comment [-Wcomment] #define INFO1(x) do { PRINT_FILE_LINE() \\ Serial.print("-I-") debug.h: 52:43: warning: multi-line comment [-Wcomment] #define INFO2(x,y) do { PRINT_FILE_LINE() \\ Serial.print("-I-") debug.h: 65:3: warning: multi-line comment [-Wcomment] Serial.print("-W-"); \\ Serial.println(args) "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src\WiFiUdp.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WiFi\WiFiUdp.cpp.o" WiFiUdp.cpp:21: In file included from debug.h: 35:3: warning: multi-line comment [-Wcomment] Serial.print("[");\\ Serial.print(__FILE__) debug.h: 44:2: warning: multi-line comment [-Wcomment] Serial.println(buf) debug.h: 47:41: warning: multi-line comment [-Wcomment] #define INFO1(x) do { PRINT_FILE_LINE() \\ Serial.print("-I-") debug.h: 52:43: warning: multi-line comment [-Wcomment] #define INFO2(x,y) do { PRINT_FILE_LINE() \\ Serial.print("-I-") debug.h: 65:3: warning: multi-line comment [-Wcomment] Serial.print("-W-"); \\ Serial.println(args) "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src\utility\server_drv.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WiFi\utility\server_drv.cpp.o" server_drv.cpp:29: In file included from debug.h: 35:3: warning: multi-line comment [-Wcomment] Serial.print("[");\\ Serial.print(__FILE__) debug.h: 44:2: warning: multi-line comment [-Wcomment] Serial.println(buf) debug.h: 47:41: warning: multi-line comment [-Wcomment] #define INFO1(x) do { PRINT_FILE_LINE() \\ Serial.print("-I-") debug.h: 52:43: warning: multi-line comment [-Wcomment] #define INFO2(x,y) do { PRINT_FILE_LINE() \\ Serial.print("-I-") debug.h: 65:3: warning: multi-line comment [-Wcomment] Serial.print("-W-"); \\ Serial.println(args) "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src\utility\spi_drv.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WiFi\utility\spi_drv.cpp.o" spi_drv.cpp:26: In file included from debug.h: 35:3: warning: multi-line comment [-Wcomment] Serial.print("[");\\ Serial.print(__FILE__) debug.h: 44:2: warning: multi-line comment [-Wcomment] Serial.println(buf) debug.h: 47:41: warning: multi-line comment [-Wcomment] #define INFO1(x) do { PRINT_FILE_LINE() \\ Serial.print("-I-") debug.h: 52:43: warning: multi-line comment [-Wcomment] #define INFO2(x,y) do { PRINT_FILE_LINE() \\ Serial.print("-I-") debug.h: 65:3: warning: multi-line comment [-Wcomment] Serial.print("-W-"); \\ Serial.println(args) spi_drv.cpp: In static member function static int SpiDrv::waitResponseCmd(uint8_t, uint8_t, uint8_t*, uint8_t*) spi_drv.cpp: 127:10: warning: this 'else' clause does not guard... [-Wmisleading-indentation] }else spi_drv.cpp:160: note in expansion of macro CHECK_DATA CHECK_DATA(numParam, _data) ^~~~~~~~~~ spi_drv.cpp:161: note ...this statement, but the latter is misleadingly indented as if it were guarded by the else spi_drv.cpp:22: In file included from spi_drv.h: At global scope spi_drv.h: 41:13: warning: 'initialized' defined but not used [-Wunused-variable] static bool initialized = false ^~~~~~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src\utility\wifi_drv.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WiFi\utility\wifi_drv.cpp.o" wifi_drv.cpp:33: In file included from debug.h: 35:3: warning: multi-line comment [-Wcomment] Serial.print("[");\\ Serial.print(__FILE__) debug.h: 44:2: warning: multi-line comment [-Wcomment] Serial.println(buf) debug.h: 47:41: warning: multi-line comment [-Wcomment] #define INFO1(x) do { PRINT_FILE_LINE() \\ Serial.print("-I-") debug.h: 52:43: warning: multi-line comment [-Wcomment] #define INFO2(x,y) do { PRINT_FILE_LINE() \\ Serial.print("-I-") debug.h: 65:3: warning: multi-line comment [-Wcomment] Serial.print("-W-"); \\ Serial.println(args) wifi_drv.cpp: In static member function static uint8_t WiFiDrv::getEncTypeNetowrks(uint8_t) wifi_drv.cpp: 451:10: warning: converting to non-pointer type 'uint8_t {aka unsigned char}' from NULL [-Wconversion-null] return NULL ^~~~ wifi_drv.cpp: In static member function static int32_t WiFiDrv::getRSSINetoworks(uint8_t) wifi_drv.cpp: 476:10: warning: converting to non-pointer type 'int32_t {aka long int}' from NULL [-Wconversion-null] return NULL ^~~~ Using library SPI version 1.0 in folder "file:///C:/Users/Abbott/Documents/Arduino/Solutions/MaplePump/Libraries/SPI/1.0/SPI" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src\SPI.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SPI\SPI.cpp.o" Building project code ... "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\MaplePump.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\MaplePump.cpp.o" WiFiServer.h:24: In file included from WebServer.h:17: from MaplePump.ino:36: from wl_definitions.h: 42:0: warning: "MAX_SOCK_NUM" redefined #define MAX_SOCK_NUM 4 WebServer.h:12: In file included from MaplePump.ino:36: from Ethernet.h:39: note this is the location of the previous definition #define MAX_SOCK_NUM 8 MaplePump.ino: In function void setup() MaplePump.ino: 44:6: warning: unused variable 'testCount' [-Wunused-variable] int testCount = 0 ^~~~~~~~~ MaplePump.ino:15: In file included from DefinedValues.h: At global scope DefinedValues.h: 8:12: warning: 'ValvePinsAll' defined but not used [-Wunused-variable] static int ValvePinsAll[] = { 0,30,32,34,36,38,40,42,44 } ^~~~~~~~~~~~ DefinedValues.h: 7:12: warning: 'ValveBypassPins' defined but not used [-Wunused-variable] static int ValveBypassPins[] = { 0, 24, 26} ^~~~~~~~~~~~~~~ DefinedValues.h: 6:12: warning: 'RelayCount' defined but not used [-Wunused-variable] static int RelayCount[] = {9, 3} ^~~~~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Enms.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Enms.cpp.o" Enms.cpp: In static member function static String EnumsClass::EnumStr(EnumsClass::State) Enms.cpp: 75:2: warning: case value '8' not in enumerated type 'EnumsClass::State' [-Wswitch] case EnumsClass*: StartUp ^~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\FlowMeter.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\FlowMeter.cpp.o" FlowMeter.h:11: In file included from FlowMeter.cpp:5: from DefinedValues.h: 13:13: warning: 'SelectTimedInterrupt' defined but not used [-Wunused-variable] static bool SelectTimedInterrupt = false ^~~~~~~~~~~~~~~~~~~~ DefinedValues.h: 8:12: warning: 'ValvePinsAll' defined but not used [-Wunused-variable] static int ValvePinsAll[] = { 0,30,32,34,36,38,40,42,44 } ^~~~~~~~~~~~ DefinedValues.h: 7:12: warning: 'ValveBypassPins' defined but not used [-Wunused-variable] static int ValveBypassPins[] = { 0, 24, 26} ^~~~~~~~~~~~~~~ DefinedValues.h: 6:12: warning: 'RelayCount' defined but not used [-Wunused-variable] static int RelayCount[] = {9, 3} ^~~~~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\InterruptInfo.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\InterruptInfo.cpp.o" InterruptInfo.cpp: 8:162: warning: default argument given for parameter 2 of 'InterruptInfoClass::InterruptInfoClass(void (*)(), long int, bool, int, long int, bool)' [-fpermissive] InterruptInfoClass*: InterruptInfoClass (void (*callBack)(), long tickCount = -1, bool isCritical = false, int pinNum = -1, long pinDelay = -1, bool pinValue = 0) { InterruptInfo.cpp:5: In file included from InterruptInfo.h:16: note previous specification in InterruptInfoClass InterruptInfoClass(void (*)(), long int, bool, int, long int, bool) here InterruptInfoClass(void (*callBack)(), long tickCount = -1, bool isCritical = false, int pinNum = -1, long pinDelay = -1, bool pinValue = 0) ^~~~~~~~~~~~~~~~~~ InterruptInfo.cpp: 8:162: warning: default argument given for parameter 3 of 'InterruptInfoClass::InterruptInfoClass(void (*)(), long int, bool, int, long int, bool)' [-fpermissive] InterruptInfoClass*: InterruptInfoClass (void (*callBack)(), long tickCount = -1, bool isCritical = false, int pinNum = -1, long pinDelay = -1, bool pinValue = 0) { InterruptInfo.cpp:5: In file included from InterruptInfo.h:16: note previous specification in InterruptInfoClass InterruptInfoClass(void (*)(), long int, bool, int, long int, bool) here InterruptInfoClass(void (*callBack)(), long tickCount = -1, bool isCritical = false, int pinNum = -1, long pinDelay = -1, bool pinValue = 0) ^~~~~~~~~~~~~~~~~~ InterruptInfo.cpp: 8:162: warning: default argument given for parameter 4 of 'InterruptInfoClass::InterruptInfoClass(void (*)(), long int, bool, int, long int, bool)' [-fpermissive] InterruptInfoClass*: InterruptInfoClass (void (*callBack)(), long tickCount = -1, bool isCritical = false, int pinNum = -1, long pinDelay = -1, bool pinValue = 0) { InterruptInfo.cpp:5: In file included from InterruptInfo.h:16: note previous specification in InterruptInfoClass InterruptInfoClass(void (*)(), long int, bool, int, long int, bool) here InterruptInfoClass(void (*callBack)(), long tickCount = -1, bool isCritical = false, int pinNum = -1, long pinDelay = -1, bool pinValue = 0) ^~~~~~~~~~~~~~~~~~ InterruptInfo.cpp: 8:162: warning: default argument given for parameter 5 of 'InterruptInfoClass::InterruptInfoClass(void (*)(), long int, bool, int, long int, bool)' [-fpermissive] "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Interrupts.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Interrupts.cpp.o" InterruptInfoClass*: InterruptInfoClass (void (*callBack)(), long tickCount = -1, bool isCritical = false, int pinNum = -1, long pinDelay = -1, bool pinValue = 0) { InterruptInfo.cpp:5: In file included from InterruptInfo.h:16: note previous specification in InterruptInfoClass InterruptInfoClass(void (*)(), long int, bool, int, long int, bool) here InterruptInfoClass(void (*callBack)(), long tickCount = -1, bool isCritical = false, int pinNum = -1, long pinDelay = -1, bool pinValue = 0) ^~~~~~~~~~~~~~~~~~ InterruptInfo.cpp: 8:162: warning: default argument given for parameter 6 of 'InterruptInfoClass::InterruptInfoClass(void (*)(), long int, bool, int, long int, bool)' [-fpermissive] InterruptInfoClass*: InterruptInfoClass (void (*callBack)(), long tickCount = -1, bool isCritical = false, int pinNum = -1, long pinDelay = -1, bool pinValue = 0) { InterruptInfo.cpp:5: In file included from InterruptInfo.h:16: note previous specification in InterruptInfoClass InterruptInfoClass(void (*)(), long int, bool, int, long int, bool) here InterruptInfoClass(void (*callBack)(), long tickCount = -1, bool isCritical = false, int pinNum = -1, long pinDelay = -1, bool pinValue = 0) ^~~~~~~~~~~~~~~~~~ Interrupts.cpp: In static member function static void InterruptsClass::CheckVacuum() Interrupts.cpp: 56:6: warning: unused variable 'failedLines' [-Wunused-variable] int failedLines = SapLinesClass*: CheckAllLines(false) ^~~~~~~~~~~ Interrupts.h:11: In file included from Interrupts.cpp:4: from DefinedValues.h: At global scope DefinedValues.h: 13:13: warning: 'SelectTimedInterrupt' defined but not used [-Wunused-variable] static bool SelectTimedInterrupt = false ^~~~~~~~~~~~~~~~~~~~ DefinedValues.h: 8:12: warning: 'ValvePinsAll' defined but not used [-Wunused-variable] static int ValvePinsAll[] = { 0,30,32,34,36,38,40,42,44 } ^~~~~~~~~~~~ DefinedValues.h: 7:12: warning: 'ValveBypassPins' defined but not used [-Wunused-variable] static int ValveBypassPins[] = { 0, 24, 26} ^~~~~~~~~~~~~~~ DefinedValues.h: 6:12: warning: 'RelayCount' defined but not used [-Wunused-variable] static int RelayCount[] = {9, 3} ^~~~~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Json.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Json.cpp.o" Json.cpp:5: In file included from DefinedValues.h: 13:13: warning: 'SelectTimedInterrupt' defined but not used [-Wunused-variable] static bool SelectTimedInterrupt = false ^~~~~~~~~~~~~~~~~~~~ DefinedValues.h: 8:12: warning: 'ValvePinsAll' defined but not used [-Wunused-variable] static int ValvePinsAll[] = { 0,30,32,34,36,38,40,42,44 } ^~~~~~~~~~~~ DefinedValues.h: 7:12: warning: 'ValveBypassPins' defined but not used [-Wunused-variable] static int ValveBypassPins[] = { 0, 24, 26} ^~~~~~~~~~~~~~~ DefinedValues.h: 6:12: warning: 'RelayCount' defined but not used [-Wunused-variable] static int RelayCount[] = {9, 3} ^~~~~~~~~~ Json.cpp: In function JsonClass::BuildJsonDoc(EnumsClass::JsonType, bool) Json.cpp: 33:9: warning: 'logJson' is used uninitialized in this function [-Wuninitialized] return logJson ^~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\LCD.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\LCD.cpp.o" LCD.cpp: 15:13: warning: 'InFreezingState' defined but not used [-Wunused-variable] static bool InFreezingState ^~~~~~~~~~~~~~~ LCD.cpp: 14:22: warning: 'networkTime' defined but not used [-Wunused-variable] static unsigned long networkTime ^~~~~~~~~~~ LCD.cpp: 13:22: warning: 'nextLineTestTime' defined but not used [-Wunused-variable] static unsigned long nextLineTestTime ^~~~~~~~~~~~~~~~ LCD.cpp:5: In file included from DefinedValues.h: 13:13: warning: 'SelectTimedInterrupt' defined but not used [-Wunused-variable] static bool SelectTimedInterrupt = false ^~~~~~~~~~~~~~~~~~~~ DefinedValues.h: 8:12: warning: 'ValvePinsAll' defined but not used [-Wunused-variable] static int ValvePinsAll[] = { 0,30,32,34,36,38,40,42,44 } ^~~~~~~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Log.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Log.cpp.o" DefinedValues.h: 7:12: warning: 'ValveBypassPins' defined but not used [-Wunused-variable] static int ValveBypassPins[] = { 0, 24, 26} ^~~~~~~~~~~~~~~ DefinedValues.h: 6:12: warning: 'RelayCount' defined but not used [-Wunused-variable] static int RelayCount[] = {9, 3} ^~~~~~~~~~ Log.cpp: In static member function static String LogClass::BrokenLines(String) Log.cpp: 42:2: warning: control reaches end of non-void function [-Wreturn-type] Log.cpp: In static member function static String LogClass::FlowLast(String) Log.cpp: 52:2: warning: control reaches end of non-void function [-Wreturn-type] "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Logger.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Logger.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\RTClock.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\RTClock.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SapLine.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SapLine.cpp.o" SapLine.cpp:5: In file included from DefinedValues.h: 13:13: warning: 'SelectTimedInterrupt' defined but not used [-Wunused-variable] static bool SelectTimedInterrupt = false ^~~~~~~~~~~~~~~~~~~~ DefinedValues.h: 8:12: warning: 'ValvePinsAll' defined but not used [-Wunused-variable] static int ValvePinsAll[] = { 0,30,32,34,36,38,40,42,44 } ^~~~~~~~~~~~ DefinedValues.h: 7:12: warning: 'ValveBypassPins' defined but not used [-Wunused-variable] static int ValveBypassPins[] = { 0, 24, 26} ^~~~~~~~~~~~~~~ DefinedValues.h: 6:12: warning: 'RelayCount' defined but not used [-Wunused-variable] static int RelayCount[] = {9, 3} ^~~~~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SapLines.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SapLines.cpp.o" SapLines.cpp: 10:13: warning: 'linesToUse' defined but not used [-Wunused-variable] static int* linesToUse ^~~~~~~~~~ SapLines.cpp:7: In file included from DefinedValues.h: 13:13: warning: 'SelectTimedInterrupt' defined but not used [-Wunused-variable] static bool SelectTimedInterrupt = false ^~~~~~~~~~~~~~~~~~~~ DefinedValues.h: 8:12: warning: 'ValvePinsAll' defined but not used [-Wunused-variable] static int ValvePinsAll[] = { 0,30,32,34,36,38,40,42,44 } ^~~~~~~~~~~~ DefinedValues.h: 7:12: warning: 'ValveBypassPins' defined but not used [-Wunused-variable] static int ValveBypassPins[] = { 0, 24, 26} ^~~~~~~~~~~~~~~ DefinedValues.h: 6:12: warning: 'RelayCount' defined but not used [-Wunused-variable] static int RelayCount[] = {9, 3} ^~~~~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SapTankPump.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SapTankPump.cpp.o" SapTankPump.cpp:5: In file included from DefinedValues.h: 13:13: warning: 'SelectTimedInterrupt' defined but not used [-Wunused-variable] static bool SelectTimedInterrupt = false ^~~~~~~~~~~~~~~~~~~~ DefinedValues.h: 8:12: warning: 'ValvePinsAll' defined but not used [-Wunused-variable] static int ValvePinsAll[] = { 0,30,32,34,36,38,40,42,44 } ^~~~~~~~~~~~ DefinedValues.h: 7:12: warning: 'ValveBypassPins' defined but not used [-Wunused-variable] static int ValveBypassPins[] = { 0, 24, 26} ^~~~~~~~~~~~~~~ DefinedValues.h: 6:12: warning: 'RelayCount' defined but not used [-Wunused-variable] static int RelayCount[] = {9, 3} ^~~~~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SDCard.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SDCard.cpp.o" SDCard.cpp: 8:101: warning: default argument given for parameter 4 of 'static void SDCardClass::WriteToSD(String, String, String, String)' [-fpermissive] void SDCardClass*: WriteToSD(String string, String filePrefix, String fileSuffix, String folder = "") { SDCard.cpp:5: In file included from SDCard.h:20: note previous specification in static void SDCardClass WriteToSD(String, String, String, String) here static void WriteToSD(String string, String filePrefix, String fileSuffix, String folder = "") ^~~~~~~~~ SDCard.cpp: 31:89: warning: default argument given for parameter 3 of 'static String SDCardClass::ReadFromSD(String, String, String)' [-fpermissive] String SDCardClass*: ReadFromSD(String filePrefix, String fileSuffix, String folder = "") { SDCard.cpp:5: In file included from SDCard.h:21: note previous specification in static String SDCardClass ReadFromSD(String, String, String) here static String ReadFromSD(String filePrefix, String fileSuffix, String folder = "") ^~~~~~~~~~ SDCard.cpp: In static member function static String SDCardClass::GetHtmlFile(String) SDCard.cpp: 81:2: warning: no return statement in function returning non-void [-Wreturn-type] "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Statics.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Statics.cpp.o" Statics.cpp: 69:43: warning: multi-character character constant [-Wmultichar] if (i < sizeof(array) - 1) outString += ^~~~ Statics.cpp: In static member function static void StaticsClass::ClearCharArray(String) Statics.cpp: 8:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < sizeof(array); i++) { ~~^~~~~~~~~ Statics.cpp: In static member function static bool StaticsClass::CopyChars(char*, char*) Statics.cpp: 20:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < sizeof(to) - 1; i++) { ~~^~~~~~~~~~~~~~~~ Statics.cpp: In static member function static bool StaticsClass::CopyChars(String, String, int) Statics.cpp: 40:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < sizeof(to) - 1; i++) { ~~^~~~~~~~~~~~~~~~ Statics.cpp: In static member function static void StaticsClass::Delay(long int) Statics.cpp: 62:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while ((startTime + waitTime) < millis()){} ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TempCheck.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TempCheck.cpp.o" Statics.cpp: In static member function static String StaticsClass::IntArrayToString(int*) Statics.cpp: 67:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < sizeof(array); i++) { ~~^~~~~~~~~ Statics.cpp: 69:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (i < sizeof(array) - 1) outString += ~~^~~~~~~~~~~~~~~~~~~ Statics.cpp: In static member function static char* StaticsClass::StringToCharArray(String) Statics.cpp: 77:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < sizeof(string); i++) { ~~^~~~~~~~~ TempCheck.cpp:5: In file included from DefinedValues.h: 13:13: warning: 'SelectTimedInterrupt' defined but not used [-Wunused-variable] static bool SelectTimedInterrupt = false ^~~~~~~~~~~~~~~~~~~~ DefinedValues.h: 8:12: warning: 'ValvePinsAll' defined but not used [-Wunused-variable] static int ValvePinsAll[] = { 0,30,32,34,36,38,40,42,44 } ^~~~~~~~~~~~ DefinedValues.h: 7:12: warning: 'ValveBypassPins' defined but not used [-Wunused-variable] static int ValveBypassPins[] = { 0, 24, 26} ^~~~~~~~~~~~~~~ DefinedValues.h: 6:12: warning: 'RelayCount' defined but not used [-Wunused-variable] static int RelayCount[] = {9, 3} ^~~~~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TestLogging.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TestLogging.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TestSapSolinoids.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TestSapSolinoids.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TestTemperature_Pumps_Heater.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TestTemperature_Pumps_Heater.cpp.o" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TimedInterrupts.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TimedInterrupts.cpp.o" TimedInterrupts.cpp: In static member function static int TimedInterruptsClass::CheckInterrupts() TimedInterrupts.cpp: 79:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (millis() >= interruptInfos[i].lastTickCount + interruptInfos[i].tickCount) { ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TimedInterrupts.h:13: In file included from TimedInterrupts.cpp:5: from DefinedValues.h: At global scope DefinedValues.h: 13:13: warning: 'SelectTimedInterrupt' defined but not used [-Wunused-variable] static bool SelectTimedInterrupt = false ^~~~~~~~~~~~~~~~~~~~ DefinedValues.h: 8:12: warning: 'ValvePinsAll' defined but not used [-Wunused-variable] static int ValvePinsAll[] = { 0,30,32,34,36,38,40,42,44 } ^~~~~~~~~~~~ DefinedValues.h: 7:12: warning: 'ValveBypassPins' defined but not used [-Wunused-variable] static int ValveBypassPins[] = { 0, 24, 26} ^~~~~~~~~~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\USBTester.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\USBTester.cpp.o" DefinedValues.h: 6:12: warning: 'RelayCount' defined but not used [-Wunused-variable] static int RelayCount[] = {9, 3} ^~~~~~~~~~ USBTester.cpp:5: In file included from DefinedValues.h: 13:13: warning: 'SelectTimedInterrupt' defined but not used [-Wunused-variable] static bool SelectTimedInterrupt = false ^~~~~~~~~~~~~~~~~~~~ DefinedValues.h: 8:12: warning: 'ValvePinsAll' defined but not used [-Wunused-variable] static int ValvePinsAll[] = { 0,30,32,34,36,38,40,42,44 } ^~~~~~~~~~~~ DefinedValues.h: 7:12: warning: 'ValveBypassPins' defined but not used [-Wunused-variable] static int ValveBypassPins[] = { 0, 24, 26} ^~~~~~~~~~~~~~~ DefinedValues.h: 6:12: warning: 'RelayCount' defined but not used [-Wunused-variable] static int RelayCount[] = {9, 3} ^~~~~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Vacuum.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Vacuum.cpp.o" Vacuum.cpp:5: In file included from DefinedValues.h: 13:13: warning: 'SelectTimedInterrupt' defined but not used [-Wunused-variable] static bool SelectTimedInterrupt = false ^~~~~~~~~~~~~~~~~~~~ DefinedValues.h: 8:12: warning: 'ValvePinsAll' defined but not used [-Wunused-variable] static int ValvePinsAll[] = { 0,30,32,34,36,38,40,42,44 } ^~~~~~~~~~~~ DefinedValues.h: 7:12: warning: 'ValveBypassPins' defined but not used [-Wunused-variable] static int ValveBypassPins[] = { 0, 24, 26} ^~~~~~~~~~~~~~~ DefinedValues.h: 6:12: warning: 'RelayCount' defined but not used [-Wunused-variable] static int RelayCount[] = {9, 3} ^~~~~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\VacuumPump.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\VacuumPump.cpp.o" Vacuum.cpp: In function VacuumClass::GetVacuumPsiStr() Vacuum.cpp: 21:10: warning: 's' is used uninitialized in this function [-Wuninitialized] dtostrf(GetVacuumPsi(), 4, 1, s) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ VacuumPump.cpp: In static member function static void VacuumPumpClass::CheckPumpFlow() VacuumPump.cpp: 23:61: warning: the address of 'static bool VacuumPumpClass::IsOn()' will never be NULL [-Waddress] if (FlowMeterClass*: FlowRate() == 0.0 && VacuumPumpClass::IsOn) { ^~~~ VacuumPump.cpp: 26:61: warning: the address of 'static bool VacuumPumpClass::IsOn()' will never be NULL [-Waddress] if (FlowMeterClass*: FlowRate() > 0.0 && !VacuumPumpClass::IsOn) { ^~~~ VacuumPump.cpp:4: In file included from DefinedValues.h: At global scope DefinedValues.h: 13:13: warning: 'SelectTimedInterrupt' defined but not used [-Wunused-variable] static bool SelectTimedInterrupt = false ^~~~~~~~~~~~~~~~~~~~ DefinedValues.h: 8:12: warning: 'ValvePinsAll' defined but not used [-Wunused-variable] static int ValvePinsAll[] = { 0,30,32,34,36,38,40,42,44 } ^~~~~~~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\ValveRelays.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\ValveRelays.cpp.o" DefinedValues.h: 7:12: warning: 'ValveBypassPins' defined but not used [-Wunused-variable] static int ValveBypassPins[] = { 0, 24, 26} ^~~~~~~~~~~~~~~ DefinedValues.h: 6:12: warning: 'RelayCount' defined but not used [-Wunused-variable] static int RelayCount[] = {9, 3} ^~~~~~~~~~ ValveRelays.h:11: In file included from ValveRelays.cpp:3: from DefinedValues.h: 13:13: warning: 'SelectTimedInterrupt' defined but not used [-Wunused-variable] static bool SelectTimedInterrupt = false ^~~~~~~~~~~~~~~~~~~~ "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=108010 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Users\Abbott\Documents\Arduino\hardware\arduino\avr\variants\mega" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\ArduinoJson\6.12.0\ArduinoJson\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\LiquidCrystal_I2C\1.1.2\LiquidCrystal_I2C" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib\1.3.3\RTClib" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SD\1.2.4\SD\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\DallasTemperature\3.8.0\DallasTemperature" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\OneWire\2.3.5\OneWire" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\HashMap\1.0\HashMap" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi\src" -I"C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\SPI\1.0\SPI\src" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WebServer.cpp" -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WebServer.cpp.o" WiFiServer.h:24: In file included from WebServer.h:17: from WebServer.cpp:7: from wl_definitions.h: 42:0: warning: "MAX_SOCK_NUM" redefined #define MAX_SOCK_NUM 4 WebServer.h:12: In file included from WebServer.cpp:7: from Ethernet.h:39: note this is the location of the previous definition #define MAX_SOCK_NUM 8 WebServer.cpp: In static member function static void WebServerClass::PrintWifiStatus() WebServer.cpp: 136:12: warning: variable 'ip' set but not used [-Wunused-but-set-variable] IPAddress ip = WiFi.localIP() WebServer.cpp: 141:7: warning: unused variable 'rssi' [-Wunused-variable] long rssi = WiFi.RSSI() Linking it all together ... # Coping cached core C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\fbf437d503d60db237a75f0c550dc2c6\core.a to C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\core.a "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr/bin/avr-gcc" -Wall -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections,--relax -mmcu=atmega2560 -o "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug/MaplePump.ino.elf" "MaplePump.cpp.o" "Enms.cpp.o" "FlowMeter.cpp.o" "InterruptInfo.cpp.o" "Interrupts.cpp.o" "Json.cpp.o" "LCD.cpp.o" "Log.cpp.o" "Logger.cpp.o" "RTClock.cpp.o" "SapLine.cpp.o" "SapLines.cpp.o" "SapTankPump.cpp.o" "SDCard.cpp.o" "Statics.cpp.o" "TempCheck.cpp.o" "TestLogging.cpp.o" "TestSapSolinoids.cpp.o" "TestTemperature_Pumps_Heater.cpp.o" "TimedInterrupts.cpp.o" "USBTester.cpp.o" "Vacuum.cpp.o" "VacuumPump.cpp.o" "ValveRelays.cpp.o" "WebServer.cpp.o" "avr-debugger\app_api.c.o" "avr-debugger\avr8-stub.c.o" "LiquidCrystal_I2C\LiquidCrystal_I2C.cpp.o" "Wire\Wire.cpp.o" "Wire\utility\twi.c.o" "RTClib\RTClib.cpp.o" "SD\File.cpp.o" "SD\SD.cpp.o" "SD\utility\Sd2Card.cpp.o" "SD\utility\SdFile.cpp.o" "SD\utility\SdVolume.cpp.o" "DallasTemperature\DallasTemperature.cpp.o" "OneWire\OneWire.cpp.o" "Ethernet\Dhcp.cpp.o" "Ethernet\Dns.cpp.o" "Ethernet\Ethernet.cpp.o" "Ethernet\EthernetClient.cpp.o" "Ethernet\EthernetServer.cpp.o" "Ethernet\EthernetUdp.cpp.o" "Ethernet\socket.cpp.o" "Ethernet\utility\w5100.cpp.o" "WiFi\WiFi.cpp.o" "WiFi\WiFiClient.cpp.o" "WiFi\WiFiServer.cpp.o" "WiFi\WiFiUdp.cpp.o" "WiFi\utility\server_drv.cpp.o" "WiFi\utility\spi_drv.cpp.o" "WiFi\utility\wifi_drv.cpp.o" "SPI\SPI.cpp.o" "C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug/core.a" "-LC:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug" -lm Error linking for board ATmega2560 (Mega 2560) (Arduino/Genuino Mega) Build failed for project 'MaplePump'