installing sdcc plug-in for eclipse ide 10-13-2006

Post on 08-Nov-2014

68 Views

Category:

Documents

7 Downloads

Preview:

Click to see full reader

DESCRIPTION

Sdcc eclipse installation

TRANSCRIPT

Installing SDCC Plug-in for Eclipse IDE

Software RequiredSoftware Location

J2SE(TM) Runtime Environment 5.0 Update 9

http://java.sun.com/javase/downloads/index.jsp

SDCC Small Device C Compiler 2.6.0 

http://sourceforge.net/projects/sdcc

Eclipse SDK 3.2.1 http://www.eclipse.org/downloads/ Eclipse C/C++ Development

Tooling - CDT (CDT 3.1.1) http://wiki.eclipse.org/index.php/CDT

eclipseSDCC-1.0.0 http://sourceforge.net/projects/eclipse-sdcc

Installing JRE & SDCC & Eclipse

• Download and install JRE• Note – you might already have JRE installed in

your machine. Reinstall latest version if necessary.• Download and install SDCC 2.6.0• SDCC is open-source and is constantly evolving.

Make sure you download from sourceforge.net for latest working version

• Download and install Eclipse

Updating Eclipse with CDT

• Start Eclipse – and create a workspace• Click on help->software updates -> find and install

Choose “Search for new features to install” and click “next”

Choose “Callisto Discovery Site”Choose “Ignore features not applicable to environment”

Click “Finish”

Make sure that only “Callisto Discovery Site” is highlighted and click “OK”

Select “C and C++ Development”Select “Show latest version of a feature only”

Click “Next”

Accept the License Agreement and Click “Next”

Confirm that all your installation settings are correct And click “Finish”

Else go “back” and make changes if necessary

Installing…. May take quite some time

Make sure you restart eclipse when done

Installing the Plug-in

• Download the SDCC plug-in for eclipse -- eclipseSDCC-1.0.0 from http://sourceforge.net/projects/eclipse-sdcc

• Extract contents into a new folder

• Browse into it and copy folders “plugins” and “features” into \eclipse\ folder. (where you installed eclipse before)

• Read the help documents in \eclipse\plugins\net.sourceforge.eclipsesdcc_1.0.0\help for tips on how to create a new MCS51family(SDCC) project.

top related