From b27e68b601abafc563bebf0c653d1dd11e49d542 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Sat, 21 Feb 2004 20:52:44 +0000 Subject: [PATCH] * doc/README.txt, * doc/INSTALL.txt: updated for release * doc/sdccman.lyx: added warning for --xstack being buggy git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3215 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 3 +++ doc/INSTALL.txt | 17 ++++++++++------- doc/README.txt | 47 ++++++++++++++++++++++++++++------------------- doc/sdccman.lyx | 9 +++++++++ 4 files changed, 50 insertions(+), 26 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b64de61..9d041170 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * device/include/Makefile.in (install): fixed by replacing spaces by tabs + * doc/README.txt, + * doc/INSTALL.txt: updated for release + * doc/sdccman.lyx: added warning for --xstack being buggy 2004-02-20 Bernhard Held diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt index 0759cf09..65b93198 100644 --- a/doc/INSTALL.txt +++ b/doc/INSTALL.txt @@ -3,8 +3,11 @@ SDCC Binary Kit Install Help $Id$ For Linux users: -sdcc is designed to install into /usr/local, and currently needs to be -recompiled to install into any other location. To install: +Even if the default search paths look into /usr/local, sdcc is fully +relocatable. Try `sdcc --print-search-dirs` if you've problems with header or +library files. See sdccman.[txt|pdf|html] for more detailed information. + +To install: * Extract the binary kit to a temporary directory. This will create a new directory called 'sdcc' in the temporary directory. @@ -19,7 +22,7 @@ new directory called 'sdcc' in the temporary directory. This will install sdcc into /usr/local/bin/sdcc, support files into /usr/local/share/sdcc, and documentation into -/usr/local/share/doc/sdcc. +/usr/local/share/sdcc/doc. You can test the install by entering: /usr/local/bin/sdcc -v @@ -27,11 +30,11 @@ You can test the install by entering: This should return sdcc's version number. -For Windows 9X/NT/2000 users: -sdcc is designed to install into c:\sdcc and currently needs to be -recompiled to install into any other location. To install: +For Windows 9X/NT/2000/XP users: +Even if the default search paths look into c:\sdcc, sdcc is fully relocatable. +To install: -* Open sdcc-2.3.0-i586-mingw32-msvc.zip in WinZip +* Open sdcc-2.4.0-i586-mingw32-msvc.zip in WinZip * Extract all files to c:\, making sure to check 'Use folder names' You can test the install by opening a DOS box and entering: diff --git a/doc/README.txt b/doc/README.txt index b7ccded9..5640d541 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -5,12 +5,12 @@ $Id$ Welcome to SDCC, a freeware, retargettable, optimizing ANSI C compiler that supports a growing list of processors including the Intel mcs51 -family, the Zilog Z80, and the ds390. +family, the Zilog z80 and the Maxim ds390. -See share/doc/sdcc/INSTALL.txt for the installation instructions for +See share/sdcc/doc/INSTALL.txt for the installation instructions for the binary kits. -See the share/doc/sdcc directory for more documentation. +See the share/sdcc/doc directory for more documentation. See http://sdcc.sourceforge.net/ for the latest information on sdcc. @@ -36,8 +36,9 @@ questions on the user mailing list. See: Notes: -* The avr, and pic ports are currently experimental. - +* The hc08, ds400, pic14 and pic16 are currently experimental, but work is in +progress. Please check http://sdcc.sourceforge.net/snap.php for snapshots. +* The TININative, gbz80, avr and xa51 ports are no longer maintained. Roadmap: COPYING - GPL v2 @@ -52,25 +53,33 @@ support/ - Libraries and apps that may not be provided by your system. Authors and interested persons: -* Sandeep Dutta (sandeep@users.sourceforge.net) - -* Daniel Drotos -* Jean Loius-VERN -* Johan Knol -* Karl Bongers -* Kevin Vigor -* Michael Hope -* Scott Dattalo - +* Sandeep Dutta (sandeep AT users.sourceforge.net) + +* Daniel Drotos +* Jean Loius-VERN +* Johan Knol +* Karl Bongers +* Kevin Vigor +* Michael Hope +* Scott Dattalo +* Jesus Calvino-Fraga +* Hans-Juergen Dorn +* Daniel Drotos +* Frieder Ferlemann +* Klaus Flittner +* Bernhard Held +* Erik Petrich +* Borut Razem +* Vangelis Rokas +* Paul Stoffregen SDCC includes code from: -* Alan Baldwin +* Alan Baldwin Initial version of ASXXXX and ASLINK. -* John Hartman +* John Hartman Porting ASXXX and ASLINK for 8051. -* Dmitry S. Obukhov +* Dmitry S. Obukhov malloc and serial I/O routines. * Pascal Felber Some of the Z80 related files are borrowed from the Gameboy Development Kit (GBDK). - diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index 36fecf54..be855b59 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -13409,6 +13409,15 @@ External Stack \layout Standard + +\series bold +Attention +\series default +: this option wasn't maintained for a long time and is quite buggy. + Small programs might work. + You've been warned! +\layout Standard + The external stack (- \begin_inset ERT status Collapsed -- 2.30.2