Home / sdcc-linux-x86
Name Modified Size InfoDownloads / Week
Parent folder
3.6.0 2016-06-12
3.5.0 2015-06-24
3.4.0 2014-04-11
3.3.0 2013-05-19
3.2.0 2012-07-09
3.1.0 2011-11-27
3.0.0 2010-11-01
2.9.0 2009-03-22
2.8.0 2008-03-29
2.7.0 2007-05-31
2.6.0 2006-07-31
2.5.0 2005-05-12
2.4.0 2004-02-26
2.3.0 2001-09-29
README_linux.txt 2014-04-11 1.2 kB
Totals: 15 Items   1.2 kB 7
SDCC Binary Kit Install Help
----------------------------

For Linux users:
================
To install:

* Extract the binary kit to a temporary directory.
  This will create a new directory called 'sdcc-3.x.0' in the temporary directory.
    cd ~
    mkdir tmp
    cd tmp
    tar xjf path/to/binary/kit/sdcc-3.x.0-i386-unknown-linux2.5.tar.bz2

* Change to the sdcc directory and copy all files to /usr/local
    cd sdcc-3.x.0
    cp -r * /usr/local

This will install sdcc binaries into: /usr/local/bin/
header files into:                    /usr/local/share/sdcc/include/
non-free header files into:           /usr/local/share/sdcc/non-free/include/
library files into:                   /usr/local/share/sdcc/lib/
non-free library files into:          /usr/local/share/sdcc/non-free/lib/
and documentation into:               /usr/local/share/sdcc/doc/

You can test the install by entering:
    /usr/local/bin/sdcc -v

This should return sdcc's version number.

Even if the default search paths look into /usr/local, sdcc is fully
relocatable. Try `sdcc --print-search-dirs` if you have problems with header
or library files. See sdccman.pdf for more detailed information.
Source: README_linux.txt, updated 2014-04-11