Project

General

Profile

Actions

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. In "Work with" look for a releases entry, somthing like http://download.eclipse.org/releases/helios
    3. Expand "Collaboration"
    4. Select "Subversive SVN Team Provider"
    5. Click Next
    6. Keep Clicking Next and OK until it is done
    7. Eclipse may need to restart
  5. Install the AVR interface for Eclipse
    1. Menubar: help -> Install new software
    2. Click on Add
    3. Name: AVR Eclipse
    4. Location: http://avr-eclipse.sourceforge.net/updatesite
    5. Click "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
  6. Click on the symbol with the plus in the bottom left corner
    1. Click on SVN to expand
    2. Click on SVN Repositories
    3. Click OK
  7. The SVN Repositories window should appear on the left
  8. Click on the cylinder+ symbol "New Repository Location"
  9. Type in https://projects.cs.ru.is/svn/precision2011

Linux build issues

  1. don't forget to comment out the round macro in wiring.h

Updated by Joseph Foley about 13 years ago · 4 revisions