summaryrefslogtreecommitdiffstats
path: root/doc/started/nt.t
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-27 16:14:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-27 16:14:26 +0000
commit6e8d424a281b73676504518f4925e25dc54eb4de (patch)
tree9f31e8f4a8f8bb53c36e620b170ebe38e9044df0 /doc/started/nt.t
parent2003-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6e8d424a281b73676504518f4925e25dc54eb4de.tar.bz2
2003-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* buildc.t, buildrt.t, nt.t, sample.t, tversions.texi: Don't use VARIABLEs containing '-' in @set and @value (violates texi-syntax).
Diffstat (limited to 'doc/started/nt.t')
-rw-r--r--doc/started/nt.t22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/started/nt.t b/doc/started/nt.t
index 448eb10b30..c2561df41d 100644
--- a/doc/started/nt.t
+++ b/doc/started/nt.t
@@ -264,16 +264,16 @@ are ready to proceed to building a cross-compiler.
@enumerate
-@item Unarchive @value{BINUTILS-TAR} following the
+@item Unarchive @value{BINUTILSTAR} following the
instructions in @ref{Unarchiving the Tools} into the /source directory.
Apply the appropriate RTEMS specific patch as detailed in
@ref{Applying RTEMS Patches}.
@item In the @code{/build/binutils} directory, execute the following
-command to configure @value{BINUTILS-VERSION}:
+command to configure @value{BINUTILSVERSION}:
@example
-/source/@value{BINUTILS-UNTAR}/configure \
+/source/@value{BINUTILSUNTAR}/configure \
--verbose --target=m68k-rtems \
--prefix=/gcc-m68k-rtems --with-gnu-as --with-gnu-ld
@end example
@@ -321,7 +321,7 @@ the Cygwin32 environment with the new path.
@subsection Installing GCC AND NEWLIB
@enumerate
-@item Unarchive and patch @value{GCC-TAR} and @value{NEWLIB-TAR}
+@item Unarchive and patch @value{GCCTAR} and @value{NEWLIBTAR}
following the instructions in @ref{Unarchiving the Tools}.
Apply the appropriate RTEMS specific patches as detailed in
@ref{Applying RTEMS Patches}.
@@ -332,25 +332,25 @@ Apply the appropriate RTEMS specific patches as detailed in
or Objective-C as Cygwin32 cross-compilers):
@example
-/source/@value{GCC-UNTAR}/libf2c
-/source/@value{GCC-UNTAR}/gcc/objc
-/source/@value{GCC-UNTAR}/gcc/f
+/source/@value{GCCUNTAR}/libf2c
+/source/@value{GCCUNTAR}/gcc/objc
+/source/@value{GCCUNTAR}/gcc/f
@end example
@b{NOTE}: See @ref{Bug in Patch Utility}.
@item Link the following directories from Newlib to the main GCC directory,
-/source/@value{GCC-UNTAR}/ :
+/source/@value{GCCUNTAR}/ :
@itemize @bullet
-@item ln -s ../@value{NEWLIB-UNTAR}/newlib newlib
-@item ln -s ../@value{NEWLIB-UNTAR}/libgloss libgloss
+@item ln -s ../@value{NEWLIBUNTAR}/newlib newlib
+@item ln -s ../@value{NEWLIBUNTAR}/libgloss libgloss
@end itemize
@item Change to the /build/gcc directory to configure the compiler:
@example
-/source/@value{GCC-UNTAR}/configure \
+/source/@value{GCCUNTAR}/configure \
--verbose --target=m68k-rtems \
--prefix=/gcc-m68k --with-gnu-as --with-gnu-ld \
--with-newlib