Using project build property overrides from C:\Users\monke\Documents\GitHub\HIDProject\HIDcontroller\HIDcontroller\board.txt Board Properties name=HoodLoader2 Uno upload.tool=arduino:avrdude upload.protocol=arduino upload.maximum_size=32256 upload.maximum_data_size=2048 upload.speed=115200 upload.use_1200bps_touch=true upload.wait_for_upload_port=true bootloader.tool=arduino:avrdude bootloader.low_fuses=0xFF bootloader.high_fuses=0xDE bootloader.extended_fuses=0x05 bootloader.unlock_bits=0x3F bootloader.lock_bits=0x0F bootloader.file=HexFiles/optiboot_atmega328.hex build.mcu=atmega328p build.f_cpu=16000000L build.board=AVR_UNO build.core=arduino:arduino build.variant=arduino:standard runtime.ide.path=C:\Program Files (x86)\Arduino runtime.os=windows build.system.path=C:\Users\monke\AppData\Local\arduino15\packages\HoodLoader2\hardware\avr\2.0.5\system runtime.ide.version=108012 target_package=HoodLoader2 target_platform=avr runtime.hardware.path=C:\Users\monke\AppData\Local\arduino15\packages\HoodLoader2\hardware\avr originalid=unoHIDBridge intellisense.tools.path={runtime.tools.avr-gcc.path}\ intellisense.include.paths={intellisense.tools.path}\lib\gcc\avr\7.3.0\include;{intellisense.tools.path}avr\include;{intellisense.tools.path}\lib\gcc\avr\7.3.0\include;{intellisense.tools.path}avr\include-fixed;{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;{vm.intellisense.add-paths} 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, install 'avr-debugger' library, add 1) '#include ' 2) add 'debug_init();' to the 'setup()', and add 'breakpoint();' to the top of 'loop()'. Set vMicro > Debugger > 'Compiler Optimization' to 'No Project', 'No Project + Libraries' or 'None' when debugging (NOTE: This might cause compilation errors with certain code such as HardwareSerial.) meta_gdbstub.image.connect=https://www.visualmicro.com/pics/Debug-Help-Uno_USBOnly.png meta_gdbstub.image.operation=https://www.visualmicro.com/pics/Debug-Break-Uno-GDBStub-VSOnly.png meta_gdbstub.reference.usage.url=https://www.visualmicro.com/page/User-Guide.aspx?doc=Arduino-gdb-Tutorial.html version=2.0.5 compiler.warning_flags=-w compiler.warning_flags.none=-w compiler.warning_flags.default= compiler.warning_flags.more=-Wall compiler.warning_flags.all=-Wall -Wextra compiler.path={runtime.tools.avr-gcc.path}/bin/ compiler.c.cmd=avr-gcc compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects compiler.c.elf.flags={compiler.warning_flags} -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections compiler.c.elf.cmd=avr-gcc compiler.S.flags=-c -g -x assembler-with-cpp -flto -MMD compiler.cpp.cmd=avr-g++ compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto compiler.ar.cmd=avr-gcc-ar compiler.ar.flags=rcs compiler.objcopy.cmd=avr-objcopy compiler.objcopy.eep.flags=-O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 compiler.elf2hex.flags=-O ihex -R .eeprom compiler.elf2hex.cmd=avr-objcopy compiler.ldflags= compiler.size.cmd=avr-size build.extra_flags= compiler.c.extra_flags= compiler.c.elf.extra_flags= compiler.S.extra_flags= compiler.cpp.extra_flags= compiler.ar.extra_flags= compiler.objcopy.eep.extra_flags= compiler.elf2hex.extra_flags= recipe.c.o.pattern="{compiler.path}{compiler.c.cmd}" {compiler.c.flags} -mmcu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.c.extra_flags} {build.extra_flags} {includes} "{source_file}" -o "{object_file}" recipe.cpp.o.pattern="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} -mmcu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.cpp.extra_flags} {build.extra_flags} {includes} "{source_file}" -o "{object_file}" recipe.S.o.pattern="{compiler.path}{compiler.c.cmd}" {compiler.S.flags} -mmcu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.S.extra_flags} {build.extra_flags} {includes} "{source_file}" -o "{object_file}" archive_file_path={build.path}/{archive_file} recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}" recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" {compiler.c.elf.flags} -mmcu={build.mcu} {compiler.c.elf.extra_flags} -o "{build.path}/{build.project_name}.elf" {object_files} "{build.path}/{archive_file}" "-L{build.path}" -lm recipe.objcopy.eep.pattern="{compiler.path}{compiler.objcopy.cmd}" {compiler.objcopy.eep.flags} {compiler.objcopy.eep.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.eep" recipe.objcopy.hex.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.flags} {compiler.elf2hex.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.hex" recipe.output.tmp_file={build.project_name}.hex recipe.output.save_file={build.project_name}.{build.variant}.hex recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf" recipe.size.regex=^(?:\.text|\.data|\.bootloader)\s+([0-9]+).* recipe.size.regex.data=^(?:\.data|\.bss|\.noinit)\s+([0-9]+).* recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).* preproc.includes.flags=-w -x c++ -M -MG -MP recipe.preproc.includes="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} {preproc.includes.flags} -mmcu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.cpp.extra_flags} {build.extra_flags} {includes} "{source_file}" preproc.macros.flags=-w -x c++ -E -CC recipe.preproc.macros="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} {preproc.macros.flags} -mmcu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.cpp.extra_flags} {build.extra_flags} {includes} "{source_file}" -o "{preprocessed_file_path}" tools.avrdude.path={runtime.tools.avrdude.path} tools.avrdude.cmd.path={path}/bin/avrdude tools.avrdude.config.path={path}/etc/avrdude.conf tools.avrdude.network_cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA tools.avrdude.upload.params.verbose=-v tools.avrdude.upload.params.quiet=-q -q tools.avrdude.upload.verify= tools.avrdude.upload.params.noverify=-V tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} {upload.verify} -p{build.mcu} -c{upload.protocol} "-P{serial.port}" -b{upload.speed} -D "-Uflash:w:{build.path}/{build.project_name}.hex:i" tools.avrdude.program.params.verbose=-v tools.avrdude.program.params.quiet=-q -q tools.avrdude.program.verify= tools.avrdude.program.params.noverify=-V tools.avrdude.program.pattern="{cmd.path}" "-C{config.path}" {program.verbose} {program.verify} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{build.path}/{build.project_name}.hex:i" tools.avrdude.erase.params.verbose=-v tools.avrdude.erase.params.quiet=-q -q tools.avrdude.erase.pattern="{cmd.path}" "-C{config.path}" {erase.verbose} -p{build.mcu} -c{protocol} {program.extra_params} -e -Ulock:w:{bootloader.unlock_bits}:m -Uefuse:w:{bootloader.extended_fuses}:m -Uhfuse:w:{bootloader.high_fuses}:m -Ulfuse:w:{bootloader.low_fuses}:m tools.avrdude.bootloader.params.verbose=-v tools.avrdude.bootloader.params.quiet=-q -q tools.avrdude.bootloader.pattern="{cmd.path}" "-C{config.path}" {bootloader.verbose} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{runtime.platform.path}/bootloaders/{bootloader.file}:i" -Ulock:w:{bootloader.lock_bits}:m tools.avrdude_remote.upload.pattern=/usr/bin/run-avrdude /tmp/sketch.hex {upload.verbose} -p{build.mcu} tools.avrdude.upload.network_pattern="{network_cmd}" -address {serial.port} -port {upload.network.port} -sketch "{build.path}/{build.project_name}.hex" -upload {upload.network.endpoint_upload} -sync {upload.network.endpoint_sync} -reset {upload.network.endpoint_reset} -sync_exp {upload.network.sync_return} build.usb_manufacturer="Unknown" build.usb_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} '-DUSB_MANUFACTURER={build.usb_manufacturer}' '-DUSB_PRODUCT={build.usb_product}' vm.platform.root.path=c:\program files (x86)\microsoft visual studio\2019\community\common7\ide\extensions\caiuzp4n.0tt\Micro Platforms\arduino16x arduinoispleo.name=Arduino as ISP (8/16/32u2/32u4) arduinoispleo.communication=serial arduinoispleo.protocol=arduino arduinoispleo.speed=19200 arduinoispleo.program.protocol=arduino arduinoispleo.program.speed=19200 arduinoispleo.program.tool=avrdude arduinoispleo.program.extra_params=-P{serial.port} -b{program.speed} avrisp.name=AVR ISP avrisp.communication=serial avrisp.protocol=stk500v1 avrisp.program.protocol=stk500v1 avrisp.program.tool=avrdude avrisp.program.extra_params=-P{serial.port} avrispmkii.name=AVRISP mkII avrispmkii.communication=usb avrispmkii.protocol=stk500v2 avrispmkii.program.protocol=stk500v2 avrispmkii.program.tool=avrdude avrispmkii.program.extra_params=-Pusb usbtinyisp.name=USBtinyISP usbtinyisp.protocol=usbtiny usbtinyisp.program.tool=avrdude usbtinyisp.program.extra_params= arduinoisp.name=ArduinoISP arduinoisp.protocol=arduinoisp arduinoisp.program.tool=avrdude arduinoisp.program.extra_params= arduinoisporg.name=ArduinoISP.org arduinoisporg.protocol=arduinoisporg arduinoisporg.program.tool=avrdude arduinoisporg.program.extra_params= usbasp.name=USBasp usbasp.communication=usb usbasp.protocol=usbasp usbasp.program.protocol=usbasp usbasp.program.tool=avrdude usbasp.program.extra_params=-Pusb parallel.name=Parallel Programmer parallel.protocol=dapa parallel.force=true parallel.program.tool=avrdude parallel.program.extra_params=-F arduinoasisp.name=Arduino as ISP arduinoasisp.communication=serial arduinoasisp.protocol=stk500v1 arduinoasisp.speed=19200 arduinoasisp.program.protocol=stk500v1 arduinoasisp.program.speed=19200 arduinoasisp.program.tool=avrdude arduinoasisp.program.extra_params=-P{serial.port} -b{program.speed} arduinoasispatmega32u4.name=Arduino as ISP (ATmega32U4) arduinoasispatmega32u4.communication=serial arduinoasispatmega32u4.protocol=arduino arduinoasispatmega32u4.speed=19200 arduinoasispatmega32u4.program.protocol=arduino arduinoasispatmega32u4.program.speed=19200 arduinoasispatmega32u4.program.tool=avrdude arduinoasispatmega32u4.program.extra_params=-P{serial.port} -b{program.speed} usbGemma.name=Arduino Gemma usbGemma.protocol=arduinogemma usbGemma.program.tool=avrdude usbGemma.program.extra_params= usbGemma.config.path={runtime.platform.path}/bootloaders/gemma/avrdude.conf buspirate.name=BusPirate as ISP buspirate.communication=serial buspirate.protocol=buspirate buspirate.program.protocol=buspirate buspirate.program.tool=avrdude buspirate.program.extra_params=-P{serial.port} stk500.name=Atmel STK500 development board stk500.communication=serial stk500.protocol=stk500 stk500.program.protocol=stk500 stk500.program.tool=avrdude stk500.program.extra_params=-P{serial.port} jtag3isp.name=Atmel JTAGICE3 (ISP mode) jtag3isp.communication=usb jtag3isp.protocol=jtag3isp jtag3isp.program.protocol=jtag3isp jtag3isp.program.tool=avrdude jtag3isp.program.extra_params= jtag3.name=Atmel JTAGICE3 (JTAG mode) jtag3.communication=usb jtag3.protocol=jtag3 jtag3.program.protocol=jtag3 jtag3.program.tool=avrdude jtag3.program.extra_params=-B0.1 atmel_ice.name=Atmel-ICE (AVR) atmel_ice.communication=usb atmel_ice.protocol=atmelice_isp atmel_ice.program.protocol=atmelice_isp atmel_ice.program.tool=avrdude atmel_ice.program.extra_params=-Pusb runtime.tools.arduinoOTA.path=C:\Program Files (x86)\Arduino\hardware\tools\avr runtime.tools.arduinoOTA-1.3.0.path=C:\Program Files (x86)\Arduino\hardware\tools\avr runtime.tools.avrdude.path=C:\Program Files (x86)\Arduino\hardware\tools\avr runtime.tools.avrdude-6.3.0-arduino17.path=C:\Program Files (x86)\Arduino\hardware\tools\avr runtime.tools.avr-gcc.path=C:\Program Files (x86)\Arduino\hardware\tools\avr runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=C:\Program Files (x86)\Arduino\hardware\tools\avr runtime.tools.esptool_py.path=C:\Users\monke\AppData\Local\arduino15\packages\esp32\tools\esptool_py\2.6.1 runtime.tools.esptool_py-2.6.1.path=C:\Users\monke\AppData\Local\arduino15\packages\esp32\tools\esptool_py\2.6.1 runtime.tools.mkspiffs.path=C:\Users\monke\AppData\Local\arduino15\packages\esp32\tools\mkspiffs\0.2.3 runtime.tools.mkspiffs-0.2.3.path=C:\Users\monke\AppData\Local\arduino15\packages\esp32\tools\mkspiffs\0.2.3 runtime.tools.tools-avr.path=C:\Program Files (x86)\Arduino\hardware\tools\avr runtime.tools.xtensa-esp32-elf-gcc.path=C:\Users\monke\AppData\Local\arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\1.22.0-80-g6c4433a-5.2.0 runtime.tools.xtensa-esp32-elf-gcc-1.22.0-80-g6c4433a-5.2.0.path=C:\Users\monke\AppData\Local\arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\1.22.0-80-g6c4433a-5.2.0 runtime.vm.boardinfo.id=HoodLoader2_unoHIDBridge runtime.vm.boardinfo.name=HoodLoader2_unoHIDBridge runtime.vm.boardinfo.desc=HoodLoader2 Uno runtime.vm.boardinfo.src_location=C:\Users\monke\AppData\Local\arduino15\packages\HoodLoader2\hardware\avr\2.0.5 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=https://www.visualmicro.com/page/Download-Arduino-Or-Other-Supporting-IDEs.aspx 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 runtime.tools.vm_web_debugger.path={vm.platform.root.path}/../../Micro Debuggers/WebDebugger recipe.hooks.vmdeploy.vm_web_debugger_postupload.1.pattern="{runtime.tools.vm_web_debugger.path}/DeployMicroWebserver.exe" "{sketch_path}" "{serial.port}" "{runtime.hardware.path}\.." recipe.hooks.vmlaunch.vm_web_debugger_preopen.1.pattern=notepad.exe "{sketch_path}\__vm\vmWebDebugger\Start-WebServer.bat" recipe.hooks.vmlaunch.vm_web_debugger_preopen.2.pattern={sketch_path}\__vm\vmWebDebugger\Start-WebServer.bat ide.tools.vmopenocd.cmd=bin/openocd.exe ide.tools.vmopenocd.cmd.windows=bin/openocd.exe ide.tools.vmopenocd.debug.params.verbose=-d2 ide.tools.vmopenocd.debug.params.quiet=-d0 ide.tools.vmopenocd.debug.address=localhost:3333 ide.tools.vmopenocd.path={runtime.tools.openocd-0.10.0.20200213.path} ide.tools.vmopenocd.scriptPath=-s "{path}/scripts/" ide.tools.vmopenocd.logging=-l "{{build.path}/{build.project_name}_DebugOpenOCD.log}" ide.tools.vmopenocd.boardCmd= ide.tools.vmopenocd.targetCmd= ide.tools.vmopenocd.initCmd= ide.tools.vmopenocd.debug.pattern="{path}/{cmd}" {debug.verbose} {logging} {scriptPath} {boardCmd} {targetCmd} {initCmd} ide.tools.vmopenocd.program.cmd=bin/openocd.exe ide.tools.vmopenocd.program.cmd.windows=bin/openocd.exe ide.tools.vmopenocd.program.path={runtime.tools.openocd-0.10.0.20200213.path} ide.tools.vmopenocd.program.address=localhost:3333 ide.tools.vmopenocd.program.params.verbose=-d2 ide.tools.vmopenocd.program.params.quiet=-d0 ide.tools.vmopenocd.program.elf.message=****[vMicro]**** Uploading ELF : ide.tools.vmopenocd.program.pattern="{path}/{cmd}" {program.verbose} {scriptPath} {boardCmd} {targetCmd} -c "echo -n {{program.elf.message}}" {programCmd} ide.tools.atmelICE.protocol= ide.tools.atmelICE.debug.cmd=arm-none-eabi-gdb.exe ide.tools.atmelICE.debug.path={runtime.tools.arm-none-eabi-gcc.path}/bin ide.tools.atmelICE.debug.pattern="{path}/{cmd}" ide.tools.atmelICE.server.boardCmd=-c "adapter driver cmsis-dap" -c "cmsis_dap_vid_pid 0x03eb 0x2141" ide.tools.atmelICE.server.initCmd=-c "init" ide.tools.atmelICE.server.tool=vmopenocd ide.tools.atmelICE.program.scriptPath=-s "{program.path}/scripts/" ide.tools.atmelICE.program.boardCmd=-c "adapter driver cmsis-dap" -c "cmsis_dap_vid_pid 0x03eb 0x2141" ide.tools.atmelICE.program.cmd=bin/openocd.exe ide.tools.atmelICE.program.cmd.windows=bin/openocd.exe ide.tools.atmelICE.program.path={runtime.tools.openocd-0.10.0.20200213.path} ide.tools.atmelICE.program.address=localhost:3333 ide.tools.atmelICE.program.params.verbose=-d2 ide.tools.atmelICE.program.params.quiet=-d0 ide.tools.atmelICE.program.elf.message=****[vMicro]**** Uploading ELF : ide.tools.atmelICE.program.pattern="{program.path}/{program.cmd}" {program.verbose} {program.scriptPath} {program.boardCmd} {program.targetCmd} -c "echo -n {{program.elf.message}}" {program.programCmd} ide.tools.atmelICE.program.extra_params= ide.tools.atmelICE.program.protocol= ide.tools.atmelICE.erase.params.verbose=-d3 ide.tools.atmelICE.erase.params.quiet=-d0 ide.tools.atmelICE.erase.pattern= ide.tools.jlink.cmd=arm-none-eabi-gdb.exe ide.tools.jlink.path={runtime.tools.arm-none-eabi-gcc.path}/bin ide.tools.jlink.pattern="{path}/{cmd}" ide.tools.jlink.server.tool=vmopenocd ide.tools.jlink.server.boardCmd=-f "interface/jlink.cfg" ide.tools.jlink.program.scriptPath=-s "{program.path}/scripts/" ide.tools.jlink.program.boardCmd=-f "interface/jlink.cfg" ide.tools.jlink.program.cmd=bin/openocd.exe ide.tools.jlink.program.cmd.windows=bin/openocd.exe ide.tools.jlink.program.path={runtime.tools.openocd-0.10.0.20200213.path} ide.tools.jlink.program.address=localhost:3333 ide.tools.jlink.program.params.verbose=-d2 ide.tools.jlink.program.params.quiet=-d0 ide.tools.jlink.program.elf.message=****[vMicro]**** Uploading ELF : ide.tools.jlink.program.pattern="{program.path}/{program.cmd}" {program.verbose} {program.scriptPath} {program.boardCmd} {program.targetCmd} -c "echo -n {{program.elf.message}}" {program.programCmd} ide.tools.jlink.upload.scriptPath=-s "{upload.path}/scripts/" ide.tools.jlink.upload.boardCmd=-f "interface/jlink.cfg" ide.tools.jlink.upload.cmd=bin/openocd.exe ide.tools.jlink.upload.cmd.windows=bin/openocd.exe ide.tools.jlink.upload.path={runtime.tools.openocd-0.10.0.20200213.path} ide.tools.jlink.upload.address=localhost:3333 ide.tools.jlink.upload.params.verbose=-d2 ide.tools.jlink.upload.params.quiet=-d0 ide.tools.jlink.upload.elf.message=****[vMicro]**** Uploading ELF : ide.tools.jlink.upload.pattern="{upload.path}/{upload.cmd}" {upload.verbose} {upload.scriptPath} {upload.boardCmd} {upload.targetCmd} -c "echo -n {{upload.elf.message}}" {upload.programCmd} ide.tools.bmp_upload.cmd=arm-none-eabi-gdb.exe ide.tools.bmp_upload.debug.path={runtime.tools.arm-none-eabi-gcc.path}/bin/ ide.tools.bmp_upload.program.cmd=bin/arm-none-eabi-gdb.exe ide.tools.bmp_upload.program.cmd.windows=bin/arm-none-eabi-gdb.exe ide.tools.bmp_upload.program.path={runtime.tools.arm-none-eabi-gcc.path} ide.tools.bmp_upload.upload.cmd=bin/arm-none-eabi-gdb.exe ide.tools.bmp_upload.upload.cmd.windows=bin/arm-none-eabi-gdb.exe ide.tools.bmp_upload.upload.path={runtime.tools.arm-none-eabi-gcc.path} ide.tools.stlinkv2.description= ide.tools.stlinkv2.cmd=arm-none-eabi-gdb.exe ide.tools.stlinkv2.path={runtime.tools.arm-none-eabi-gcc.path}/bin ide.tools.stlinkv2.pattern="{path}/{cmd}" ide.tools.stlinkv2.server.tool=vmopenocd ide.tools.stlinkv2.server.boardCmd=-f "interface/stlink.cfg" ide.tools.stlinkv2.upload.scriptPath=-s "{upload.path}/scripts/" ide.tools.stlinkv2.upload.boardCmd=-f "interface/stlink.cfg" ide.tools.stlinkv2.upload.cmd=bin/openocd.exe ide.tools.stlinkv2.upload.cmd.windows=bin/openocd.exe ide.tools.stlinkv2.upload.path={runtime.tools.openocd-0.10.0.20200213.path} ide.tools.stlinkv2.upload.address=localhost:3333 ide.tools.stlinkv2.upload.params.verbose=-d2 ide.tools.stlinkv2.upload.params.quiet=-d0 ide.tools.stlinkv2.upload.elf.message=****[vMicro]**** Uploading ELF : ide.tools.stlinkv2.upload.pattern="{upload.path}/{upload.cmd}" {upload.verbose} {upload.scriptPath} {upload.boardCmd} {upload.targetCmd} -c "echo -n {{upload.elf.message}}" {upload.programCmd} ide.tools.stlinkv2.upload.extra_params= ide.tools.stlinkv2.upload.protocol= ide.tools.stlinkv2.protocol= ide.tools.f2232mm.cmd=arm-none-eabi-gdb.exe ide.tools.f2232mm.path={runtime.tools.arm-none-eabi-gcc.path}/bin ide.tools.f2232mm.pattern="{path}/{cmd}" {args} ide.tools.f2232mm.server.tool=vmopenocd ide.tools.f2232mm.server.boardCmd=-f "interface/ftdi/minimodule.cfg" ide.tools.f2232mm.upload.scriptPath=-s "{upload.path}/scripts/" ide.tools.f2232mm.upload.boardCmd=-f "interface/ftdi/minimodule.cfg" ide.tools.f2232mm.upload.cmd=bin/openocd.exe ide.tools.f2232mm.upload.cmd.windows=bin/openocd.exe ide.tools.f2232mm.upload.path={runtime.tools.openocd-0.10.0.20200213.path} ide.tools.f2232mm.upload.address=localhost:3333 ide.tools.f2232mm.upload.params.verbose=-d2 ide.tools.f2232mm.upload.params.quiet=-d0 ide.tools.f2232mm.upload.elf.message=****[vMicro]**** Uploading ELF : ide.tools.f2232mm.upload.pattern="{upload.path}/{upload.cmd}" {upload.verbose} {upload.scriptPath} {upload.boardCmd} {upload.targetCmd} -c "echo -n {{upload.elf.message}}" {upload.programCmd} ide.tools.f2232mm.upload.extra_params= ide.tools.f2232mm.upload.protocol= ide.tools.f2232mm.protocol= ide.tools.f2232h.server.boardCmd=-f "interface/ftdi/minimodule-lowcost.cfg" ide.tools.f2232h.cmd=arm-none-eabi-gdb.exe ide.tools.f2232h.path={runtime.tools.arm-none-eabi-gcc.path}/bin ide.tools.f2232h.pattern="{path}/{cmd}" ide.tools.f2232h.server.tool=vmopenocd ide.tools.f2232h.upload.scriptPath=-s "{upload.path}/scripts/" ide.tools.f2232h.upload.boardCmd=-f "interface/ftdi/minimodule-lowcost.cfg" ide.tools.f2232h.upload.cmd=bin/openocd.exe ide.tools.f2232h.upload.cmd.windows=bin/openocd.exe ide.tools.f2232h.upload.path={runtime.tools.openocd-0.10.0.20200213.path} ide.tools.f2232h.upload.address=localhost:3333 ide.tools.f2232h.upload.params.verbose=-d2 ide.tools.f2232h.upload.params.quiet=-d0 ide.tools.f2232h.upload.elf.message=****[vMicro]**** Uploading ELF : ide.tools.f2232h.upload.pattern="{upload.path}/{upload.cmd}" {upload.verbose} {upload.scriptPath} {upload.boardCmd} {upload.targetCmd} -c "echo -n {{upload.elf.message}}" {upload.programCmd} ide.tools.f2232h.upload.extra_params= ide.tools.f2232h.upload.protocol= ide.tools.f2232h.protocol= 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\monke\OneDrive\Documents\Arduino build.core.path=C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino vm.core.include=arduino.h vm.boardsource.path=C:\Users\monke\AppData\Local\arduino15\packages\HoodLoader2\hardware\avr\2.0.5 runtime.platform.path=C:\Users\monke\AppData\Local\arduino15\packages\HoodLoader2\hardware\avr\2.0.5 vm.platformname.name=avr build.arch=AVR vm.runtime.compiler.cached_cores_path=C:\Users\monke\AppData\Local\Temp\VMBCore\arduino16x vm.runtime.compiler.showwarnings=false vm.runtime.compiler.showwarnings_core=false vm.runtime.compiler.showwarnings_library=false vm.runtime.upload.verbose=false vm.runtime.upload.verify=false runtime.vm.ide.platforms.path=c:\program files (x86)\microsoft visual studio\2019\community\common7\ide\extensions\caiuzp4n.0tt\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\monke\Documents\GitHub\HIDProject\HIDcontroller\HIDcontroller\Release\ vm.runtime.build.final_output_path=C:\Users\monke\Documents\GitHub\HIDProject\HIDcontroller\Release\ compiler.always_include_sketchfolder=true compiler.always_include_sharedprojectfolders=true vm.runtime.compiler.auto_discover_includes=true vm.runtime.compiler.allow_library_debugging=false vm.sketch_ino_cpp_name=HIDcontroller.cpp serial.port.file=COM13 serial.port=COM13 serial.port.num=13 extra.time.local=1589305861 extra.time.utc=1589323861 extra.time.dst=-18000 extra.time.zone=18000 build.project_name=HIDcontroller.ino build.project_path=C:\Users\monke\Documents\GitHub\HIDProject\HIDcontroller\HIDcontroller sketch_path=C:\Users\monke\Documents\GitHub\HIDProject\HIDcontroller\HIDcontroller ProjectDir=C:\Users\monke\Documents\GitHub\HIDProject\HIDcontroller\HIDcontroller\ build.path=C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release vm.ctags=false debug.tool=no_debug vm.runtime.compile.skip_library_file_if_exists_in_project=false vm.runtime.compiler.auto_discover_includes_cache=true build.vm.build.vmdebug=0 build.vm.build.isgdb=0 build.vm.build.optimised=1 vm.last.buildpath=C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release build.architecture=avr vmresolved.compiler.path=C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\ vmresolved.tools.path=C:\Program Files (x86)\Arduino\hardware\tools\avr Compiling 'HIDcontroller' for 'HoodLoader2 Uno' Build Folder: "file:///C:/Users/monke/AppData/Local/Temp/VMBuilds/HIDcontroller/HoodLoader2_unoHIDBridge/Release" Summary: Header=1 Prototypes=10 Imports=0 Additional Defines: Architecture Tools: "file:///C:/Program%20Files%20(x86)/Arduino/hardware/tools/avr/bin/" Api: 1.2020.0321-21 Sketch Book: "file:///C:/Users/monke/OneDrive/Documents/Arduino" Sketch Include Paths Core Include Paths Include Path "file:///C:/Program%20Files%20(x86)/Arduino/hardware/arduino/avr/cores/arduino" Include Path "file:///C:/Program%20Files%20(x86)/Arduino/hardware/arduino/avr/variants/standard" Deep search for libraries ... "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HIDcontroller.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HIDcontroller.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HIDcontroller.cpp" -o "nul" Using previous search results: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src\HID.cpp "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\AbsoluteMouse.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\Consumer.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\Gamepad.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\ImprovedKeyboard.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\ImprovedMouse.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\NKROKeyboard.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\SurfaceDial.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\System.cpp" -o "nul" Using previous search results: C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\port\samd.cpp "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\BootKeyboard.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\BootMouse.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\RawHID.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\SingleAbsoluteMouse.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\SingleConsumer.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\SingleGamepad.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\SingleNKROKeyboard.cpp" -o "nul" "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\SingleSystem.cpp" -o "nul" Building variant ... Using previously compiled variant Building core ... Building libraries ... Using library HID version 1.0 in folder "file:///C:/Program%20Files%20(x86)/Arduino/hardware/arduino/avr/libraries/HID" Using previously compiled file: C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID\HID.cpp.o Using library HID-master version 2.6.1 in folder "file:///C:/Users/monke/OneDrive/Documents/Arduino/libraries/HID-master" "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\AbsoluteMouse.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\MultiReport\AbsoluteMouse.cpp.o" AbsoluteMouse.cpp: In constructor AbsoluteMouse_::AbsoluteMouse_() AbsoluteMouse.cpp: 68:9: error: 'HIDSubDescriptor' does not name a type static HIDSubDescriptor node(_hidMultiReportDescriptorAbsoluteMouse, sizeof(_hidMultiReportDescriptorAbsoluteMouse)) ^~~~~~~~~~~~~~~~ "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\Consumer.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\MultiReport\Consumer.cpp.o" AbsoluteMouse.cpp: 69:2: error: 'HID' was not declared in this scope HID().AppendDescriptor(&node) ^~~ AbsoluteMouse.cpp:69: note suggested alternative PIND HID().AppendDescriptor(&node) ^~~ PIND AbsoluteMouse.cpp: 69:26: error: 'node' was not declared in this scope HID().AppendDescriptor(&node) ^~~~ AbsoluteMouse.cpp:69: note suggested alternative move HID().AppendDescriptor(&node) ^~~~ move AbsoluteMouse.cpp: In member function virtual void AbsoluteMouse_::SendReport(void*, int) AbsoluteMouse.cpp: 75:2: error: 'HID' was not declared in this scope HID().SendReport(HID_REPORTID_MOUSE_ABSOLUTE, data, length) ^~~ AbsoluteMouse.cpp:75: note suggested alternative PIND HID().SendReport(HID_REPORTID_MOUSE_ABSOLUTE, data, length) ^~~ PIND Consumer.cpp: In constructor Consumer_::Consumer_() Consumer.cpp: 46:9: error: 'HIDSubDescriptor' does not name a type static HIDSubDescriptor node(_hidMultiReportDescriptorConsumer, sizeof(_hidMultiReportDescriptorConsumer)) ^~~~~~~~~~~~~~~~ "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\Gamepad.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\MultiReport\Gamepad.cpp.o" Consumer.cpp: 47:2: error: 'HID' was not declared in this scope HID().AppendDescriptor(&node) ^~~ Consumer.cpp:47: note suggested alternative PIND HID().AppendDescriptor(&node) ^~~ PIND Consumer.cpp: 47:26: error: 'node' was not declared in this scope HID().AppendDescriptor(&node) ^~~~ Consumer.cpp:47: note suggested alternative tone HID().AppendDescriptor(&node) ^~~~ tone Consumer.cpp: In member function virtual void Consumer_::SendReport(void*, int) Consumer.cpp: 53:2: error: 'HID' was not declared in this scope HID().SendReport(HID_REPORTID_CONSUMERCONTROL, data, length) ^~~ Consumer.cpp:53: note suggested alternative PIND HID().SendReport(HID_REPORTID_CONSUMERCONTROL, data, length) ^~~ PIND Gamepad.cpp: In constructor Gamepad_::Gamepad_() Gamepad.cpp: 77:9: error: 'HIDSubDescriptor' does not name a type static HIDSubDescriptor node(_hidMultiReportDescriptorGamepad, sizeof(_hidMultiReportDescriptorGamepad)) ^~~~~~~~~~~~~~~~ "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\ImprovedKeyboard.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\MultiReport\ImprovedKeyboard.cpp.o" Gamepad.cpp: 78:2: error: 'HID' was not declared in this scope HID().AppendDescriptor(&node) ^~~ Gamepad.cpp:78: note suggested alternative PIND HID().AppendDescriptor(&node) ^~~ PIND Gamepad.cpp: 78:26: error: 'node' was not declared in this scope HID().AppendDescriptor(&node) ^~~~ Gamepad.cpp:78: note suggested alternative tone HID().AppendDescriptor(&node) ^~~~ tone Gamepad.cpp: In member function virtual void Gamepad_::SendReport(void*, int) Gamepad.cpp: 84:2: error: 'HID' was not declared in this scope HID().SendReport(HID_REPORTID_GAMEPAD, data, length) ^~~ Gamepad.cpp:84: note suggested alternative PIND HID().SendReport(HID_REPORTID_GAMEPAD, data, length) ^~~ PIND KeyboardAPI.h:29: In file included from defaultkeyboardapi.h:27: from ImprovedKeyboard.h:30: from ImprovedKeyboard.cpp:24: from improvedkeylayouts.h:54: note #pragma message Using default ASCII layout for keyboard modules #pragma message "Using default ASCII layout for keyboard modules" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ImprovedKeyboard.cpp: In constructor Keyboard_::Keyboard_() ImprovedKeyboard.cpp: 69:9: error: 'HIDSubDescriptor' does not name a type static HIDSubDescriptor node(_hidMultiReportDescriptorKeyboard, sizeof(_hidMultiReportDescriptorKeyboard)) ^~~~~~~~~~~~~~~~ ImprovedKeyboard.cpp: 70:2: error: 'HID' was not declared in this scope "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\ImprovedMouse.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\MultiReport\ImprovedMouse.cpp.o" HID().AppendDescriptor(&node) ^~~ ImprovedKeyboard.cpp:70: note suggested alternative PIND HID().AppendDescriptor(&node) ^~~ PIND ImprovedKeyboard.cpp: 70:26: error: 'node' was not declared in this scope HID().AppendDescriptor(&node) ^~~~ ImprovedKeyboard.cpp:70: note suggested alternative tone HID().AppendDescriptor(&node) ^~~~ tone ImprovedKeyboard.cpp: In member function virtual int Keyboard_::send() ImprovedKeyboard.cpp: 75:9: error: 'HID' was not declared in this scope return HID().SendReport(HID_REPORTID_KEYBOARD, &_keyReport, sizeof(_keyReport)) ^~~ ImprovedKeyboard.cpp:75: note suggested alternative PIND return HID().SendReport(HID_REPORTID_KEYBOARD, &_keyReport, sizeof(_keyReport)) ^~~ PIND ImprovedKeyboard.cpp: In member function void Keyboard_::wakeupHost() ImprovedKeyboard.cpp: 80:2: error: 'USBDevice' was not declared in this scope USBDevice.wakeupHost() ^~~~~~~~~ ImprovedMouse.cpp: In constructor Mouse_::Mouse_() ImprovedMouse.cpp: 62:9: error: 'HIDSubDescriptor' does not name a type static HIDSubDescriptor node(_hidMultiReportDescriptorMouse, sizeof(_hidMultiReportDescriptorMouse)) "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\NKROKeyboard.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\MultiReport\NKROKeyboard.cpp.o" ^~~~~~~~~~~~~~~~ ImprovedMouse.cpp: 63:2: error: 'HID' was not declared in this scope HID().AppendDescriptor(&node) ^~~ ImprovedMouse.cpp:63: note suggested alternative PIND HID().AppendDescriptor(&node) ^~~ PIND ImprovedMouse.cpp: 63:26: error: 'node' was not declared in this scope HID().AppendDescriptor(&node) ^~~~ ImprovedMouse.cpp:63: note suggested alternative move HID().AppendDescriptor(&node) ^~~~ move ImprovedMouse.cpp: In member function virtual void Mouse_::SendReport(void*, int) ImprovedMouse.cpp: 69:2: error: 'HID' was not declared in this scope HID().SendReport(HID_REPORTID_MOUSE, data, length) ^~~ ImprovedMouse.cpp:69: note suggested alternative PIND HID().SendReport(HID_REPORTID_MOUSE, data, length) ^~~ PIND KeyboardAPI.h:29: In file included from nkrokeyboardapi.h:27: from NKROKeyboard.h:30: from NKROKeyboard.cpp:24: from improvedkeylayouts.h:54: note #pragma message Using default ASCII layout for keyboard modules #pragma message "Using default ASCII layout for keyboard modules" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NKROKeyboard.cpp: In constructor NKROKeyboard_::NKROKeyboard_() "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\SurfaceDial.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\MultiReport\SurfaceDial.cpp.o" NKROKeyboard.cpp: 67:9: error: 'HIDSubDescriptor' does not name a type static HIDSubDescriptor node(_hidMultiReportDescriptorNKROKeyboard, sizeof(_hidMultiReportDescriptorNKROKeyboard)) ^~~~~~~~~~~~~~~~ NKROKeyboard.cpp: 68:2: error: 'HID' was not declared in this scope HID().AppendDescriptor(&node) ^~~ NKROKeyboard.cpp:68: note suggested alternative PIND HID().AppendDescriptor(&node) ^~~ PIND NKROKeyboard.cpp: 68:26: error: 'node' was not declared in this scope HID().AppendDescriptor(&node) ^~~~ NKROKeyboard.cpp:68: note suggested alternative tone HID().AppendDescriptor(&node) ^~~~ tone NKROKeyboard.cpp: In member function virtual int NKROKeyboard_::send() NKROKeyboard.cpp: 73:9: error: 'HID' was not declared in this scope return HID().SendReport(HID_REPORTID_NKRO_KEYBOARD, &_keyReport, sizeof(_keyReport)) ^~~ NKROKeyboard.cpp:73: note suggested alternative PIND return HID().SendReport(HID_REPORTID_NKRO_KEYBOARD, &_keyReport, sizeof(_keyReport)) ^~~ PIND SurfaceDial.cpp: In constructor SurfaceDial_::SurfaceDial_() "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\MultiReport\System.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\MultiReport\System.cpp.o" SurfaceDial.cpp: 78:12: error: 'HIDSubDescriptor' does not name a type static HIDSubDescriptor node(_hidMultiReportDescriptorSurfaceDial, sizeof(_hidMultiReportDescriptorSurfaceDial)) ^~~~~~~~~~~~~~~~ SurfaceDial.cpp: 79:5: error: 'HID' was not declared in this scope HID().AppendDescriptor(&node) ^~~ SurfaceDial.cpp:79: note suggested alternative PIND HID().AppendDescriptor(&node) ^~~ PIND SurfaceDial.cpp: 79:29: error: 'node' was not declared in this scope HID().AppendDescriptor(&node) ^~~~ SurfaceDial.cpp:79: note suggested alternative tone HID().AppendDescriptor(&node) ^~~~ tone SurfaceDial.cpp: In member function virtual void SurfaceDial_::SendReport(void*, int) SurfaceDial.cpp: 84:5: error: 'HID' was not declared in this scope HID().SendReport(HID_REPORTID_SURFACEDIAL, data, length) ^~~ SurfaceDial.cpp:84: note suggested alternative PIND HID().SendReport(HID_REPORTID_SURFACEDIAL, data, length) ^~~ PIND System.cpp: In constructor System_::System_() System.cpp: 47:9: error: 'HIDSubDescriptor' does not name a type static HIDSubDescriptor node(_hidMultiReportDescriptorSystem, sizeof(_hidMultiReportDescriptorSystem)) Using previously compiled file: C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\port\samd.cpp.o ^~~~~~~~~~~~~~~~ "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\BootKeyboard.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\SingleReport\BootKeyboard.cpp.o" System.cpp: 48:2: error: 'HID' was not declared in this scope HID().AppendDescriptor(&node) ^~~ System.cpp:48: note suggested alternative PIND HID().AppendDescriptor(&node) ^~~ PIND System.cpp: 48:26: error: 'node' was not declared in this scope HID().AppendDescriptor(&node) ^~~~ System.cpp:48: note suggested alternative tone HID().AppendDescriptor(&node) ^~~~ tone System.cpp: In member function virtual void System_::SendReport(void*, int) System.cpp: 54:2: error: 'HID' was not declared in this scope HID().SendReport(HID_REPORTID_SYSTEMCONTROL, data, length) ^~~ System.cpp:54: note suggested alternative PIND HID().SendReport(HID_REPORTID_SYSTEMCONTROL, data, length) ^~~ PIND KeyboardAPI.h:29: In file included from defaultkeyboardapi.h:27: from BootKeyboard.h:30: from BootKeyboard.cpp:24: from improvedkeylayouts.h:54: note #pragma message Using default ASCII layout for keyboard modules #pragma message "Using default ASCII layout for keyboard modules" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BootKeyboard.cpp:24: In file included from BootKeyboard.h: 33:48: error: expected class-name before ',' token class BootKeyboard_ *: public PluggableUSBModule, public DefaultKeyboardAPI BootKeyboard.h: 71:23: error: 'USBSetup' has not been declared int getDescriptor(USBSetup& setup) ^~~~~~~~ BootKeyboard.h: 72:16: error: 'USBSetup' has not been declared bool setup(USBSetup& setup) ^~~~~~~~ BootKeyboard.cpp: In constructor BootKeyboard_::BootKeyboard_() BootKeyboard.cpp: 74:38: error: class 'BootKeyboard_' does not have any field named 'PluggableUSBModule BootKeyboard_*: BootKeyboard_(void) : PluggableUSBModule(1, 1, epType), protocol(HID_REPORT_PROTOCOL), idle(1), leds(0), featureReport(NULL), featureLength(0) ^~~~~~~~~~~~~~~~~~ BootKeyboard.cpp: 74:81: error: 'HID_REPORT_PROTOCOL' was not declared in this scope BootKeyboard_*: BootKeyboard_(void) : PluggableUSBModule(1, 1, epType), protocol(HID_REPORT_PROTOCOL), idle(1), leds(0), featureReport(NULL), featureLength(0) ^~~~~~~~~~~~~~~~~~~ BootKeyboard.cpp:74: note suggested alternative HID_REPORTID_MOUSE BootKeyboard_*: BootKeyboard_(void) : PluggableUSBModule(1, 1, epType), protocol(HID_REPORT_PROTOCOL), idle(1), leds(0), featureReport(NULL), featureLength(0) ^~~~~~~~~~~~~~~~~~~ HID_REPORTID_MOUSE BootKeyboard.cpp: 76:14: error: 'EP_TYPE_INTERRUPT_IN' was not declared in this scope epType[0] = EP_TYPE_INTERRUPT_IN ^~~~~~~~~~~~~~~~~~~~ BootKeyboard.cpp:76: note suggested alternative EMPTY_INTERRUPT epType[0] = EP_TYPE_INTERRUPT_IN ^~~~~~~~~~~~~~~~~~~~ EMPTY_INTERRUPT BootKeyboard.cpp: 77:2: error: 'PluggableUSB' was not declared in this scope PluggableUSB().plug(this) ^~~~~~~~~~~~ BootKeyboard.cpp: In member function int BootKeyboard_::getInterface(uint8_t*) BootKeyboard.cpp: 83:2: error: 'HIDDescriptor' was not declared in this scope "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\BootMouse.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\SingleReport\BootMouse.cpp.o" HIDDescriptor hidInterface = { ^~~~~~~~~~~~~ BootKeyboard.cpp:83: note suggested alternative getDescriptor HIDDescriptor hidInterface = { ^~~~~~~~~~~~~ getDescriptor BootKeyboard.cpp: 88:29: error: 'hidInterface' was not declared in this scope return USB_SendControl(0, &hidInterface, sizeof(hidInterface)) ^~~~~~~~~~~~ BootKeyboard.cpp:88: note suggested alternative getInterface return USB_SendControl(0, &hidInterface, sizeof(hidInterface)) ^~~~~~~~~~~~ getInterface BootKeyboard.cpp: 88:9: error: 'USB_SendControl' was not declared in this scope return USB_SendControl(0, &hidInterface, sizeof(hidInterface)) ^~~~~~~~~~~~~~~ BootKeyboard.cpp: At global scope BootKeyboard.cpp: 91:34: error: 'int BootKeyboard_::getDescriptor' is not a static data member of 'class BootKeyboard_ int BootKeyboard_*: getDescriptor(USBSetup& setup) ^~~~~~~~ BootKeyboard.cpp: 91:34: error: 'USBSetup' was not declared in this scope BootKeyboard.cpp:91: note suggested alternative setup int BootKeyboard_*: getDescriptor(USBSetup& setup) ^~~~~~~~ setup BootKeyboard.cpp: 107:27: error: 'bool BootKeyboard_::setup' is not a static data member of 'class BootKeyboard_ bool BootKeyboard_*: setup(USBSetup& setup) ^~~~~~~~ BootKeyboard.cpp: 107:27: error: 'USBSetup' was not declared in this scope BootKeyboard.cpp:107: note suggested alternative setup bool BootKeyboard_*: setup(USBSetup& setup) ^~~~~~~~ setup BootMouse.cpp:24: In file included from BootKeyboard.cpp: In member function virtual int BootKeyboard_::send() BootMouse.h: 33:45: error: expected class-name before ',' token class BootMouse_ *: public PluggableUSBModule, public MouseAPI BootKeyboard.cpp: 199:18: error: 'pluggedEndpoint' was not declared in this scope return USB_Send(pluggedEndpoint | TRANSFER_RELEASE, &_keyReport, sizeof(_keyReport)) BootMouse.h: 42:23: error: 'USBSetup' has not been declared ^~~~~~~~~~~~~~~ int getDescriptor(USBSetup& setup) ^~~~~~~~ BootKeyboard.cpp: 199:36: error: 'TRANSFER_RELEASE' was not declared in this scope BootMouse.h: 43:16: error: 'USBSetup' has not been declared return USB_Send(pluggedEndpoint | TRANSFER_RELEASE, &_keyReport, sizeof(_keyReport)) bool setup(USBSetup& setup) ^~~~~~~~~~~~~~~~ ^~~~~~~~ BootKeyboard.cpp:199: note suggested alternative __ATOMIC_RELEASE BootMouse.cpp: In constructor BootMouse_::BootMouse_() return USB_Send(pluggedEndpoint | TRANSFER_RELEASE, &_keyReport, sizeof(_keyReport)) ^~~~~~~~~~~~~~~~ __ATOMIC_RELEASE BootMouse.cpp: 57:32: error: class 'BootMouse_' does not have any field named 'PluggableUSBModule BootMouse_*: BootMouse_(void) : PluggableUSBModule(1, 1, epType), protocol(HID_REPORT_PROTOCOL), idle(1) ^~~~~~~~~~~~~~~~~~ BootKeyboard.cpp: 199:9: error: 'USB_Send' was not declared in this scope return USB_Send(pluggedEndpoint | TRANSFER_RELEASE, &_keyReport, sizeof(_keyReport)) ^~~~~~~~ BootMouse.cpp: 57:75: error: 'HID_REPORT_PROTOCOL' was not declared in this scope BootKeyboard.cpp:199: note suggested alternative USBS0 BootMouse_*: BootMouse_(void) : PluggableUSBModule(1, 1, epType), protocol(HID_REPORT_PROTOCOL), idle(1) return USB_Send(pluggedEndpoint | TRANSFER_RELEASE, &_keyReport, sizeof(_keyReport)) ^~~~~~~~~~~~~~~~~~~ ^~~~~~~~ BootMouse.cpp:57: note suggested alternative HID_REPORTID_MOUSE USBS0 BootMouse_*: BootMouse_(void) : PluggableUSBModule(1, 1, epType), protocol(HID_REPORT_PROTOCOL), idle(1) BootKeyboard.cpp: In member function void BootKeyboard_::wakeupHost() ^~~~~~~~~~~~~~~~~~~ HID_REPORTID_MOUSE BootKeyboard.cpp: 204:2: error: 'USBDevice' was not declared in this scope USBDevice.wakeupHost() BootMouse.cpp: 59:14: error: 'EP_TYPE_INTERRUPT_IN' was not declared in this scope ^~~~~~~~~ epType[0] = EP_TYPE_INTERRUPT_IN ^~~~~~~~~~~~~~~~~~~~ BootMouse.cpp:59: note suggested alternative EMPTY_INTERRUPT epType[0] = EP_TYPE_INTERRUPT_IN ^~~~~~~~~~~~~~~~~~~~ EMPTY_INTERRUPT BootMouse.cpp: 60:2: error: 'PluggableUSB' was not declared in this scope PluggableUSB().plug(this) ^~~~~~~~~~~~ BootMouse.cpp: In member function int BootMouse_::getInterface(uint8_t*) BootMouse.cpp: 66:2: error: 'HIDDescriptor' was not declared in this scope HIDDescriptor hidInterface = { ^~~~~~~~~~~~~ BootMouse.cpp:66: note suggested alternative getDescriptor HIDDescriptor hidInterface = { ^~~~~~~~~~~~~ getDescriptor BootMouse.cpp: 71:29: error: 'hidInterface' was not declared in this scope return USB_SendControl(0, &hidInterface, sizeof(hidInterface)) ^~~~~~~~~~~~ BootMouse.cpp:71: note suggested alternative getInterface return USB_SendControl(0, &hidInterface, sizeof(hidInterface)) ^~~~~~~~~~~~ getInterface BootMouse.cpp: 71:9: error: 'USB_SendControl' was not declared in this scope return USB_SendControl(0, &hidInterface, sizeof(hidInterface)) ^~~~~~~~~~~~~~~ BootMouse.cpp: At global scope BootMouse.cpp: 74:31: error: 'int BootMouse_::getDescriptor' is not a static data member of 'class BootMouse_ int BootMouse_*: getDescriptor(USBSetup& setup) ^~~~~~~~ "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\RawHID.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\SingleReport\RawHID.cpp.o" BootMouse.cpp: 74:31: error: 'USBSetup' was not declared in this scope BootMouse.cpp:74: note suggested alternative setup int BootMouse_*: getDescriptor(USBSetup& setup) ^~~~~~~~ setup BootMouse.cpp: 90:24: error: 'bool BootMouse_::setup' is not a static data member of 'class BootMouse_ bool BootMouse_*: setup(USBSetup& setup) ^~~~~~~~ BootMouse.cpp: 90:24: error: 'USBSetup' was not declared in this scope BootMouse.cpp:90: note suggested alternative setup bool BootMouse_*: setup(USBSetup& setup) ^~~~~~~~ setup BootMouse.cpp: In member function virtual void BootMouse_::SendReport(void*, int) BootMouse.cpp: 134:17: error: 'HID_BOOT_PROTOCOL' was not declared in this scope if(protocol == HID_BOOT_PROTOCOL){ ^~~~~~~~~~~~~~~~~ BootMouse.cpp: 135:12: error: 'pluggedEndpoint' was not declared in this scope USB_Send(pluggedEndpoint | TRANSFER_RELEASE, data, sizeof(HID_BootMouseReport_Data_t)) ^~~~~~~~~~~~~~~ BootMouse.cpp: 135:30: error: 'TRANSFER_RELEASE' was not declared in this scope USB_Send(pluggedEndpoint | TRANSFER_RELEASE, data, sizeof(HID_BootMouseReport_Data_t)) ^~~~~~~~~~~~~~~~ BootMouse.cpp:135: note suggested alternative __ATOMIC_RELEASE USB_Send(pluggedEndpoint | TRANSFER_RELEASE, data, sizeof(HID_BootMouseReport_Data_t)) ^~~~~~~~~~~~~~~~ __ATOMIC_RELEASE BootMouse.cpp: 135:3: error: 'USB_Send' was not declared in this scope USB_Send(pluggedEndpoint | TRANSFER_RELEASE, data, sizeof(HID_BootMouseReport_Data_t)) ^~~~~~~~ BootMouse.cpp:135: note suggested alternative USBS0 USB_Send(pluggedEndpoint | TRANSFER_RELEASE, data, sizeof(HID_BootMouseReport_Data_t)) ^~~~~~~~ USBS0 BootMouse.cpp: 138:12: error: 'pluggedEndpoint' was not declared in this scope USB_Send(pluggedEndpoint | TRANSFER_RELEASE, data, length) ^~~~~~~~~~~~~~~ BootMouse.cpp: 138:30: error: 'TRANSFER_RELEASE' was not declared in this scope USB_Send(pluggedEndpoint | TRANSFER_RELEASE, data, length) ^~~~~~~~~~~~~~~~ RawHID.cpp:24: In file included from BootMouse.cpp:138: note suggested alternative __ATOMIC_RELEASE USB_Send(pluggedEndpoint | TRANSFER_RELEASE, data, length) ^~~~~~~~~~~~~~~~ RawHID.h: 70:42: error: expected class-name before ',' token __ATOMIC_RELEASE class RawHID_ *: public PluggableUSBModule, public Stream BootMouse.cpp: 138:3: error: 'USB_Send' was not declared in this scope RawHID.h: 163:23: error: 'USBSetup' has not been declared USB_Send(pluggedEndpoint | TRANSFER_RELEASE, data, length) int getDescriptor(USBSetup& setup) ^~~~~~~~ ^~~~~~~~ BootMouse.cpp:138: note suggested alternative USBS0 USB_Send(pluggedEndpoint | TRANSFER_RELEASE, data, length) ^~~~~~~~ RawHID.h: 164:16: error: 'USBSetup' has not been declared USBS0 bool setup(USBSetup& setup) ^~~~~~~~ RawHID.h: In member function virtual size_t RawHID_::write(uint8_t*, size_t) RawHID.h: 157:19: error: 'pluggedEndpoint' was not declared in this scope return USB_Send(pluggedEndpoint | TRANSFER_RELEASE, buffer, size) ^~~~~~~~~~~~~~~ RawHID.h: 157:37: error: 'TRANSFER_RELEASE' was not declared in this scope return USB_Send(pluggedEndpoint | TRANSFER_RELEASE, buffer, size) ^~~~~~~~~~~~~~~~ RawHID.h:157: note suggested alternative __ATOMIC_RELEASE return USB_Send(pluggedEndpoint | TRANSFER_RELEASE, buffer, size) ^~~~~~~~~~~~~~~~ __ATOMIC_RELEASE RawHID.h: 157:10: error: 'USB_Send' was not declared in this scope return USB_Send(pluggedEndpoint | TRANSFER_RELEASE, buffer, size) ^~~~~~~~ RawHID.h:157: note suggested alternative USBS0 return USB_Send(pluggedEndpoint | TRANSFER_RELEASE, buffer, size) ^~~~~~~~ USBS0 RawHID.cpp: In constructor RawHID_::RawHID_() RawHID.cpp: 50:26: error: class 'RawHID_' does not have any field named 'PluggableUSBModule "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\SingleAbsoluteMouse.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\SingleReport\SingleAbsoluteMouse.cpp.o" RawHID_*: RawHID_(void) : PluggableUSBModule(1, 1, epType), protocol(HID_REPORT_PROTOCOL), idle(1), dataLength(0), dataAvailable(0), featureReport(NULL), featureLength(0) ^~~~~~~~~~~~~~~~~~ RawHID.cpp: 50:69: error: 'HID_REPORT_PROTOCOL' was not declared in this scope RawHID_*: RawHID_(void) : PluggableUSBModule(1, 1, epType), protocol(HID_REPORT_PROTOCOL), idle(1), dataLength(0), dataAvailable(0), featureReport(NULL), featureLength(0) ^~~~~~~~~~~~~~~~~~~ RawHID.cpp:50: note suggested alternative HID_REPORTID_MOUSE RawHID_*: RawHID_(void) : PluggableUSBModule(1, 1, epType), protocol(HID_REPORT_PROTOCOL), idle(1), dataLength(0), dataAvailable(0), featureReport(NULL), featureLength(0) ^~~~~~~~~~~~~~~~~~~ HID_REPORTID_MOUSE RawHID.cpp: 52:14: error: 'EP_TYPE_INTERRUPT_IN' was not declared in this scope epType[0] = EP_TYPE_INTERRUPT_IN ^~~~~~~~~~~~~~~~~~~~ RawHID.cpp:52: note suggested alternative EMPTY_INTERRUPT epType[0] = EP_TYPE_INTERRUPT_IN ^~~~~~~~~~~~~~~~~~~~ EMPTY_INTERRUPT RawHID.cpp: 53:2: error: 'PluggableUSB' was not declared in this scope PluggableUSB().plug(this) ^~~~~~~~~~~~ RawHID.cpp: In member function int RawHID_::getInterface(uint8_t*) RawHID.cpp: 60:2: error: 'HIDDescriptor' was not declared in this scope HIDDescriptor hidInterface = { ^~~~~~~~~~~~~ RawHID.cpp:60: note suggested alternative getDescriptor HIDDescriptor hidInterface = { ^~~~~~~~~~~~~ getDescriptor SingleAbsoluteMouse.cpp:24: In file included from RawHID.cpp: 65:29: error: 'hidInterface' was not declared in this scope SingleAbsoluteMouse.h: 33:55: error: expected class-name before ',' token return USB_SendControl(0, &hidInterface, sizeof(hidInterface)) class SingleAbsoluteMouse_ *: public PluggableUSBModule, public AbsoluteMouseAPI ^~~~~~~~~~~~ RawHID.cpp:65: note suggested alternative getInterface return USB_SendControl(0, &hidInterface, sizeof(hidInterface)) SingleAbsoluteMouse.h: 43:23: error: 'USBSetup' has not been declared ^~~~~~~~~~~~ int getDescriptor(USBSetup& setup) getInterface ^~~~~~~~ RawHID.cpp: 65:9: error: 'USB_SendControl' was not declared in this scope SingleAbsoluteMouse.h: 44:16: error: 'USBSetup' has not been declared return USB_SendControl(0, &hidInterface, sizeof(hidInterface)) bool setup(USBSetup& setup) ^~~~~~~~~~~~~~~ "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\SingleConsumer.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\SingleReport\SingleConsumer.cpp.o" "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\SingleGamepad.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\SingleReport\SingleGamepad.cpp.o" "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\SingleNKROKeyboard.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\SingleReport\SingleNKROKeyboard.cpp.o" "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=108012 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\HID\src" -I"C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src" "C:\Users\monke\OneDrive\Documents\Arduino\libraries\HID-master\src\SingleReport\SingleSystem.cpp" -o "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\SingleReport\SingleSystem.cpp.o" "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\HID-master.a" "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\MultiReport\AbsoluteMouse.cpp.o" Error running output capture Error running output capture Preprocess: "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-gcc-ar" rcs "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\HID-master.a" "C:\Users\monke\AppData\Local\Temp\VMBuilds\HIDcontroller\HoodLoader2_unoHIDBridge\Release\HID-master\MultiReport\AbsoluteMouse.cpp.o" Unable to archive compiled files Error running preprocessor recipes Error running output capture Error compiling libraries Build failed for project 'HIDcontroller'