diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 1998-04-10 16:44:48 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 1998-04-10 16:44:48 +0000 |
commit | 8a3fd669642f6702d8385e6f59a5a3d56f5ddc6f (patch) | |
tree | 604a4745a3f7331eb99957fc776650640fb79cb6 /doc/started/gdb.t | |
parent | In texinfo nicely with all version dependent information (diff) | |
download | rtems-8a3fd669642f6702d8385e6f59a5a3d56f5ddc6f.tar.bz2 |
Printed copy given to Steve and Mark
Diffstat (limited to 'doc/started/gdb.t')
-rw-r--r-- | doc/started/gdb.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/started/gdb.t b/doc/started/gdb.t index 7178a5e7fb..7ae7c2d9cd 100644 --- a/doc/started/gdb.t +++ b/doc/started/gdb.t @@ -11,7 +11,7 @@ GDB is not currently RTEMS aware. The following configurations have been successfully used with RTEMS applications: -@itemize bullet +@itemize @bullet @item Sparc Instruction Simulator (SIS) @item PowerPC Instruction Simulator (PSIM) @item DINK32 @@ -29,6 +29,8 @@ cd tools tar xzf ../arc/@value{GDB-TAR} @end example +The directory @value{GDB-UNTAR} is created under the tools directory. + @c @c GDB Patch @c @@ -74,8 +76,6 @@ The files that are found, have been modified by the patch file. @section GDB with Sparc Instruction Simulation (SIS) -The directory @value{GDB-UNTAR} is created under the tools directory. - @subheading Make the build directory Create a build directory for the SIS Debugger @@ -153,7 +153,7 @@ gmake all install @end example -@section GDB with Dink32 +@section GDB for DINK32 @subheading Unarchive the gdb distribution |