summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-13 20:03:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-13 20:03:57 +0000
commit6e3c36b7b5569c94c22981a5a5d3b76c79d146e3 (patch)
tree47b39a8e778c3305ad9d1032534deb74566bbf35 /doc
parentUpdated to include Steve's figures for the first time. (diff)
downloadrtems-6e3c36b7b5569c94c22981a5a5d3b76c79d146e3.tar.bz2
added ASCII versions of directory tree figures
Diffstat (limited to 'doc')
-rw-r--r--doc/started/buildc.t26
-rw-r--r--doc/started_ada/buildada.t26
2 files changed, 44 insertions, 8 deletions
diff --git a/doc/started/buildc.t b/doc/started/buildc.t
index 7a4a165cc6..f49e37f86f 100644
--- a/doc/started/buildc.t
+++ b/doc/started/buildc.t
@@ -107,7 +107,7 @@ one shown in the following figure:
@end html
@end ifset
-@section Unarchiving the Sources
+@section Unarchiving the Tools
While in the @code{tools} directory, unpack the compressed
tar files using the following command sequence:
@@ -128,12 +128,25 @@ directories will have been created under tools.
@item @value{NEWLIB-UNTAR}
@end itemize
-Graphically, this will look something like the following figure:
+The @code{bit} script will automatically create two other
+subdirectories:
+
+@itemize @bullet
+@item src
+@item build-$@{CPU@}-tools
+@end itemize
+
+Ignoring version numbers, this will look something like the following figure:
@ifset use-ascii
@example
@group
-Not currently available in ASCII.
+ tools
+ | bit (script)
+ +
+ +---------+-------------+------------+----------------+
+ | | | | |
+src binutils-2.9 egcs-1.0.2 newlib-1.8.0 build-$@{CPU@}-tools
@end group
@end example
@end ifset
@@ -143,7 +156,12 @@ Not currently available in ASCII.
@c for now use the ascii version
@example
@group
-Not currently available in printed document.
+ tools
+ | bit (script)
+ +
+ +---------+-------------+------------+----------------+
+ | | | | |
+src binutils-2.9 egcs-1.0.2 newlib-1.8.0 build-${CPU}-tools
@end group
@end example
@tex
diff --git a/doc/started_ada/buildada.t b/doc/started_ada/buildada.t
index 3c704bb53b..cf68b638d9 100644
--- a/doc/started_ada/buildada.t
+++ b/doc/started_ada/buildada.t
@@ -115,7 +115,7 @@ one shown in the following figure:
@end html
@end ifset
-@section Unarchiving the Sources
+@section Unarchiving the Tools
While in the @code{tools} directory, unpack the compressed
tar files using the following command sequence:
@@ -138,12 +138,25 @@ directories will have been created under tools.
@item @value{NEWLIB-UNTAR}
@end itemize
-Graphically, this will look something like the following figure:
+The @code{bit_ada} script will automatically create two other
+subdirectories:
+
+@itemize @bullet
+@item src
+@item build-$@{CPU@}-tools
+@end itemize
+
+Ignoring version numbers, this will look something like the following figure:
@ifset use-ascii
@example
@group
-Not currently available in ASCII.
+ tools
+ | bit_ada (script)
+ +
+ +---------+-------------+-----------+----------------+
+ | | | | |
+src binutils-2.9 gcc-2.8.1 newlib-1.8.0 build-$@{CPU@}-tools
@end group
@end example
@end ifset
@@ -153,7 +166,12 @@ Not currently available in ASCII.
@c for now use the ascii version
@example
@group
-Not currently available in printed document.
+ tools
+ | bit_ada (script)
+ +
+ +---------+-------------+-----------+----------------+
+ | | | | |
+src binutils-2.9 gcc-2.8.1 newlib-1.8.0 build-${CPU}-tools
@end group
@end example
@tex