Installing SDCC Plug

Download Report

Transcript Installing SDCC Plug

Installing SDCC Plug-in for
Eclipse IDE
Software Required
Software
Location
J2SE(TM) Runtime
Environment 5.0 Update 9
SDCC Small Device C
Compiler 2.6.0
http://java.sun.com/javase/do
wnloads/index.jsp
http://sourceforge.net/projects
/sdcc
Eclipse SDK 3.2.1
http://www.eclipse.org/downl
oads/
http://wiki.eclipse.org/index.p
hp/CDT
Eclipse C/C++ Development
Tooling - CDT (CDT 3.1.1)
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.