How to get rid of this AVR dude ?(I have a arduino uno clone )
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x80
Failed uploading: uploading error: exit status 1
there are tons of reasons why this could happen, some frequent ones are bad cable, bad board selection, driver not installed, wrong boot loader, issues with other stuff wired on the board (like on pin 0 and 1 for the UNO) or short circuits, or defective board and more...
There is a communication problem between your computer and the Arduino. First, try uplugging and re-plugging in the Arduino. If not, check out this answer and see if it helps.
You haven't answered the question if anything is connected to pins 0 and 1. Please do so.
Does it disappear when you unplug the board?
That is a good sign; at least the bootloader is working. Did you select the correct board in the IDE? Did you select the correct port in the IDE; it should be the one that Windows device manager tells you (COM4 based on your current information).