I have a Arduino Due that I'm trying to upload a sketch to. I follow the tutorial http://playground.arduino.cc/Code/Eclipse to get the board running with the Eclipse plugin.
However uploading the sketch gives me the error
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03
If I use the Arduino IDE everthing works fine. I'm using Eclipse mars with Arduino 1.6.5
What could have gone wrong?