diff options
author | Grissiom <chaos.proton@gmail.com> | 2010-12-12 13:40:07 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-12 13:40:07 -0600 |
commit | 16ba36450577cf0310bb134ff87918041fe5d02b (patch) | |
tree | 08b22fbbf997daad3277632dcadd29a0570c58f0 /development/sdcc/README | |
parent | 317fdb3ae83d5617764d4303bb95095a659e5988 (diff) | |
download | slackbuilds-16ba36450577cf0310bb134ff87918041fe5d02b.tar.gz |
development/sdcc: Added (Small Device C Compiler)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/sdcc/README')
-rw-r--r-- | development/sdcc/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/sdcc/README b/development/sdcc/README new file mode 100644 index 0000000000..6a934229d1 --- /dev/null +++ b/development/sdcc/README @@ -0,0 +1,10 @@ +SDCC is a retargettable, optimizing ANSI - C compiler that targets the Intel +8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08 based MCUs. Work is in +progress on supporting the Microchip PIC16 and PIC18 series. SDCC is Free Open +Source Software, distributed under GNU General Public License (GPL). + +By default, this will build sdcc without pic support. If you want that, install +gputils and run the script as follows: ENABLE_PIC=y sh ./sdcc.SlackBuild + +You can download the doc tarball from: +http://downloads.sourceforge.net/project/sdcc/sdcc-doc/3.0.0/sdcc-doc-3.0.0.tar.bz2 |