Changeset 1732414 in rtems


Ignore:
Timestamp:
05/28/00 19:37:23 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2038a444
Parents:
874f9ed2
Message:

Added information on how to do this step if you installed tool
binaries rather than unpacking everything.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/started/buildrt.t

    r874f9ed2 r1732414  
    2020@end example
    2121
     22If you did not build and instal the tools from source, then you
     23will need to unarchive the build scripts at this point.  In this
     24case, you will have to execute the following additional command
     25since you did not do it as part of building the tools.
     26
     27@example
     28tar xzf ../archive/@value{BUILDTOOLS-TAR}
     29@end example
     30
     31At this point, the following files and directories should
     32exist in the current directory in order to build RTEMS:
     33
     34@itemize @bullet
     35@item bit
     36@item bit_rtems
     37@item common.sh
     38@item @value{RTEMS-UNTAR}
     39@item user.cfg
     40@end itemize
     41
    2242@section Add <INSTALL_POINT>/bin to Executable PATH
    2343
    2444In order to compile RTEMS, you must have the cross compilation toolset
    2545in your search patch.  The following command appends the directory
    26 where the tools were installed in the previous chapter:
     46where the tools were installed prior to this point:
    2747
    2848@example
Note: See TracChangeset for help on using the changeset viewer.