installing sdcc plug-in for eclipse ide. software required softwarelocation j2se(tm) runtime...

13
Installing SDCC Plug- in for Eclipse IDE

Post on 22-Dec-2015

217 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Installing SDCC Plug-in for Eclipse IDE. Software Required SoftwareLocation J2SE(TM) Runtime Environment 5.0 Update 9  wnloads/index.jsp

Installing SDCC Plug-in for Eclipse IDE

Page 2: Installing SDCC Plug-in for Eclipse IDE. Software Required SoftwareLocation J2SE(TM) Runtime Environment 5.0 Update 9  wnloads/index.jsp

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

Page 3: Installing SDCC Plug-in for Eclipse IDE. Software Required SoftwareLocation J2SE(TM) Runtime Environment 5.0 Update 9  wnloads/index.jsp

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

Page 4: Installing SDCC Plug-in for Eclipse IDE. Software Required SoftwareLocation J2SE(TM) Runtime Environment 5.0 Update 9  wnloads/index.jsp

Updating Eclipse with CDT

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

Page 5: Installing SDCC Plug-in for Eclipse IDE. Software Required SoftwareLocation J2SE(TM) Runtime Environment 5.0 Update 9  wnloads/index.jsp

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

Page 6: Installing SDCC Plug-in for Eclipse IDE. Software Required SoftwareLocation J2SE(TM) Runtime Environment 5.0 Update 9  wnloads/index.jsp

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

Click “Finish”

Page 7: Installing SDCC Plug-in for Eclipse IDE. Software Required SoftwareLocation J2SE(TM) Runtime Environment 5.0 Update 9  wnloads/index.jsp

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

Page 8: Installing SDCC Plug-in for Eclipse IDE. Software Required SoftwareLocation J2SE(TM) Runtime Environment 5.0 Update 9  wnloads/index.jsp

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

Click “Next”

Page 9: Installing SDCC Plug-in for Eclipse IDE. Software Required SoftwareLocation J2SE(TM) Runtime Environment 5.0 Update 9  wnloads/index.jsp

Accept the License Agreement and Click “Next”

Page 10: Installing SDCC Plug-in for Eclipse IDE. Software Required SoftwareLocation J2SE(TM) Runtime Environment 5.0 Update 9  wnloads/index.jsp

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

Else go “back” and make changes if necessary

Page 11: Installing SDCC Plug-in for Eclipse IDE. Software Required SoftwareLocation J2SE(TM) Runtime Environment 5.0 Update 9  wnloads/index.jsp

Installing…. May take quite some time

Page 12: Installing SDCC Plug-in for Eclipse IDE. Software Required SoftwareLocation J2SE(TM) Runtime Environment 5.0 Update 9  wnloads/index.jsp

Make sure you restart eclipse when done

Page 13: Installing SDCC Plug-in for Eclipse IDE. Software Required SoftwareLocation J2SE(TM) Runtime Environment 5.0 Update 9  wnloads/index.jsp

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.