* support/cpp2/libcpp/directives.c, support/cpp2/libcpp/identifiers.c,
[fw/sdcc] / doc / README.txt
1 SDCC - a Freeware, retargettable, optimizing ANSI-C compiler
2 ------------------------------------------------------------
3 $Id$
4
5
6 Welcome to SDCC, a freeware, retargettable, optimizing ANSI C compiler
7 that supports a growing list of processors including the Intel mcs51
8 family, the Zilog z80, the Maxim ds390 and the Motorola HC08.
9
10 See share/sdcc/doc/INSTALL.txt for the installation instructions for
11 the binary kits.
12
13 See the share/sdcc/doc directory for more documentation.
14
15 See http://sdcc.sourceforge.net/ for the latest information on sdcc.
16
17
18 License:
19 SDCC is licensed under the GNU Public license (GPL) v2.  Note that
20 this license covers the code to the compiler and other executables,
21 but explicitly does not cover any code or objects generated by sdcc.
22 We have not yet decided on a license for the run time libraries, but
23 it will not put any requirements on code linked against it. See:
24
25  http://www.gnu.org/copyleft/gpl.html
26
27
28 Support:
29 SDCC is a collaborative effort between a group of volunteers.  Please
30 feel free to report bugs via the Sourceforge bug tracker, or to ask
31 questions on the user mailing list.  See:
32
33  http://sourceforge.net/tracker/?atid=100599&group_id=599&func=browse
34
35  http://sourceforge.net/mail/?group_id=599
36
37
38 Notes:
39 * The ds400, pic14 and pic16 are currently experimental, but work is in
40 progress. Please check http://sdcc.sourceforge.net/snap.php for snapshots.
41 * The TININative, gbz80, avr and xa51 ports are no longer maintained.
42
43 Roadmap:
44 COPYING         - GPL v2
45 as/             - Assembler, derrived from asxxxx
46 debugger/
47 device/         - Device libraries and examples
48 doc/            - sdcc and port specific documentation
49 link/           - Linker, also derrived from asxxxx
50 sim/            - Simulator (mcs51 only)
51 src/            - Source to the C compiler and ports
52 support/        - Libraries and apps that may not be provided by your system.
53
54
55 Authors and interested persons:
56 * Sandeep Dutta (sandeep AT users.sourceforge.net)
57
58 * Jean Loius-VERN     <jlvern AT writeme.com>
59 * Daniel Drotos       <drdani AT mazsola.iit.uni-miskolc.hu>
60 * Kevin Vigor         <kevin AT vigor.nu>
61 * Johan Knol          <johan.knol AT iduna.nl>
62 * Scott Dattalo       <scott AT dattalo.com>
63 * Karl Bongers        <karl AT turbobit.com>
64 * Bernhard Held       <bernhard AT bernhardheld.de>
65 * Frieder Ferlemann   <frieder.ferlemann AT web.de>
66 * Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
67 * Borut Razem         <borut.razem AT siol.net>
68 * Vangelis Rokas      <vrokas AT otenet.gr>
69 * Erik Petrich        <epetrich AT ivorytower.norman.ok.us>
70 * Paul Stoffregen     <paul AT pjrc.com>
71 * Michael Hope        <michaelh AT juju.net.nz> <nz_michaelh AT yahoo.com>
72 * Maarten Brock       <sourceforge.brock AT dse.nl>
73 * Raphael Neider      <RNeider AT web.de>
74 * Hans-Juergen Dorn   <hans.dorn AT apl-landau.de>
75 * Klaus Flittner      <klaus_flittner AT gmx.de>
76
77 SDCC includes code from:
78 * Alan Baldwin      <baldwin AT shop-pdp.kent.edu>
79    Initial version of ASXXXX and  ASLINK. 
80 * John Hartman      <jhartman AT compuserve.com>
81    Porting ASXXX and ASLINK for 8051.
82 * Dmitry S. Obukhov <dso AT usa.net>
83    malloc and serial I/O routines.
84 * Pascal Felber
85    Some of the Z80 related files are borrowed from the Gameboy
86    Development Kit (GBDK).