summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-28 19:37:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-28 19:37:23 +0000
commit17324146e84e61647b07fd10e4aec4fc69ff9a42 (patch)
tree5db5d2eea2841aab2e8971de0e56b278f1172c1c
parentAdded start-? (diff)
downloadrtems-17324146e84e61647b07fd10e4aec4fc69ff9a42.tar.bz2
Added information on how to do this step if you installed tool
binaries rather than unpacking everything.
Diffstat (limited to '')
-rw-r--r--doc/started/buildrt.t22
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/started/buildrt.t b/doc/started/buildrt.t
index d3d85c2401..f36df6aa89 100644
--- a/doc/started/buildrt.t
+++ b/doc/started/buildrt.t
@@ -19,11 +19,31 @@ cd tools
tar xzf ../archive/@value{RTEMS-TAR}
@end example
+If you did not build and instal the tools from source, then you
+will need to unarchive the build scripts at this point. In this
+case, you will have to execute the following additional command
+since you did not do it as part of building the tools.
+
+@example
+tar xzf ../archive/@value{BUILDTOOLS-TAR}
+@end example
+
+At this point, the following files and directories should
+exist in the current directory in order to build RTEMS:
+
+@itemize @bullet
+@item bit
+@item bit_rtems
+@item common.sh
+@item @value{RTEMS-UNTAR}
+@item user.cfg
+@end itemize
+
@section Add <INSTALL_POINT>/bin to Executable PATH
In order to compile RTEMS, you must have the cross compilation toolset
in your search patch. The following command appends the directory
-where the tools were installed in the previous chapter:
+where the tools were installed prior to this point:
@example
export PATH=$PATH:<INSTALL_POINT>/bin