Even more arduino nano clone failures

Continuing the discussion from More Nano clone failures:

hi
where did you find that image

do you happen to know where i can find out which error means what

thanks

Hi @tommy_tom.

The table is from the "AT15007: Differences between ATmega328/P and ATmega328PB" application note that is provided by Microchip, manufacturer of the ATmega328P and ATmega328PB microcontrollers:

https://onlinedocs.microchip.com/pr/GUID-CBDC1838-0100-4F26-A45A-134958193C3B-en-US-4/index.html

Please specify exactly which errors you are referring to.

Are you encountering an error while using Arduino? If so, please provide the full and exact text of the error message in a reply here.

Hi again.

I want to upload a sketch to my arduino nano, but it fails as you can see here (this is the output) (it could be that you will see some german text. Thats because I`m German) :




FQBN: arduino:avr:nano
Using board 'nano' from platform in folder: C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6
Using core 'arduino' from platform in folder: C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6

Detecting libraries used...
C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/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=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -IC:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino -IC:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\eightanaloginputs C:\Users\Gelt\AppData\Local\Temp\arduino\sketches\B8473CBEE9FF617AD2BB778C56C6409C\sketch\code_fuer_ein_relais.ino.cpp -o nul
Generating function prototypes...
C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/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=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -IC:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino -IC:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\eightanaloginputs C:\Users\Gelt\AppData\Local\Temp\arduino\sketches\B8473CBEE9FF617AD2BB778C56C6409C\sketch\code_fuer_ein_relais.ino.cpp -o C:\Users\Gelt\AppData\Local\Temp\2407357334\sketch_merged.cpp
C:\Users\Gelt\AppData\Local\Arduino15\packages\builtin\tools\ctags\5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives C:\Users\Gelt\AppData\Local\Temp\2407357334\sketch_merged.cpp
Compiling sketch...
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\sketch\\code_fuer_ein_relais.ino.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\sketch\\code_fuer_ein_relais.ino.cpp.o"
Compiling libraries...
Compiling core...
Using precompiled core: C:\Users\Gelt\AppData\Local\Temp\arduino\cores\arduino_avr_nano_cpu_atmega328_f020251d55615729ec309bf93778b1d6\core.a
Linking everything together...
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -Wall -Wextra -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.elf" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\sketch\\code_fuer_ein_relais.ino.cpp.o" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/..\\..\\cores\\arduino_avr_nano_cpu_atmega328_f020251d55615729ec309bf93778b1d6\\core.a" "-LC:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C" -lm
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.elf" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.eep"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-objcopy" -O ihex -R .eeprom "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.elf" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.hex"

"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-size" -A "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.elf"
Sketch uses 976 bytes (3%) of program storage space. Maximum is 30720 bytes.
Global variables use 11 bytes (0%) of dynamic memory, leaving 2037 bytes for local variables. Maximum is 2048 bytes.
"C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude" "-CC:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf" -v -V -patmega328p -carduino "-PCOM3" -b115200 -D "-Uflash:w:C:\Users\Gelt\AppData\Local\Temp\arduino\sketches\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.hex:i"

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\Gelt\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"

         Using Port                    : COM3
         Using Programmer              : arduino
         Overriding Baud Rate          : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xde
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xde
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xde
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xde
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xde
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xde
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xde
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xde
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xde
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xde

avrdude done.  Thank you.

Failed uploading: uploading error: exit status 1



Some weeks ago I already had some problems with that nano. I solved the problems by doing this:

  1. Burned bootloader via ISP (arduino uno) to arduino uno, so I selected arduino uno under Tools-Boards-Arduino Uno
  2. Did the Driver Roll Back to the year 2014
  3. Everything worked fine

Today I soldered sth. to the nano and now it doesn`t work.
I burned the bootloader successfully and set the nano back to Arduino Nano.
I did the driver roll back again and started my laptop win 11 again.
It still gives that output that i already showed you above.

but there is sth. strange. the number after "not in sync: resp=" changes every time.

Please explain in more detail what did you soldered just before the nano start experiencing problems? To what arduino pins?

there is sth. else i want to know

im new here so i dont know how to deal with writing messages.
could someone give me some tips please

Read the forum guidelines to see how to properly ask a question and some good information on making a good post.

this is my nano clone


I dont know how to call this

but fact is that I soldered these "pins" to the nano.
but then I realised that they were just a nuisance in my project.
so I removed them. maybe I sometimes draw too strong while I was removing them.
thats all I soldered to the board

Try to select an "Old bootloader" option in IDE before build and upload code to board

thank you very much
i was searching for sth. like that

i selected "Old bootloader" and that is the output:

FQBN: arduino:avr:nano:cpu=atmega328old
Using board 'nano' from platform in folder: C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6
Using core 'arduino' from platform in folder: C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6

Detecting libraries used...
C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/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=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -IC:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino -IC:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\eightanaloginputs C:\Users\Gelt\AppData\Local\Temp\arduino\sketches\B8473CBEE9FF617AD2BB778C56C6409C\sketch\code_fuer_ein_relais.ino.cpp -o nul
Generating function prototypes...
C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/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=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -IC:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino -IC:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\eightanaloginputs C:\Users\Gelt\AppData\Local\Temp\arduino\sketches\B8473CBEE9FF617AD2BB778C56C6409C\sketch\code_fuer_ein_relais.ino.cpp -o C:\Users\Gelt\AppData\Local\Temp\802386196\sketch_merged.cpp
C:\Users\Gelt\AppData\Local\Arduino15\packages\builtin\tools\ctags\5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives C:\Users\Gelt\AppData\Local\Temp\802386196\sketch_merged.cpp
Compiling sketch...
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\sketch\\code_fuer_ein_relais.ino.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\sketch\\code_fuer_ein_relais.ino.cpp.o"
Compiling libraries...
Compiling core...
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\CDC.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\CDC.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\PluggableUSB.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\PluggableUSB.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\HardwareSerial2.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\HardwareSerial2.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\HardwareSerial.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\HardwareSerial.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\HardwareSerial3.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\HardwareSerial3.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\IPAddress.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\IPAddress.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\HardwareSerial1.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\HardwareSerial1.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\HardwareSerial0.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\HardwareSerial0.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\Print.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\Print.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\Stream.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\Stream.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\Tone.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\Tone.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\WInterrupts.c" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\WInterrupts.c.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\USBCore.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\USBCore.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\WMath.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\WMath.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\abi.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\abi.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\WString.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\WString.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\hooks.c" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\hooks.c.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\main.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\main.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\wiring.c" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\wiring.c.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\new.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\new.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\wiring_analog.c" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\wiring_analog.c.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\wiring_digital.c" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\wiring_digital.c.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -x assembler-with-cpp -flto -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\wiring_pulse.S" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\wiring_pulse.S.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\wiring_pulse.c" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\wiring_pulse.c.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\eightanaloginputs" "C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino\\wiring_shift.c" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\wiring_shift.c.o"
C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\new.cpp: In function 'void* operator new(std::size_t, std::nothrow_t)':
C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\new.cpp:59:60: warning: unused parameter 'tag' [-Wunused-parameter]
 void * operator new(std::size_t size, const std::nothrow_t tag) noexcept {
                                                            ^~~
C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\new.cpp: In function 'void* operator new [](std::size_t, const std::nothrow_t&)':
C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\new.cpp:68:63: warning: unused parameter 'tag' [-Wunused-parameter]
 void * operator new[](std::size_t size, const std::nothrow_t& tag) noexcept {
                                                               ^~~
C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\new.cpp: In function 'void operator delete(void*, const std::nothrow_t&)':
C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\new.cpp:103:55: warning: unused parameter 'tag' [-Wunused-parameter]
 void operator delete(void* ptr, const std::nothrow_t& tag) noexcept {
                                                       ^~~
C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\new.cpp: In function 'void operator delete [](void*, const std::nothrow_t&)':
C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\new.cpp:106:57: warning: unused parameter 'tag' [-Wunused-parameter]
 void operator delete[](void* ptr, const std::nothrow_t& tag) noexcept {
                                                         ^~~
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\CDC.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\HardwareSerial.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\HardwareSerial0.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\HardwareSerial1.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\HardwareSerial2.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\HardwareSerial3.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\IPAddress.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\PluggableUSB.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\Print.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\Stream.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\Tone.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\USBCore.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\WInterrupts.c.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\WMath.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\WString.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\abi.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\hooks.c.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\main.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\new.cpp.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\wiring.c.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\wiring_analog.c.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\wiring_digital.c.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\wiring_pulse.S.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\wiring_pulse.c.o"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\core.a" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\core\\wiring_shift.c.o"
Archiving built core (caching) in: C:\Users\Gelt\AppData\Local\Temp\arduino\cores\arduino_avr_nano_cpu_atmega328old_f020251d55615729ec309bf93778b1d6\core.a
Linking everything together...
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -Wall -Wextra -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.elf" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\sketch\\code_fuer_ein_relais.ino.cpp.o" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/core\\core.a" "-LC:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C" -lm
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.elf" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.eep"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-objcopy" -O ihex -R .eeprom "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.elf" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.hex"

"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-size" -A "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.elf"
Sketch uses 976 bytes (3%) of program storage space. Maximum is 30720 bytes.
Global variables use 11 bytes (0%) of dynamic memory, leaving 2037 bytes for local variables. Maximum is 2048 bytes.
"C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude" "-CC:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf" -v -V -patmega328p -carduino "-PCOM3" -b57600 -D "-Uflash:w:C:\Users\Gelt\AppData\Local\Temp\arduino\sketches\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.hex:i"

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\Gelt\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"

         Using Port                    : COM3
         Using Programmer              : arduino
         Overriding Baud Rate          : 57600
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x8d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x8d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x8d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x8d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x8d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x8d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x8d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x8d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x8d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x8d

avrdude done.  Thank you.

Failed uploading: uploading error: exit status 1

so it failed again.
as i said - the nano worked with the setting "Tools-Board-Arduino Uno" properly

as it worked with the setting "Tools-Board-Arduino Uno" properly, i successfully burned the bootloader with that setting again.
the upload failed


FQBN: arduino:avr:uno
Using board 'uno' from platform in folder: C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6
Using core 'arduino' from platform in folder: C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6

Detecting libraries used...
C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/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=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -IC:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino -IC:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard C:\Users\Gelt\AppData\Local\Temp\arduino\sketches\B8473CBEE9FF617AD2BB778C56C6409C\sketch\code_fuer_ein_relais.ino.cpp -o nul
Generating function prototypes...
C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\7.3.0-atmel3.6.1-arduino7/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=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -IC:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino -IC:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard C:\Users\Gelt\AppData\Local\Temp\arduino\sketches\B8473CBEE9FF617AD2BB778C56C6409C\sketch\code_fuer_ein_relais.ino.cpp -o C:\Users\Gelt\AppData\Local\Temp\127913059\sketch_merged.cpp
C:\Users\Gelt\AppData\Local\Arduino15\packages\builtin\tools\ctags\5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives C:\Users\Gelt\AppData\Local\Temp\127913059\sketch_merged.cpp
Compiling sketch...
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\standard" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\sketch\\code_fuer_ein_relais.ino.cpp" -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\sketch\\code_fuer_ein_relais.ino.cpp.o"
Compiling libraries...
Compiling core...
Using precompiled core: C:\Users\Gelt\AppData\Local\Temp\arduino\cores\arduino_avr_uno_f020251d55615729ec309bf93778b1d6\core.a
Linking everything together...
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -Wall -Wextra -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.elf" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C\\sketch\\code_fuer_ein_relais.ino.cpp.o" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/..\\..\\cores\\arduino_avr_uno_f020251d55615729ec309bf93778b1d6\\core.a" "-LC:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C" -lm
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.elf" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.eep"
"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-objcopy" -O ihex -R .eeprom "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.elf" "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.hex"

"C:\\Users\\Gelt\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-size" -A "C:\\Users\\Gelt\\AppData\\Local\\Temp\\arduino\\sketches\\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.elf"
Sketch uses 976 bytes (3%) of program storage space. Maximum is 32256 bytes.
Global variables use 11 bytes (0%) of dynamic memory, leaving 2037 bytes for local variables. Maximum is 2048 bytes.
"C:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude" "-CC:\Users\Gelt\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf" -v -V -patmega328p -carduino "-PCOM3" -b115200 -D "-Uflash:w:C:\Users\Gelt\AppData\Local\Temp\arduino\sketches\B8473CBEE9FF617AD2BB778C56C6409C/code_fuer_ein_relais.ino.hex:i"

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\Gelt\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"

         Using Port                    : COM3
         Using Programmer              : arduino
         Overriding Baud Rate          : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xfd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xfd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xfd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xfd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xfd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xfd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xfd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xfd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xfd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xfd

avrdude done.  Thank you.

Failed uploading: uploading error: exit status 1

It's called a "pin header". Your Nano looks like a tank ran over it. I see at least one missing component and many traces of physical damage. Did you also damage the little metal rectangular part next to the ATmega microcontroller? This is the crystal and it could very well explain your upload problems.

I'd put this particular board aside and continue working on a brand new one. But treat it more carefully this time.

PS: the single wire connected to a button isn't going to do anything obviously.

:sweat_smile:

I don´t think so

i started a project were i wanted to solder that switch to a relay, so that if i upload a new sketch to the nano (with the relay already attached), i could short cut the connection of the relay to the 5V of the nano, so that the high voltage won´t/wouldnt (i dont know what is right) damage the nano.

which component

what looks damaged for you

to be honest, i have done that several times with some nanos.
after that some worked, some not

so you would not recommend to do that

This confirms that you did it carelessly and ruined several boards. Judging by the soldering of the wire to the button, you need to learn how to solder

Why did you need to desolder the pins? Why couldn't you connect your buttons to them?

I 3d printed a box for the nano. The nano didn't fit into it because of the pin headers

That explanation doesn't make much sense. Maybe a schematic will help. But for now it doesn't matter as the single wire isn't going to do anything anyway.

I'm posting from a phone so I can't screenshot the various places where I see signs of damage or physical force. I trust you're able to compare your mangled Nano to a virgin one and spot the differences. This will also show you where you managed to remove one if the filter caps of the onboard voltage regulator. On closer inspection I also see that one of the pins if the SPI connector appears not to be soldered properly.

Evidbetly if you're doing something with your equipment that results in malfunctions, it's not a good idea. I'm not sure why you're asking this; it's obvious, isn't it?

Now the best solution would be to take a new Nano without soldered pins.

What nano clone would you recommend

@tommy_tom
One where the ICSP pins aren't soldered in? I've not seen problems with any clones, other than the ubiquitous 'old bootloaders', and I buy the cheapest available. I think your problem is one of technique, not 'where they came from'. As for your particular interference problem with the ICSP pins interfering with your box, next time, just cut the pins off flush with the connector's mounting plastic, and you'll be good.