Problem uploading to board(arvdude)

Hi all, I am currently trying to upload a sketch to my attiny45. However I keep getting the arvdude error. I thought something might be wrong with my arduino like it being bricked or something. I did the loopback test and it was successful. Im not sure what other details I might have left out, so let me know.

Arduino Shield

Arduino: 1.6.5 (Windows 8), Board: "ATtiny, ATtiny45, 8 MHz (internal)"

Sketch uses 2,806 bytes (68%) of program storage space. Maximum is 4,096 bytes.

Global variables use 38 bytes of dynamic memory.

C:\Users\Kim Truc Vo\Downloads\arduino-1.6.5-r5-windows (1)\arduino-1.6.5-r5\hardware\tools\avr/bin/avrdude -CC:\Users\Kim Truc Vo\Downloads\arduino-1.6.5-r5-windows (1)\arduino-1.6.5-r5\hardware\tools\avr/etc/avrdude.conf -v -pattiny45 -cstk500v1 -PCOM1 -b19200 -Uflash:w:C:\Users\KIMTRU~1\AppData\Local\Temp\build6312499799498241753.tmp/FJICP8YIJ7WO8T5.cpp.hex:i 



avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58

         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/

         Copyright (c) 2007-2009 Joerg Wunsch



         System wide configuration file is "C:\Users\Kim Truc Vo\Downloads\arduino-1.6.5-r5-windows (1)\arduino-1.6.5-r5\hardware\tools\avr/etc/avrdude.conf"



         Using Port                    : COM1

         Using Programmer              : stk500v1

         Overriding Baud Rate          : 19200

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x03



avrdude done.  Thank you.



Problem uploading to board.  See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

  This report would have more information with
  "Show verbose output during compilation"
  enabled in File > Preferences.

Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

At that site, what step number is "Whine on the forum, in the wrong section"?

I came here for help and quite frankly already feel like im being picked on. Do you not think I googled my error before i posted on this forum? I spent 48 hours trying to find out why the code wouldnt compile and after it did, another problem arose. I used google to the best of my abilities to try and solve the problem instead of posting it on here where people like you are 'nit picky' about how people ask a question...

Did you look at the site that avrdude suggested? There are a lot of questions there, with instructions about how to resolve the issue(s) if the answer to a question is no. If you actually looked at the site, you should have posted in the correct section of the forum (Installation and Troubleshooting) AND discussed the answers to the questions.

You should ask a moderator, using Report to Moderator, to move your post, since it is NOT a Programming issue.