Project

General

Profile

Actions

Eclipse for Arduino » History » Revision 1

Revision 1/4 | Next »
Joseph Foley, 2011-11-01 09:54
creating guide to Eclipse with Arduino


Eclipse for Arduino

  1. Download Eclipse for c++ at http://www.eclipse.org/downloads/
  2. If needed install a Java JRE or JDK http://java.com/en/
  3. Install WinAVR (on windows) or "apt-get install gcc-avr" (on linux)
  4. Run Eclipse
    1. Menubar: help -> Install new software
    2. Click on Add
    3. Name: AVR Eclipse
    4. Location: http://avr-eclipse.sourceforge.net/updatesite
    5. Next
    6. Open up "CDT tools"
    7. Select AVR Eclipse Plugin
    8. Say OK or Next to the dialogs
    9. Eclipse will need to restart

Updated by Joseph Foley about 13 years ago · 4 revisions