Trouble to upload in arduino uno

I ve alredy did one quick message but I don t know if it was posted, anyhow I first did the test blink on it , maked sure if the port and the board was right ,COM1 and Arduino.After that I did the compile that was ok ,but when I traied to upload the program take a look the erro...avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x5c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x5c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x5c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x5c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x5c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x5c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x5c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x5c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x5c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x5c. Veja http://www.arduino.cc/en/Guide/Troubleshooting#upload para sugestões.

Has anyone alredy manage this problem before, I glad if it so.

Thaks

This happens if the Arduino does not reset properly or if the serial port or board type is set wrong. Make sure all of your serial and board settings are correct and if so, try to manually reset the Arduino just as the code starts to upload. Timing on the reset is important and it may take a few tries to get it. You need to let go of the reset button just as the IDE status line changes from "Compiling Sketch..." to "Uploading..." Good Luck!

Didnt you cross post this elsewhere ?

Anyway I am going with Reiserer comment and additionally there is almost not chance the Arduino is on COM 1.

If you are on windows double check the port actually used in DEVICE MANAGER and select that in the IDE
If its not listed in device manager you may require additional drivers but a google of CH340 / 341 should fix that for you.

Reiserer:
This happens if the Arduino does not reset properly or if the serial port or board type is set wrong. Make sure all of your serial and board settings are correct and if so, try to manually reset the Arduino just as the code starts to upload. Timing on the reset is important and it may take a few tries to get it. You need to let go of the reset button just as the IDE status line changes from "Compiling Sketch..." to "Uploading..." Good Luck!

Reiserer:
This happens if the Arduino does not reset properly or if the serial port or board type is set wrong. Make sure all of your serial and board settings are correct and if so, try to manually reset the Arduino just as the code starts to upload. Timing on the reset is important and it may take a few tries to get it. You need to let go of the reset button just as the IDE status line changes from "Compiling Sketch..." to "Uploading..." Good Luck!

Guia tua nos a lot for evething , nos ir os proper well.