Eclipse 8051
Eclipse 8051
The software tools described in this presentation are already installed on the computers in the embedded systems lab at CU. You should be able to find all the elements on the lab machines, so do not try to install the components again. The instructions in this presentation are intended to enable you to install the software on your own computers.
2
Software Required
Software Java Runtime Environment (JRE) (JRE 6 or newer 1) SDCC Small Device C Compiler Revision 2.6.0 (or newer 1) Eclipse SDK Revision 3.2.1 (or newer 1) Eclipse C/C++ Development Tooling CDT (CDT 3.1.1) 1 eclipseSDCC-1.0.0 1 Location
2.
Note: Typically you want to install the newest versions of the software components. However, some components, like the CDT and eclipseSDCC plug-in require specific versions for compatibility. You will need administrative privileges on your machine in order to install some of this software.
Installing SDCC
1. Download SDCC 2.6.0 http://sourceforge.net/projects/sdcc
Earlier versions have known bugs you want to avoid SDCC is open-source and is constantly evolving. Make sure you download from sourceforge.net for latest working version
Installing Eclipse
1. Download Eclipse SDK 3.2.1
http://www.eclipse.org/downloads/ This is a large zipfile download of about 120MB
2. In Windows XP, the standard location for the installation is C:\Program Files\SDCC 3. Perform a full installation (Bin, Doc, Lib, Src), which includes SDCC documentation. Version 2.6.0 requires about 22MB of disk space. 4. When prompted, add C:\Program Files\SDCC\bin to the PATH 5. The SDCC manual is available in PDF, HTML, and text formats in the C:\Program Files\SDCC\doc directory
5
2. Unzip the file to a folder in the current directory 3. Copy the eclipse subfolder and all of its files and folders to C:\Program Files. If you like, rename the eclipse folder to capitalize it, so that you end up with C:\Program Files\Eclipse 4. Create a shortcut on your desktop or start menu to C:\Program Files\Eclipse\eclipse.exe
See the installation presentation available on the course web site for screen pictures of the updating process. For more info, see http://wiki.eclipse.org/index.php/CDT