From 17324146e84e61647b07fd10e4aec4fc69ff9a42 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 28 May 2000 19:37:23 +0000 Subject: Added information on how to do this step if you installed tool binaries rather than unpacking everything. --- doc/started/buildrt.t | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'doc') 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 /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:/bin -- cgit v1.2.3