Changeset 4aa6b64 in rtems
- Timestamp:
- 04/13/98 19:43:30 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6e3c36b7
- Parents:
- a178b68d
- Location:
- doc/started_ada
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/started_ada/Makefile
ra178b68d r4aa6b64 51 51 52 52 require.texi: require.t versions.texi 53 $(BMENU) -c -p " Resources on the Internet" \53 $(BMENU) -c -p "GNAT Chat Mailing List" \ 54 54 -u "Top" \ 55 55 -n "Building the GNAT Cross Compiler Toolset" ${*}.t … … 77 77 html: dirs $(FILES) 78 78 -mkdir -p $(WWW_INSTALL)/$(PROJECT) 79 -cp ../started/pictures/sfile12c.jpg $(WWW_INSTALL)/$(PROJECT) 80 -cp ../started/pictures/bit_ada.jpg $(WWW_INSTALL)/$(PROJECT) 79 81 $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \ 80 82 $(PROJECT).texi -
doc/started_ada/buildada.t
ra178b68d r4aa6b64 14 14 toolset and install it. 15 15 16 @section Directory Organization17 18 The tree structure in the figure below is assumed to be present in the19 following discussions:20 21 @center @b{XXX directory tree figure goes here}22 23 16 @section Get all the Pieces 24 17 25 18 Gather the components that will be required for the installation and place 26 them in an archive directory. Call this directory arc. Be sure that there19 them in an archive directory. Call this directory @code{arc}. Be sure that there 27 20 is sufficient space to hold all necessary information. This will amount to 28 approximately 20 megabytes. 21 approximately 20 megabytes. In addition, make a directory named @code{tools} 22 to build the cross-compiler in. 29 23 30 24 @subheading @value{GCC-VERSION} … … 80 74 81 75 Create a directory called tools that will serve as a working directory to 82 perform the build of the cross compiler tools. 83 84 Unpack the compressed tar files using the following command sequence: 76 perform the build of the cross compiler tools. Since we previously 77 created a directory named @code{arc} to place the files we downloaded 78 into, this will result in a starting directory structure similar the 79 one shown in the following figure: 80 81 @ifset use-ascii 82 @example 83 @group 84 parent directory common to the 85 tools and archive subdirectories 86 | 87 +----------------------+----------------------+ 88 | | 89 tools arc 90 @end group 91 @end example 92 @end ifset 93 94 95 @ifset use-tex 96 @c for now use the ascii version 97 @example 98 @group 99 parent directory common to the 100 tools and archive subdirectories 101 | 102 +----------------------+----------------------+ 103 | | 104 tools arc 105 @end group 106 @end example 107 @tex 108 @end tex 109 @end ifset 110 111 112 @ifset use-html 113 @html 114 <IMG SRC="sfile12c.jpg" WIDTH=417 HEIGHT=178 ALT="Base Directory Organization"> 115 @end html 116 @end ifset 117 118 @section Unarchiving the Sources 119 120 While in the @code{tools} directory, unpack the compressed 121 tar files using the following command sequence: 85 122 86 123 @example … … 101 138 @item @value{NEWLIB-UNTAR} 102 139 @end itemize 140 141 Graphically, this will look something like the following figure: 142 143 @ifset use-ascii 144 @example 145 @group 146 Not currently available in ASCII. 147 @end group 148 @end example 149 @end ifset 150 151 152 @ifset use-tex 153 @c for now use the ascii version 154 @example 155 @group 156 Not currently available in printed document. 157 @end group 158 @end example 159 @tex 160 @end tex 161 @end ifset 162 163 @ifset use-html 164 @html 165 <IMG SRC="bit_ada.jpg" WIDTH=816 HEIGHT=267 ALT="Directory Organization"> 166 @end html 167 @end ifset 168 103 169 104 170 @c
Note: See TracChangeset
for help on using the changeset viewer.