Arduino Error no mater what sketch I upload

Hello Everyone, I just started using Arduino and read about a few error posts but I am unable to find an answer. This is what error I get every time I upload a sketch.

Thank you for your help.

Arduino: 1.8.9 (Windows 10), Board: "Arduino/Genuino Uno"

C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\Kedar\Documents\Arduino\libraries -fqbn=arduino:avr:uno -vid-pid=0X2A03_0X0043 -ide-version=10809 -build-path C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156 -warnings=none -build-cache C:\Users\Kedar\AppData\Local\Temp\arduino_cache_343800 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avr-gcc-5.4.0-atmel3.6.1-arduino2.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude-6.3.0-arduino14.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA-1.2.1.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -verbose C:\Program Files (x86)\Arduino\examples\01.Basics\AnalogReadSerial\AnalogReadSerial.ino
C:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\Kedar\Documents\Arduino\libraries -fqbn=arduino:avr:uno -vid-pid=0X2A03_0X0043 -ide-version=10809 -build-path C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156 -warnings=none -build-cache C:\Users\Kedar\AppData\Local\Temp\arduino_cache_343800 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avr-gcc-5.4.0-atmel3.6.1-arduino2.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude-6.3.0-arduino14.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA-1.2.1.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -verbose C:\Program Files (x86)\Arduino\examples\01.Basics\AnalogReadSerial\AnalogReadSerial.ino
Using board 'uno' from platform in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr
Using core 'arduino' from platform in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr
Detecting libraries used...
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" "C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156\sketch\AnalogReadSerial.ino.cpp" -o nul
Generating function prototypes...
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" "C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156\sketch\AnalogReadSerial.ino.cpp" -o "C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156\preproc\ctags_target_for_gcc_minus_e.cpp"
"C:\Program Files (x86)\Arduino\tools-builder\ctags\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156\preproc\ctags_target_for_gcc_minus_e.cpp"
Compiling sketch...
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10809 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard" "C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156\sketch\AnalogReadSerial.ino.cpp" -o "C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156\sketch\AnalogReadSerial.ino.cpp.o"
Compiling libraries...
Compiling core...
Using precompiled core: C:\Users\Kedar\AppData\Local\Temp\arduino_cache_343800\core\core_arduino_avr_uno_0c812875ac70eb4a9b385d8fb077f54c.a
Linking everything together...
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc" -w -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o "C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156/AnalogReadSerial.ino.elf" "C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156\sketch\AnalogReadSerial.ino.cpp.o" "C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156/..\arduino_cache_343800\core\core_arduino_avr_uno_0c812875ac70eb4a9b385d8fb077f54c.a" "-LC:\Users\Kedar\AppData\Local\Temp\arduino_build_675156" -lm
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156/AnalogReadSerial.ino.elf" "C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156/AnalogReadSerial.ino.eep"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-objcopy" -O ihex -R .eeprom "C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156/AnalogReadSerial.ino.elf" "C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156/AnalogReadSerial.ino.hex"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-size" -A "C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156/AnalogReadSerial.ino.elf"
Sketch uses 1868 bytes (5%) of program storage space. Maximum is 32256 bytes.
Global variables use 188 bytes (9%) of dynamic memory, leaving 1860 bytes for local variables. Maximum is 2048 bytes.
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM3 -b115200 -D -Uflash:w:C:\Users\Kedar\AppData\Local\Temp\arduino_build_675156/AnalogReadSerial.ino.hex:i
An error occurred while uploading the sketch

avrdude: Version 6.3-20171130
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch

System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"

Using Port : COM3
Using Programmer : arduino
Overriding Baud Rate : 115200

This is difficult because the output shows the start of a normal upload, then it just cuts off. Are you sure you posted the full output? Does it produce the same output every time?

Didn't we have this problem with someone else, where avrdude immediately bombed with no debug output?

pert:
This is difficult because the output shows the start of a normal upload, then it just cuts off. Are you sure you posted the full output? Does it produce the same output every time?

Yes, it shows the same problem every time with any sketch. I checked the port as well, its correct.

DrAzzy:
Didn't we have this problem with someone else, where avrdude immediately bombed with no debug output?

Hello,
Can you please tell me which feed it was? Will be really helpful. Thank you.

DrAzzy:
Didn't we have this problem with someone else, where avrdude immediately bombed with no debug output?

Here's one that came up recently, but with no resolution:
https://forum.arduino.cc/index.php?topic=626579

I'm sure there have been others occasionally, but I don't remember whether there was a solution to them.

I think I remember there was one version of Arduino AVR Boards, I think maybe it was 1.6.12 that was bundled with Arduino IDE 1.6.10 that did this, but I can see that's not the problem here because Kedar3600 is using Arduino IDE 1.8.9 and the Arduino AVR Boards 1.6.23/avrdude 6.3-20171130 that is bundled with it.

pert:
Here's one that came up recently, but with no resolution:
Arduino IDE won't upload my code - IDE 1.x - Arduino Forum

I'm sure there have been others occasionally, but I don't remember whether there was a solution to them.

I think I remember there was one version of Arduino AVR Boards, I think maybe it was 1.6.12 that was bundled with Arduino IDE 1.6.10 that did this, but I can see that's not the problem here because Kedar3600 is using Arduino IDE 1.8.9 and the Arduino AVR Boards 1.6.23/avrdude 6.3-20171130 that is bundled with it.

Hi, thank you for sharing the post but ya the thread is not resolved.

Any idea what should I do, to get my Arduino running? I have been trying every day but the same error pops up.

Thank you for your help.