source: rtems/doc/started/require.t @ 5558bd3

4.104.114.84.95
Last change on this file since 5558bd3 was 5558bd3, checked in by Joel Sherrill <joel.sherrill@…>, on 04/17/98 at 16:55:23

Increased size of archive.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-1998.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter Requirements
10
11A fairly large amount of disk space is required to perform the build of the
12GNU C/C++ Cross Compiler Tools for RTEMS. The following table may help in
13assessing the amount of disk space required for your installation:
14
15@example
16+----------------------------------------+------------------------------+
17|                Component               |     Disk Space Required      |
18+----------------------------------------+------------------------------+
19|          archive directory             |          30 Mbytes           |
20|          tools src unzipped            |          77 Mbytes           |
21|    each individual build directory     |    120 Mbytes worst case     |
22|       each installation directory      |         20-60 Mbytes         |
23+----------------------------------------+------------------------------+
24@end example
25
26The instructions in this manual should work on any computer running
27a UNIX variant.  Some native GNU tools are used by this procedure
28including:
29
30@itemize @bullet
31@item GCC
32@item GNU make
33@end itemize
34
35In addition, some native utilities may be deficient for building
36the GNU tools.
Note: See TracBrowser for help on using the repository browser.