I just started with my first Arduino project. I am trying out the Blink example. I have set up eclipse for arduino 1.0 and the code compiles without errors (both lib project and blink project). I used the tutorial at: http://arduino.cc/playground/Code/Eclipse When I upload the code to the board using the upload button avrdude says successful upload but the code never runs. I am using an unmodified blink code supplied with an additional main() to sequence the init, setup and loop.
What am I missing? Can someone help me out?
Edit: Here is the code I am trying to run. It is the eclipse blink project linked at the end of the tutorial above. Link: https://github.com/ricovangenugten/Arduino-Blink-Eclipse-Project/tree/master/Blink