Nassarane:
Hi Ricky !I wrote a procedure to use Eclipse with Arduino Due board.
This procedure is written for Winwdows, but you can adapt it to Linux if you want.
But the problem is that I don't now what software to use to uplaod the program in Arduino Due board ...
I can't do test because I don't have Arduino Due board.Eclipse installation for Arduino Due on Windows
Introduction
This manual is written for Arduino Due IDE.
This manual will allow you install an Eclipse environment to edit and compile your programs but also to communicate with your Arduino Due Board with USB (serial) and a terminal.
This is not a definitive solution, but works very well.#1. You must first download the following elements:
- Arduino Due IDE : Arduino - Home
- Elicpe IDE for C/C++ Developers Juno SR1 32 bits (64 bits is not compatible with RXTX plug-in) : http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/junosr1
- GNU ARM Eclipse Plug-in : DEPRECATED > GNU ARM Eclipse - Browse /Current Releases/0.5.4 at SourceForge.net
- TM-terminal 3.4.1 : Eclipse downloads - Select a mirror | The Eclipse Foundation
#2. Installation:
- Unzip Arduino Due IDE, for example: “C:\arduino-1.5.1r2”.
- Unzip Eclipse IDE for C/C++, for example: “C:\ArduinoDue\eclipse”.
- Add Arduino tool chain path in the Windows Path: “C:\arduino-1.5.1r2\hardware\tools\g++_arm_none_eabi\bin”.
#3. Configuration:
- Start Eclipse and install the GNU ARM Eclipse Plug-in, click on menu “Help/Install New Software…”
- In the dialog box “Install”, click on “Add” button.
- In the “Add Repository” dialog box, click on “Archive…” button.
- In the this dialog box, select the downloaded plug-in file : “org.eclipse.cdt.cross.arm.gnu_0.5.4.201202210114.zip”
- In the dialog box “Install”, click on “Add” button.
- In the “Add Repository” dialog box, type “RXTX” in the “Name” field and type http://rxtx.qbang.org/eclipse/ in the “Location” field and click on the “Ok” button.
- With Windows Explorer, create a new folder “TM” in the “C:\ArduinoDue\eclipse\dropins” folder.
- Copy “TM-trminal-3.4.1.zip” file in the “TM” folder, and unzip this file in this folder. Restart Eclipse.
Hi,
For some reason Eclipse cannot install GNU ARM Eclipse Plug-in and TM-terminal:
GNU ARM Eclipse Plug-in
Cannot complete the install because one or more required items could not be found.
Software being installed: GNU ARM C/C++ Generic Cortex-M Project Template 1.1.1.201407120554 (ilg.gnuarmeclipse.templates.cortexm.feature.group 1.1.1.201407120554)
TM-terminal
Could not find jar
I have Vista Business, Eclipse Juno SR1.
Any idea?
Thanks for your help.
Regards