When ı uploud a code to the my clone arduino card for my trouble

my pc system is windows 10 x64bit also ı'm arduino types is IDE 2.3.2.
when ı uploud a code for taking mistake messages are this ones. ı maked for you details.
Can you help me?


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

Detecting libraries used...
C:\Users\Pc\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\Pc\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino -IC:\Users\Pc\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard C:\Users\Pc\AppData\Local\Temp\arduino\sketches\5763DA0FEC4DECC850AA5F16BE11B52F\sketch\Blink.ino.cpp -o nul
Generating function prototypes...
C:\Users\Pc\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\Pc\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino -IC:\Users\Pc\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\variants\standard C:\Users\Pc\AppData\Local\Temp\arduino\sketches\5763DA0FEC4DECC850AA5F16BE11B52F\sketch\Blink.ino.cpp -o C:\Users\Pc\AppData\Local\Temp\2256596899\sketch_merged.cpp
C:\Users\Pc\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\Pc\AppData\Local\Temp\2256596899\sketch_merged.cpp
Compiling sketch...
"C:\\Users\\Pc\\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 -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Pc\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\cores\\arduino" "-IC:\\Users\\Pc\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\variants\\standard" "C:\\Users\\Pc\\AppData\\Local\\Temp\\arduino\\sketches\\5763DA0FEC4DECC850AA5F16BE11B52F\\sketch\\Blink.ino.cpp" -o "C:\\Users\\Pc\\AppData\\Local\\Temp\\arduino\\sketches\\5763DA0FEC4DECC850AA5F16BE11B52F\\sketch\\Blink.ino.cpp.o"
Compiling libraries...
Compiling core...
Using precompiled core: C:\Users\Pc\AppData\Local\Temp\arduino\cores\arduino_avr_uno_4d7f7b04a9b11bd4bcdb3328630d678b\core.a
Linking everything together...
"C:\\Users\\Pc\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -w -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o "C:\\Users\\Pc\\AppData\\Local\\Temp\\arduino\\sketches\\5763DA0FEC4DECC850AA5F16BE11B52F/Blink.ino.elf" "C:\\Users\\Pc\\AppData\\Local\\Temp\\arduino\\sketches\\5763DA0FEC4DECC850AA5F16BE11B52F\\sketch\\Blink.ino.cpp.o" "C:\\Users\\Pc\\AppData\\Local\\Temp\\arduino\\sketches\\5763DA0FEC4DECC850AA5F16BE11B52F/..\\..\\cores\\arduino_avr_uno_4d7f7b04a9b11bd4bcdb3328630d678b\\core.a" "-LC:\\Users\\Pc\\AppData\\Local\\Temp\\arduino\\sketches\\5763DA0FEC4DECC850AA5F16BE11B52F" -lm
"C:\\Users\\Pc\\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\\Pc\\AppData\\Local\\Temp\\arduino\\sketches\\5763DA0FEC4DECC850AA5F16BE11B52F/Blink.ino.elf" "C:\\Users\\Pc\\AppData\\Local\\Temp\\arduino\\sketches\\5763DA0FEC4DECC850AA5F16BE11B52F/Blink.ino.eep"
"C:\\Users\\Pc\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-objcopy" -O ihex -R .eeprom "C:\\Users\\Pc\\AppData\\Local\\Temp\\arduino\\sketches\\5763DA0FEC4DECC850AA5F16BE11B52F/Blink.ino.elf" "C:\\Users\\Pc\\AppData\\Local\\Temp\\arduino\\sketches\\5763DA0FEC4DECC850AA5F16BE11B52F/Blink.ino.hex"

"C:\\Users\\Pc\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-size" -A "C:\\Users\\Pc\\AppData\\Local\\Temp\\arduino\\sketches\\5763DA0FEC4DECC850AA5F16BE11B52F/Blink.ino.elf"
Sketch uses 924 bytes (2%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
"C:\Users\Pc\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude" "-CC:\Users\Pc\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf" -v -V -patmega328p -carduino "-PCOM1" -b115200 -D "-Uflash:w:C:\Users\Pc\AppData\Local\Temp\arduino\sketches\5763DA0FEC4DECC850AA5F16BE11B52F/Blink.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\Pc\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"

         Using Port                    : COM1
         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=0x4f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x4f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x4f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x4f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x4f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x4f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x4f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x4f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x4f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x4f

avrdude done.  Thank you.

Failed uploading: uploading error: exit status 1

I moved your topic to an appropriate forum category @yigituysal.

In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.

This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.

Thanks in advance for your cooperation.

Hi @yigituysal. Please add a reply here on this forum thread to tell us which Arduino board you are using.

Please be as specific as possible as some Arduino boards with similar names have significant differences and the forum helpers can only provide effective assistance if we are aware of which one is being used.

If you aren't sure how to describe which board you are using, you can provide the link to the online product listing you bought the board from and we'll proceed based on the information found there.

I can see from the output you shared that you have configured Arduino IDE for use with an UNO board. Something that can be confusing is there are multiple boards with "UNO" in their name, including:

We need to be certain of exactly which one you have. The reason is that the problem might be caused by the IDE not being correctly configured for your specific board.

this is my using arduino card.

Does COM1 disappear from the IDE (and Windows device manager) when you disconnect the board? If not, it's not the Arduino but a standard Windows port.

If, with the above, you have determined that COM1 is not the Arduino, did you install the CH340 driver?

1 Like

yes ı was tried the com1 leave from than pc and ı saw this port is com1 mean arduino board.
when ı coming you saying at the point of uploud ch340's drivers ı can't find the ch340'drivers in the google can you send the drivers.
google has ch341' drivers but there is not have ch 340' drivers.
can you help me to the finding about ch 340' drivers

@yigituysal your answer is far too ambiguous to be of use to us. Please make a stronger effort at communication.

Let's try again:

This error might be caused by having the wrong port selected from the Tools > Port menu in Arduino IDE.

Please perform this experiment to verify that the port you have selected is your Arduino board:

  1. Disconnect the USB cable of the Arduino board from your computer.
  2. Select Tools > Port from the Arduino IDE menus.
  3. Take note of the ports (if any) listed in the menu.
  4. Close the Tools menu.
    :exclamation: The ports list is only updated when the Tools menu is re-opened, so this step is essential.
  5. Connect the Arduino board to your computer with a USB cable.
  6. Select Tools > Port from the Arduino IDE menus. - If a new port is listed in the menu, that is the port of your Arduino board.

If you saw a new port appear at the last step, select that port from the Tools > Port menu and try uploading again.

If this doesn't solve the problem, please reply here on this forum thread with the answers to the following questions:

  • While following those instructions, did you see a port in the Tools > Port menu at step (6) that was not present at step (3)?
  • If you did see a new port, was the upload successful after you selected that port?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.