summaryrefslogtreecommitdiffstats
path: root/doc/started_ada/require.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-11 13:55:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-11 13:55:14 +0000
commit8e8676daae33d27c42ba95ff0a3721316c2245c7 (patch)
treea041fff5415ee330bd4d98d76254c35a908d5725 /doc/started_ada/require.t
parentPrinted copy given to Steve and Mark (diff)
downloadrtems-8e8676daae33d27c42ba95ff0a3721316c2245c7.tar.bz2
Base line -- copied from C/C++
Diffstat (limited to 'doc/started_ada/require.t')
-rw-r--r--doc/started_ada/require.t36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/started_ada/require.t b/doc/started_ada/require.t
new file mode 100644
index 0000000000..e598e088ca
--- /dev/null
+++ b/doc/started_ada/require.t
@@ -0,0 +1,36 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
+@chapter Requirements
+
+A fairly large amount of disk space is required to perform the build of the
+GNU C/C++ Cross Compiler Tools for RTEMS. The following table may help in
+assessing the amount of disk space required for your installation:
+
+@example
++----------------------------------------+------------------------------+
+| Component | Disk Space Required |
++----------------------------------------+------------------------------+
+| arc directory | 20 Mbytes |
+| tools src unzipped | 77 Mbytes |
+| each individual build directory | 120 Mbytes worst case |
+| each installation directory | 20-60 Mbytes |
++----------------------------------------+------------------------------+
+@end example
+
+The instructions in this manual should work on any computer running
+a UNIX variant. Some native GNU tools are used by this procedure
+including:
+
+@itemize @bullet
+@item GCC
+@item GNU make
+@end itemize
+
+In addition, some native utilities may be deficient for building
+the GNU tools.