I want to use eclipse. I downloaded eclipse CDT, configured it for WIFI Rev 2, and built the blink led code. As I recall, it would not download the file.
I create a batch file to download the program using avrdude. I have used this batch file to download the blink led hex file generated by the arduino IDE successfully. Blinks the led on the board. Using the same batch file to download the eclipse hex file does not blink the led. Downloads just fine, erases the flash, programs the flash and just sits there.
I have been able to compile the led blink program and core core/api variant and blink.cpp files from the command line using the Arduino IDE tools, download the hex file with my avrdude batch file but no joy.
The working arduino ide hex file is different from the hex files generated from the command line or from eclipse. The object files are different for each source.
I have copied the gcc switches used by the arduino IDE from the bottom window. I am using the same switches for my compiles from the command line and with eclipse. Still no joy.
Got any ideas ???