I see that this has been an open issue for the IDE for over 18 months!
https://github.com/arduino/ArduinoCore-megaavr/issues/124
How are people programming their Nano Every boards? Is there no work-around? How can this not be fixed after all this time?
Environment is Windows 10 Pro, IDE 2.3.2. I tried IDE 2.0.2 but had the same problem. The IDE automatically detects the board and will read board info.
At this point I'm dead in the water. This seems ridiculous, Arduino development is supposed to be "easy".
Is there a separate UPDI programmer I can use with the IDE? Perhaps this one?
change the Serial monitor to 1200 baud (from the default of 9600), and then upload the sketch, it works.
I had already tried that. It does not work for me. I also just installed 2.3.2 on a Linux Mint build and it also fails exactly the same way.
Could I have a defective board?
The issue on github was explicitly related to Linux issues and the 1200 bps trigger pulse to enter programming mode. You are running Windows 10, and you likely have a different issue.
Could I have a defective board?
Can you provide some information about the board you are using. Is it an official Arduino board? Is it new? If new, is the orange led blinking?
Has the board ever been programmed successfully, but then stopped working?
Are you absolutely certain that you have a good USB data cable. Do you have any other Arduino to test it with?
What do you see in Device Manager under Ports(COM&LPT)? Does it go away and return when you unplug the cable? Do you hear the USB connection tones?
EDIT:
Under File>Preferences select show verbose output during compile and upload. Use the Blink sketch under basic examples, and post the complete messages you see.
cattledog:
Can you provide some information about the board you are using. Is it an official Arduino board? Is it new? If new, is the orange led blinking?[/quote]It is new. It was purchased from the Arduino Store on Amazon. Is that an official outlet? The orange LED is blinking.
Has the board ever been programmed successfully, but then stopped working?
Negative.
I've tried several cables. All of them worked fine for auto-detect and reading the board info. This is the only Arduino I have.
I see COM6. Yes, yes, and yes. It all works as expected.
This will have to wait until tomorrow, I'm afraid.
FWIW, two weeks ago I took delivery of a pair of Every. Selected the Nano Every in the IDE, plugged in the Every, noted the COM designation in Windows, checked that that COM was selected in the IDE, compiled and loaded Blink to verify it was good, success. Then, followed instructions from here on the forum to change the unit(used Minicore) so I would have 4 serial ports. Had it up and running in a few minutes on my Win11 laptop. No issues.
Of course, I'm using 1.8.19. Hate to say it, but maybe you should try that route - it might rule out a bad board. Not suggesting you try Minicore necessarily, but certainly verifying it worked on a Windows platform with IDE 1.8.19 would at least remove that worry.
The Amazon source for the Nano Every should be good. Running blink is a good sign and the board was programmed with the blink sketch by Arduino when built.
I've tried several cables. All of them worked fine for auto-detect and reading the board info. This is the only Arduino I have.
I see COM6. Yes, yes, and yes. It all works as expected.
I'm not certain that these are definitive signs of a good usb cable but they are all good signs. Let's see what the detailed compile/upload information says. Make certain when you run the tests for detailed information nothing is connected to the Every except the usb cable.
I'm not certain what @camsysca means by this
Then, followed instructions from here on the forum to change the unit(used Minicore) so I would have 4 serial ports.
An alternative core to the standard Arduino core is MegaCoreX, and indeed I use it for my projects, but the core used should not be related to your download issue.
You certainly may want to delete the Arduino IDE and then reload both it and the boards package for the Nano Every. I have seen reports in the forum about corrupted installations effecting downloads. IDE 2.3.2 is dependent upon an internet connection in ways that 1.8.19 is not, and I agree with @camsysca that using that version of the IDE is not a bad idea. I certainly compile and load for a Nano Every with both versions, so there is no fundamental issue of compatibility.
If you had read ALL of the issue, you would see it has a fix (work around)
Unless I am misreading this, the issue is caused by a Linux bug, so ragging on Arduino is pointless.
If you had read the entire issue you would see that the post you are referencing was posted after I added to the issue.
"Ragging on Arduino" is completely relevant. After 18 months there should be a fix on the Linux side, and the Windows side is also broken with a bug that presents identically.
The work-around is both incompletely described and only good for Linux.
In order to get the serial monitor to come up and be able to set the baud rate the board has to be connected. Working on my Linux machine, I did that, then disconnected/reconnected the board, then attempted an upload of the sketch. The first attempt failed halfway through. The second attempt appeared to complete successfully.
I will be trying 1.8.19 on Windows to see if that works.
AFAIK, the Arduino team do not maintain linux.
Using 1.8.19 may work as it is a totally different design.
1.8.19 fails the same way on Windows.
USB cable is proven good because it worked on Linux.
I'd much rather develop on Windows because that machine is blazingly fast. Like a lot of folks, my Linux machines are old laptops. It takes 5 seconds to compile on my Windows machine and over a minute on the Linux laptop.
Will try the other experiment in the morning.
Yes, my point was solely to try the Windows approach to verify the device. Now that you've demonstrated it doesn't work with Windows and 1.8.19, personally I wouldn't be trying much else, other than convincing yourself that you don't have a bad cable.
But, show us what the compile-and-download messages were, with verbose settings, using the 1.8.19 IDE on Windows. There may be another clue there.
w-u-2-o
August 26, 2024, 10:23pm
15
Sorry, it took me longer to get around to doing this experiment than I thought it would.
First, I uploaded the example "blinking LED" sketch using 2.3.2 under Linux Mint. This worked successfully.
Second, I uninstalled the IDE in Windows and explicitly deleted all Arduino related folders in %appdata% /local and /remote, as those are left there from previous installs and I wanted a completely clean slate. Then, rather than do an installation, I downloaded the zip files for both 2.3.2 and 1.8.19 and extracted them, then ran from inside those folders, again so that all was perfectly clean and proper, and so that I could try both versions (this method is specifically described in the Arduino knowledge base.
Finally, I moved the Every and the exact same USB cable over to my main Windows machine. I tried and failed to upload the example blinking LED sketch with both 2.3.2 and 1.8.19. The console output was effectively identical with both versions. Below is the console output from the try with 1.8.19.
Thanks!
Arduino: 1.8.19 (Windows 10), Board: "Arduino Nano Every, ATMEGA328"
C:\Users\Radioserver2\Desktop\arduino-1.8.19\arduino-builder -dump-prefs -logger=machine -hardware C:\Users\Radioserver2\Desktop\arduino-1.8.19\hardware -hardware C:\Users\Radioserver2\AppData\Local\Arduino15\packages -tools C:\Users\Radioserver2\Desktop\arduino-1.8.19\tools-builder -tools C:\Users\Radioserver2\Desktop\arduino-1.8.19\hardware\tools\avr -tools C:\Users\Radioserver2\AppData\Local\Arduino15\packages -built-in-libraries C:\Users\Radioserver2\Desktop\arduino-1.8.19\libraries -libraries C:\Users\Radioserver2\Documents\Arduino\libraries -fqbn=arduino:megaavr:nona4809:mode=on -vid-pid=2341_0058 -ide-version=10819 -build-path C:\Users\RADIOS~1\AppData\Local\Temp\arduino_build_23421 -warnings=none -build-cache C:\Users\RADIOS~1\AppData\Local\Temp\arduino_cache_969845 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino5 -prefs=runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino5 -prefs=runtime.tools.arduinoOTA.path=C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\arduinoOTA\1.3.0 -prefs=runtime.tools.arduinoOTA-1.3.0.path=C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\arduinoOTA\1.3.0 -prefs=runtime.tools.avrdude.path=C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17 -prefs=runtime.tools.avrdude-6.3.0-arduino17.path=C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17 -verbose C:\Users\Radioserver2\Desktop\arduino-1.8.19\examples\01.Basics\Blink\Blink.ino
C:\Users\Radioserver2\Desktop\arduino-1.8.19\arduino-builder -compile -logger=machine -hardware C:\Users\Radioserver2\Desktop\arduino-1.8.19\hardware -hardware C:\Users\Radioserver2\AppData\Local\Arduino15\packages -tools C:\Users\Radioserver2\Desktop\arduino-1.8.19\tools-builder -tools C:\Users\Radioserver2\Desktop\arduino-1.8.19\hardware\tools\avr -tools C:\Users\Radioserver2\AppData\Local\Arduino15\packages -built-in-libraries C:\Users\Radioserver2\Desktop\arduino-1.8.19\libraries -libraries C:\Users\Radioserver2\Documents\Arduino\libraries -fqbn=arduino:megaavr:nona4809:mode=on -vid-pid=2341_0058 -ide-version=10819 -build-path C:\Users\RADIOS~1\AppData\Local\Temp\arduino_build_23421 -warnings=none -build-cache C:\Users\RADIOS~1\AppData\Local\Temp\arduino_cache_969845 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino5 -prefs=runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino5 -prefs=runtime.tools.arduinoOTA.path=C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\arduinoOTA\1.3.0 -prefs=runtime.tools.arduinoOTA-1.3.0.path=C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\arduinoOTA\1.3.0 -prefs=runtime.tools.avrdude.path=C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17 -prefs=runtime.tools.avrdude-6.3.0-arduino17.path=C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17 -verbose C:\Users\Radioserver2\Desktop\arduino-1.8.19\examples\01.Basics\Blink\Blink.ino
Using board 'nona4809' from platform in folder: C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\hardware\megaavr\1.8.8
Using core 'arduino' from platform in folder: C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\hardware\megaavr\1.8.8
Detecting libraries used...
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\sketch\\Blink.ino.cpp" -o nul
Generating function prototypes...
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\sketch\\Blink.ino.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\preproc\\ctags_target_for_gcc_minus_e.cpp"
"C:\\Users\\Radioserver2\\Desktop\\arduino-1.8.19\\tools-builder\\ctags\\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\preproc\\ctags_target_for_gcc_minus_e.cpp"
Compiling sketch...
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\sketch\\Blink.ino.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\sketch\\Blink.ino.cpp.o"
Compiling libraries...
Compiling core...
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc" -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809\\variant.c" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\variant.c.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc" -c -g -x assembler-with-cpp -flto -MMD -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\wiring_pulse.S" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\wiring_pulse.S.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc" -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\wiring_analog.c" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\wiring_analog.c.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc" -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\hooks.c" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\hooks.c.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc" -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\wiring_digital.c" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\wiring_digital.c.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc" -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\wiring.c" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\wiring.c.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc" -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\wiring_shift.c" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\wiring_shift.c.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc" -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\wiring_pulse.c" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\wiring_pulse.c.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\CDC.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\CDC.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\UART3.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\UART3.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\NANO_compat.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\NANO_compat.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\Tone.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\Tone.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\UART.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\UART.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\UART0.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\UART0.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\UART2.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\UART2.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\UART1.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\UART1.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\UNO_compat.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\UNO_compat.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\USBCore.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\USBCore.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\WInterrupts.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\WInterrupts.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\WMath.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\WMath.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\abi.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\abi.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\main.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\main.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\new.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\new.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\api\\Common.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\api\\Common.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\api\\IPAddress.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\api\\IPAddress.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\api\\PluggableUSB.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\api\\PluggableUSB.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\api\\Print.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\api\\Print.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\api\\Stream.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\api\\Stream.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/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=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino/api/deprecated" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino" "-IC:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\variants\\nona4809" "C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.8\\cores\\arduino\\api\\String.cpp" -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\api\\String.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\wiring_pulse.S.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\hooks.c.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\wiring.c.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\wiring_analog.c.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\wiring_digital.c.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\wiring_pulse.c.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\wiring_shift.c.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\CDC.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\NANO_compat.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\Tone.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\UART.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\UART0.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\UART1.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\UART2.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\UART3.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\UNO_compat.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\USBCore.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\WInterrupts.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\WMath.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\abi.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\api\\Common.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\api\\IPAddress.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\api\\PluggableUSB.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\api\\Print.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\api\\Stream.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\api\\String.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\main.cpp.o"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc-ar" rcs "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\core.a" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\new.cpp.o"
Archiving built core (caching) in: C:\Users\RADIOS~1\AppData\Local\Temp\arduino_cache_969845\core\core_arduino_megaavr_nona4809_mode_on_568f0d2288c009690de4dd1ea4dcffc1.a
Linking everything together...
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-gcc" -w -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -Wl,--section-start=.text=0x0 -mmcu=atmega4809 -o "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421/Blink.ino.elf" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\sketch\\Blink.ino.cpp.o" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421\\core\\variant.c.o" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421/core\\core.a" "-LC:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421" -lm "-Wl,-Map,C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421/Blink.ino.map"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-objcopy" -O binary -R .eeprom "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421/Blink.ino.elf" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421/Blink.ino.bin"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421/Blink.ino.elf" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421/Blink.ino.eep"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-objcopy" -O ihex -R .eeprom "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421/Blink.ino.elf" "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421/Blink.ino.hex"
"C:\\Users\\Radioserver2\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino5/bin/avr-size" -A "C:\\Users\\RADIOS~1\\AppData\\Local\\Temp\\arduino_build_23421/Blink.ino.elf"
Sketch uses 1118 bytes (2%) of program storage space. Maximum is 49152 bytes.
Global variables use 22 bytes (0%) of dynamic memory, leaving 6122 bytes for local variables. Maximum is 6144 bytes.
Forcing reset using 1200bps open/close on port COM6
C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude -CC:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf -v -patmega4809 -cjtag2updi -PCOM6 -b115200 -e -D -Uflash:w:C:\Users\RADIOS~1\AppData\Local\Temp\arduino_build_23421/Blink.ino.hex:i -Ufuse2:w:0x01:m -Ufuse5:w:0xC9:m -Ufuse8:w:0x00:m {upload.extra_files}
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"
Using Port : COM6
Using Programmer : jtag2updi
Overriding Baud Rate : 115200
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
avrdude: jtagmkII_getsync(): sign-on command: status -1
An error occurred while uploading the sketch
w-u-2-o
August 26, 2024, 10:47pm
16
Do these drivers look OK?
Thanks for the detailed report. The only thing I can suggest is that you try selecting "None" for registers emulation, but I doubt its the root cause of your issues.
Regarding the Driver details, I would use the certified Windows driver and NOT the the HHD version.
I think you may be correct in investigating Windows 10 issues on the computer you are using. Do you have any other Win10 installations to try?
I can assure you that many people are successfully using the Nano Every with the IDE and Windows 10. If you are confident in the cable and the ide installation, then either you have a defective board or an issue with Windows USB. Since you can load "Blink" in Linux with the 1200bps setting on the monitor, I'm leaning towards Windows issues. I don't understand how the SamD11 chip can respond to the monitor tweak but not the Serial port tweaking which takes place in the download though the ide.
w-u-2-o
August 26, 2024, 11:48pm
18
Where can I find that driver, since the one installed is the one Windows insists is the "best"?
You're getting into areas of Windows where I don't know what to do, but I think that if you navigate to
C:\Windows\System32\drivers
you should be able to find the drivers listed in the Driver File Details and transfer the HHD file from the system folder to a temporary holding folder on the desktop and see if it disappears from the Driver File Details window. You can always put it back if its something you need.
w-u-2-o
August 27, 2024, 11:21am
20
No joy changing register emulation settings. Note that on Linux changing this had no effect, the sketch uploaded and ran either way. On Windows there is still the same failure either way.
I also removed the offending driver. Apparently that is a serial port monitoring driver that got installed as part of another package many other projects ago. I would not have expected that to make a difference, and it didn't, avrdude still fails the same way.
Next, I opened a elevated (admin) command window, navigated to the directory containing avrdude, and manually ran it with -vvvv for extra verbosity. This is what I'm getting:
C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17\bin>avrdude -CC:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf -vvvv -patmega4809 -cjtag2updi -PCOM6 -b115200 -e -D -Uflash:w:C:\Users\RADIOS~1\AppData\Local\Temp\arduino_build_258466/Blink.ino.hex:i -Ufuse2:w:0x01:m -Ufuse5:w:0xC9:m -Ufuse8:w:0x00:m {upload.extra_files}
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Users\Radioserver2\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"
Using Port : COM6
Using Programmer : jtag2updi
Overriding Baud Rate : 115200
avrdude: jtagmkII_open_pdi()
avrdude: jtagmkII_getsync()
avrdude: jtagmkII_getsync(): Sending sign-on command:
avrdude: jtagmkII_send(): sending 1 bytes
avrdude: Send: . [1b] . [00] . [00] . [01] . [00] . [00] . [00] . [0e] . [01] . [f3] . [97]
avrdude: jtagmkII_recv():
avrdude: ser_recv(): programmer is not responding
avrdude: jtagmkII_recv(): Timeout receiving packet
avrdude: jtagmkII_getsync(): sign-on command: status -1