I'm trying to set up Eclipse to work with my Arduino and I keep getting the error:
avrdude: stk500_getsync(): not in sync: resp=0x00
After looking all over for possible solutions, I have verified that I have designating the correct COM port, I have designated the correct board, I have updated the drivers, and I have nothing connected to any pins. Also I have tried using three different boards.
I am currently running Windows 7 32-bit and a Mega 2560 and I followed this tutorial to set up Eclipse with the Arduino:
http://horrorcoding.altervista.org/arduino-development-with-eclipse-a-step-by-step-tutorial-to-the-basic-setup/
When I try to upload the blink test with the Arduino IDE it works fine, but not with Eclipse.
Thanks in advance for your help!