Changeset 70b8f3ed in rtems
- Timestamp:
- 07/15/99 15:52:22 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b44cfb98
- Parents:
- 28e470a
- Location:
- doc/FAQ
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/FAQ/FAQ.texi
r28e470a r70b8f3ed 65 65 @include basic.texi 66 66 @include tools.texi 67 @include concepts.texi 67 68 @include debug.texi 68 69 @include freesw.texi 70 @include hwdebugaids.texi 69 71 70 72 @ifinfo … … 82 84 * Basic Information:: 83 85 * General Development Tool Hints:: 86 * RTEMS Concepts:: 84 87 * Debugging Hints:: 85 88 * Free Software that Works with RTEMS:: 89 * Hardware to Ease Debugging:: 86 90 @end menu 87 91 -
doc/FAQ/Makefile
r28e470a r70b8f3ed 19 19 20 20 GENERATED_FILES= \ 21 basic.texi tools.texi debug.texi freesw.texi21 basic.texi tools.texi concepts.texi debug.texi freesw.texi hwdebugaids.texi 22 22 23 23 FILES=$(PROJECT).texi $(GENERATED_FILES) … … 70 70 -n "" ${*}.t 71 71 72 concepts.texi: concepts.t Makefile 73 $(BMENU) -c -p "" \ 74 -u "Top" \ 75 -n "" ${*}.t 76 72 77 debug.texi: debug.t Makefile 73 78 $(BMENU) -c -p "" \ … … 80 85 -n "" ${*}.t 81 86 87 88 hwdebugaids.texi: hwdebugaids.t Makefile 89 $(BMENU) -c -p "" \ 90 -u "Top" \ 91 -n "" ${*}.t 92 -
doc/FAQ/debug.t
r28e470a r70b8f3ed 47 47 In this case, the first block on the C Heap has 8,058,280 bytes left. 48 48 49 -
doc/FAQ/freesw.t
r28e470a r70b8f3ed 12 12 with RTEMS. 13 13 14 @section GNU Development Tools 14 @section Development Tools 15 16 @subsection Basic Development Environment 15 17 16 18 The standard RTEMS development environment consists of the following GNU … … 29 31 RTEMS development environment. 30 32 33 @subsection GNU Ada 34 31 35 For those interested in using the Ada95 programming language, the GNU Ada 32 compiler (GNAT) is available. 36 compiler (GNAT) is available and has excellent support for RTEMS. 37 38 @subsection DDD 39 40 XXX insert information from Charles Gauthier and Jiri Gaisler 33 41 34 42 @section omniORB … … 69 77 Free version of curses. 70 78 79 ditto 80 81 82 @section zlib 83 84 Free compression/decompression library. 85 86 ditto 87 -
doc/FAQ/hwdebugaids.t
r28e470a r70b8f3ed 14 14 @section MC683xx BDM Support for GDB 15 15 16 @section MC683xx BDM Support for GDB 16 Eric Norum (eric@@skatter.usask.ca) wrote a driver for a parallel 17 port interface to a BDM module. He and Chris John (ccj@@acm.org) 18 have put together a package containing everything you need to 19 use this. From the README: "This 20 package contains everything you need to be able to run GDB on 21 Linux and control a Motorola CPU32+ (68360) or Coldfire (5206) target 22 through a standard PC parallel port." Information on this is 23 available at the following URL: 24 http://www.calm.hw.ac.uk/davidf/coldfire/gdb-bdm-linux.htm. 25 26 The efi332 project has a home-built BDM module and gdb driver for 27 Linux. See http://egi332.eng.ohio-state.edu/efi332/hardware.html) 28 for details. 29 30 Huntsville Microsystems (HMI) has GDB support for their BDM module 31 available upon request. It is also available from their ftp site: 32 ftp://ftp.hmi.com/pub/gdb 33 34 The Macraigor OCD BDM module has a driver for Linux 35 written by Gunter Magin (Gunter.Magin@@skil.camelot.de). 36 No URLs yet. 37 38 Information in this section from: 39 40 @itemize @bullet 41 @item Brendan Simon <brendan@@dgs.monash.edu.au> 42 @item W Gerald Hicks <wghicks@@bellsouth.net> 43 @item Chris Johns <cjohns@@plessey.com.au> 44 @item Eric Norum <eric@@skatter.usask.ca> 45 46 @end itemize 17 47 18 48 @section MPC8xx BDM Support for GDB 19 49 50 Christian Haan <chn@@intego.de> has written a driver for FreeBSD 51 based for"a slightly changed ICD BDM module (because of changes 52 in the BDM interface on the PowerPC)" that "probably will work with 53 the PD module too." His work is based on the M68K BDM work by 54 Gunter Magin (Gunter.Magin@@skil.camelot.de) and 55 the PPC BDM for Linux work by Sergey Drazhnikov (swd@@agua.comptek.ru). 56 This is not yet publicly available. 57 58 Sergey Drazhnikov (swd@@agua.comptek.ru) has written a PPC BDM driver for 59 Linux. Information is available at http://cyclone.parad.ru/ppcbdm. 60 61 Huntsville Microsystems (HMI) has GDB support for their BDM module 62 available upon request. It is also available from their ftp site: 63 ftp://ftp.hmi.com/pub/gdb 64 65 GDB includes support for a set of primitives to support the Macraigor 66 Wiggler (OCD BDM). Unfortunately, this requires the use of a 67 proprietary interface and is supported only on Windows. This forces 68 one to use CYGWIN. Reports are that this results in a slow 69 interface. Scott Howard (http://www.objsw.com) has announced 70 that support for the gdb+wiggler combination under DJGPP which should 71 run significantly faster. 72 73 @itemize @bullet 74 @item Leon Pollak <leonp@@plris.com> 75 @item Christian Haan <chn@@intego.de> 76 @end itemize 77
Note: See TracChangeset
for help on using the changeset viewer.