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=10809 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 compiler.c.flags=-c -g -O0 {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects compiler.cpp.flags=-c -g -O0 {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto version=1.6.23 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.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.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=arduino arduinoasisp.speed=19200 arduinoasisp.program.protocol=arduino arduinoasisp.program.speed=19200 arduinoasisp.program.tool=avrdude arduinoasisp.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-5.4.0-atmel3.6.1-arduino2.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-arduino14.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.2.1.path=C:\Users\Abbott\Documents\Arduino\hardware\tools\avr 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 custom_debugger=Manual/Custom custom_debugger.debug.tool=dbg_external gdbstub=GDB Stub gdbstub.debug.tool=gdbstub debug.tool=gdbstub vm_disable_opt_project={ide.compiler_flags_no_opt} vm_disable_opt_libraries={ide.compiler_flags_no_opt} vm_disable_opt_core={ide.compiler_flags_no_opt} 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=1576768791 extra.time.utc=1576786791 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\SD\1.2.4\SD;C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib-master\1.3.2\RTClib-master;C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Wire\1.0\Wire;C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\WiFi\1.2.7\WiFi;C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\Ethernet\2.0.0\Ethernet;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 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.core=-Og build.vm.extra_flags.library=-Og build.vm.extra_flags.project=-Og 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 -O0 -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=10809 -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 -O0 -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=10809 -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 -O0 -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=10809 -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 -O0 -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=10809 -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 -O0 -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=10809 -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" "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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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-master\1.3.2\RTClib-master\utility" "C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\RTClib-master\1.3.2\RTClib-master\RTClib.cpp" -o "nul" "C:\Users\Abbott\Documents\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 -O0 -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=10809 -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-master\1.3.2\RTClib-master" -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 ... Using previously compiled variant Building core ... 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" Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\avr-debugger\app_api.c.o Using previously compiled file: 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" Using previously compiled file: 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" Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Wire\Wire.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Wire\utility\twi.c.o Using library RTClib-master version 1.3.2 in folder "file:///C:/Users/Abbott/Documents/Arduino/Solutions/MaplePump/Libraries/RTClib-master/1.3.2/RTClib-master" Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\RTClib-master\RTClib.cpp.o Using library SD version 1.2.4 in folder "file:///C:/Users/Abbott/Documents/Arduino/Solutions/MaplePump/Libraries/SD/1.2.4/SD" Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SD\File.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SD\SD.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SD\utility\Sd2Card.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SD\utility\SdFile.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SD\utility\SdVolume.cpp.o Using library DallasTemperature version 3.8.0 in folder "file:///C:/Users/Abbott/Documents/Arduino/Solutions/MaplePump/Libraries/DallasTemperature/3.8.0/DallasTemperature" Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\DallasTemperature\DallasTemperature.cpp.o Using library OneWire version 2.3.5 in folder "file:///C:/Users/Abbott/Documents/Arduino/Solutions/MaplePump/Libraries/OneWire/2.3.5/OneWire" Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\OneWire\OneWire.cpp.o Using library Ethernet version 2.0.0 in folder "file:///C:/Users/Abbott/Documents/Arduino/Solutions/MaplePump/Libraries/Ethernet/2.0.0/Ethernet" Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Ethernet\Dhcp.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Ethernet\Dns.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Ethernet\Ethernet.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Ethernet\EthernetClient.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Ethernet\EthernetServer.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Ethernet\EthernetUdp.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Ethernet\socket.cpp.o Using previously compiled file: 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" Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WiFi\WiFi.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WiFi\WiFiClient.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WiFi\WiFiServer.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WiFi\WiFiUdp.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WiFi\utility\server_drv.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WiFi\utility\spi_drv.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WiFi\utility\wifi_drv.cpp.o Using library SPI version 1.0 in folder "file:///C:/Users/Abbott/Documents/Arduino/Solutions/MaplePump/Libraries/SPI/1.0/SPI" Using previously compiled file: 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 -O0 -Wall -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega2560 -Og -g -DVM_DEBUG_GDB -DF_CPU=16000000L -DARDUINO=10809 -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-master\1.3.2\RTClib-master" -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:33: 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:33: 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: 38:6: warning: unused variable 'testCount' [-Wunused-variable] int testCount = 0 MaplePump.ino:12: In file included from MaplePump.ino: At top level DefinedValues.h: 6:12: warning: 'RelayCount' defined but not used [-Wunused-variable] static int RelayCount[] = {9, 3} DefinedValues.h: 7:12: warning: 'ValveBypassPins' defined but not used [-Wunused-variable] static int ValveBypassPins[] = { 0, 24, 26} 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: 9:13: warning: 'Web_Is_Reading' defined but not used [-Wunused-variable] static bool Web_Is_Reading = false DefinedValues.h: 10:13: warning: 'Web_Is_Writing' defined but not used [-Wunused-variable] static bool Web_Is_Writing = false DefinedValues.h: 11:13: warning: 'Web_Read' defined but not used [-Wunused-variable] static bool Web_Read = false DefinedValues.h: 12:13: warning: 'Web_Write' defined but not used [-Wunused-variable] static bool Web_Write = false Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Enms.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\FlowMeter.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\InterruptInfo.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Interrupts.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Json.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\LCD.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Log.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Logger.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\RTClock.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SapLine.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SapLines.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SapTankPump.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\SDCard.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Statics.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TempCheck.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\TimedInterrupts.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\USBTester.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\Vacuum.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\VacuumPump.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\ValveRelays.cpp.o Using previously compiled file: C:\Users\Abbott\AppData\Local\Temp\VMBuilds\MaplePump\mega_atmega2560\Debug\WebServer.cpp.o Linking it all together ... # Coping cached core C:\Users\Abbott\AppData\Local\Temp\VMBCore\arduino16x\702f612623bc919060e29acf27790bb0\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" "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-master\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 WInterrupts.c.o (symbol from plugin)*: In function attachInterrupt (.text+0x0)*: multiple definition of __vector_1 avr8-stub.c.o (symbol from plugin)*: (.text+0x0): first defined here ld.exe: Disabling relaxation: it will not work with multiple definitions Error linking for board ATmega2560 (Mega 2560) (Arduino/Genuino Mega) Build failed for project 'MaplePump' HardwareSerial0.cpp.o (symbol from plugin)*: In function Serial (.text+0x0)*: multiple definition of __vector_25 avr8-stub.c.o (symbol from plugin)*: (.text+0x0): first defined here ccKeGc2b.ltrans6.ltrans.o*: In function __vector_1 avr8-stub.c:1946: undefined reference to regs avr8-stub.c:1946: undefined reference to regs avr8-stub.c:1946: undefined reference to regs avr8-stub.c:1946: undefined reference to regs avr8-stub.c:1946: undefined reference to regs ccKeGc2b.ltrans6.ltrans.o*: C:\Users\Abbott\Documents\Arduino\Solutions\MaplePump\Libraries\avr-debugger\1.0\avr-debugger\src\avr8-stub.c:2043: more undefined references to regs follow collect2.exe*: error: ld returned 1 exit status