Next: 2.9.1 sdcc - The
Up: 2. Installing SDCC
Previous: 2.8.4 What the ''make
Contents
Index
SDCC is not just a compiler, but a collection of tools by various
developers. These include linkers, assemblers, simulators and other
components. Here is a summary of some of the components. Note that
the included simulator and assembler have separate documentation which
you can find in the source package in their respective directories.
As SDCC grows to include support for other processors, other packages
from various developers are included and may have their own sets of
documentation.
You might want to look at the files which are installed in <installdir>.
At the time of this writing, we find the following programs for gcc-builds:
In <installdir>/bin:
- sdcc - The compiler.
- sdcpp - The C preprocessor.
- sdas8051 - The assembler for 8051 type processors.
- sdasz80, sdasgb - The Z80 and GameBoy Z80 assemblers.
- sdas6808 - The 6808 assembler.
- sdld -The linker for 8051 type processors.
- sdldz80, sdldgb - The Z80 and GameBoy Z80 linkers.
- sdld6808 - The 6808 linker.
- s51 - The ucSim 8051 simulator.
- sz80 - The ucSim Z80 simulator.
- shc08 - The ucSim 6808 simulator.
- sdcdb - The source debugger.
- sdcclib - A tool for creating sdcc libraries
- sdranlib - A tool for indexing sdcc ar libraries
- packihx - A tool to pack (compress) Intel hex files.
- makebin - A tool to convert Intel Hex file to a binary and GameBoy
binary image file format.
In <installdir>/share/sdcc/include
In <installdir>/share/sdcc/non-free/include
- the non-free include files
In <installdir>/share/sdcc/lib
- the src and target subdirectories with the precompiled relocatables.
In <installdir>/share/sdcc/non-free/lib
- the src and target subdirectories with the non-free precompiled relocatables.
In <installdir>/share/sdcc/doc
Subsections
Next: 2.9.1 sdcc - The
Up: 2. Installing SDCC
Previous: 2.8.4 What the ''make
Contents
Index
2013-01-09