good eclipse packages
These are tips and trics for eclipse galileo (3.5)
If you are using ubuntu use the preceeding steps to install:
- first install the sun JVM
- install eclipse (ubuntu 9.10) sudo apt-get install eclipse
Probably additional support is needed.
Install the JRE from sun give: "sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts sun-java6-jdk"
Java Visual Editor (J VE) V1.4
This is an engine which allows you to reapidly create a GUIClick "help>install new software"
Click "add" and add this site "http://download.eclipse.org/tools/ve/updates/1.4/" and select "ok"
Select the newly added site and allow eclipse to load the files, now click "Visual editor" and select "next>"
to install
C Development Tools (CDT) v6.0
This is an plugin which allows you to develop C /C++ applications.Click "help>install new software"
Click "add" and add this site "http://download.eclipse.org/tools/cdt/releases/galileo" and select "ok"
Select the newly added site and allow eclipse to load the files, now click "C Development Tools" as a minimum and select "next>"
to install
Multiple tools: Subversive (SVN),MTJ/Pulsar,TMT
http://download.eclipse.org/releases/galileoSearch in collaboration tools for subversive
Search in mobile and device development : pulsar,MTJ, target management terminal
install RXTX for serial port interfacing with the management terminal
http://rxtx.qbang.org/eclipse/Download and install SUN WTK for MTJ
Download from:http://java.sun.com/products/sjwtoolkit/download.html
on *nix environments do "chmod +x .sh"
and install this in your user directory
AVR tools:
use the link to install the avr plugin:http://avr-eclipse.sourceforge.net/updatesite/
AVR32 tools:
http://distribute.atmel.no/tools/avr32studio/releases/latest/
HDL tools:
used fot VHDL and verilog
Use this link to install the software
http://simplifide.com/html/updates
Android SDK:
install this link : https://dl-ssl.google.com/android/eclipse
Download the SDK from google at http://developer.android.com/sdk/index.html
And point to it from the eclipse plugin
POVray - povclipse:
With this you can script files, it can be used to create eagle3d pictures
first install povray (in ubuntu use sudo apt-get install povray)
Then copy the config files from /etc/povray/3.6 to ~/.povray/3.6
Next use this link to install the povclipse software in eclipse just like the previous packages
http://povclipse.sourceforge.net/updatesiteNow you can generate eagle3d pov file renders
Eclipse Cmake editor or cmake builder:
This handy editor helps you maintain cmake files for you projects.
Add this url to install cmake editor:
http://cmakeed.sourceforge.net/updates/
Or you can install Cmake builder which includes wizards:
http://www.cmakebuilder.com/update
