Difference between revisions of "BeagleBoardEclipse"
(Start with installation description) |
m (Update eclipse classic link) |
||
| Line 9: | Line 9: | ||
Here, installation of Eclipse for C/C++ development and GDB/JTAG debugging will be described. This is done in three steps: | Here, installation of Eclipse for C/C++ development and GDB/JTAG debugging will be described. This is done in three steps: | ||
| − | * Install base Eclipse tooling, called '[http://www.eclipse.org/downloads/ | + | * Install base Eclipse tooling, called '[http://www.eclipse.org/downloads/moreinfo/classic.php Eclipse Classic]' |
* Install plug in for C/C++ development, called 'CDT' ([http://www.eclipse.org/cdt/ C/C++ Development Tooling]) | * Install plug in for C/C++ development, called 'CDT' ([http://www.eclipse.org/cdt/ C/C++ Development Tooling]) | ||
* Install some extensions for embedded development from Zylin ([http://opensource.zylin.com/embeddedcdt.html Zylin Embedded CDT]) | * Install some extensions for embedded development from Zylin ([http://opensource.zylin.com/embeddedcdt.html Zylin Embedded CDT]) | ||
Revision as of 07:51, 1 October 2009
This page is about using Eclipse IDE for BeagleBoard. It is focused on JTAG debugging with e.g. OpenOCD, but can be extended to additional topics, e.g. C/C++ development. And, while the examples focus on Beagle, stuff shown here will most probably easily apply to other boards.
Contents |
Installation
Here, installation of Eclipse for C/C++ development and GDB/JTAG debugging will be described. This is done in three steps:
- Install base Eclipse tooling, called 'Eclipse Classic'
- Install plug in for C/C++ development, called 'CDT' (C/C++ Development Tooling)
- Install some extensions for embedded development from Zylin (Zylin Embedded CDT)
Note: The file names and versions given here are based on October 2009. They may change.
Eclipse Classic
Download Eclipse Classic 3.5.x. In October 2009 this was version 3.5.1. 32-bit Linux version download resulted in file eclipse-SDK-3.5.1-linux-gtk.tar.gz.
Installation is done by extracting downloaded file and then just call
./eclipse
You might want to add this to your path and/or add an start icon/shortcut on your desktop.
Reading
Additional plug ins
- There is an Eclipse plug-in available which provides a graphical view of an Open_Embedded tree.
Links
tbd.