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