Tinkerlog header image 4

Tinkerlog

Alex’ blog

Entries Tagged as 'eclipse'

AVR Plugins for Eclipse

August 1st, 2007 · 4 Comments · eclipse

If you followed my previous post on how to use the famous Eclipse IDE to program AVR microcontrollers, you may have noticed, that there are some shortcomings. Especially the creation of a new project is cumbersome, as you have to change the compiler settings from gcc to avr-gcc over and over again.
But there two small [...]

[Read more →]

Tags:

Programming AVR with Eclipse and WinAVR

June 3rd, 2007 · 15 Comments · eclipse, winavr

This is a log of what I have done to get Eclipse running with WinAVR on Windows XP. Maybe it’s helpfull for others.
Prerequisites

Download a Java Runtime JRE or JDK, if you do not have already. Anything greater 1.4.2 should be ok.
Download Eclipse 3.2.2 here
Download the CDT 3.1.2 plugin for Eclipse C/C++ development here
Download [...]

[Read more →]

Tags: