Changeset 1732414 in rtems
- Timestamp:
- 05/28/00 19:37:23 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2038a444
- Parents:
- 874f9ed2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/started/buildrt.t
r874f9ed2 r1732414 20 20 @end example 21 21 22 If you did not build and instal the tools from source, then you 23 will need to unarchive the build scripts at this point. In this 24 case, you will have to execute the following additional command 25 since you did not do it as part of building the tools. 26 27 @example 28 tar xzf ../archive/@value{BUILDTOOLS-TAR} 29 @end example 30 31 At this point, the following files and directories should 32 exist 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 22 42 @section Add <INSTALL_POINT>/bin to Executable PATH 23 43 24 44 In order to compile RTEMS, you must have the cross compilation toolset 25 45 in your search patch. The following command appends the directory 26 where the tools were installed in the previous chapter:46 where the tools were installed prior to this point: 27 47 28 48 @example
Note: See TracChangeset
for help on using the changeset viewer.