130 likes | 420 Views
Installing SDCC Plug-in for Eclipse IDE. Software Required. 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
E N D
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”
Confirm that all your installation settings are correct And click “Finish” Else go “back” and make changes if necessary
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.