summaryrefslogtreecommitdiffstats
path: root/doc/started/buildc.t
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-15 08:40:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-15 08:40:55 +0000
commit0c69cdd16243aaeb0ff063145b915b09b5083370 (patch)
tree7a1e46cafaa9e054b3474a1bba438ba88b136b91 /doc/started/buildc.t
parentMore tweaks. (diff)
downloadrtems-0c69cdd16243aaeb0ff063145b915b09b5083370.tar.bz2
More tweaks.
Diffstat (limited to 'doc/started/buildc.t')
-rw-r--r--doc/started/buildc.t24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/started/buildc.t b/doc/started/buildc.t
index eaf4785bfe..56d99be12e 100644
--- a/doc/started/buildc.t
+++ b/doc/started/buildc.t
@@ -103,8 +103,8 @@ of each component as well as any required RTEMS specific patches.
File: @value{GCCRTEMSPATCH}
@end ifset
@ifset use-html
-@c URL: @uref{ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/SOURCES,Download RTEMS Patches and Scripts}
- URL: ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/SOURCES
+ URL: @uref{ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/SOURCES,,ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/SOURCES}
+@c URL: ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/SOURCES
@end ifset
@end example
@@ -474,12 +474,12 @@ newlib manually using @code{configure} and @code{make} directly.
The following example illustrates the invocation of
@code{configure} and @code{make}
to build and install @value{BINUTILSUNTAR} for the
-sparc-rtems target:
+sparc-rtems@value{RTEMSAPI} target:
@example
mkdir b-binutils
cd b-binutils
-../@value{BINUTILSUNTAR}/configure --target=sparc-rtems \
+../@value{BINUTILSUNTAR}/configure --target=sparc-rtems@value{RTEMSAPI} \
--prefix=@value{RTEMSPREFIX}
make all
make info
@@ -534,12 +534,12 @@ ln -s ../@value{NEWLIBUNTAR}/newlib .
The following example illustrates the invocation of
@code{configure} and @code{make}
to build and install @value{GCCUNTAR} with only
-C and C++ support for the sparc-rtems target:
+C and C++ support for the sparc-rtems@value{RTEMSAPI} target:
@example
mkdir b-gcc
cd b-gcc
-../@value{GCCUNTAR}/configure --target=sparc-rtems \
+../@value{GCCUNTAR}/configure --target=sparc-rtems@value{RTEMSAPI} \
--with-gnu-as --with-gnu-ld --with-newlib --verbose \
--enable-threads --enable-languages="c,c++" \
--prefix=@value{RTEMSPREFIX}
@@ -575,14 +575,14 @@ be included in the set of enabled languages.
The following example illustrates the invocation of
@code{configure} and @code{make}
to build and install @value{GCCUNTAR} with only
-C, C++, and Ada support for the sparc-rtems target:
+C, C++, and Ada support for the sparc-rtems@value{RTEMSAPI} target:
@example
mkdir b-gcc
cd @value{GCCUNTAR}/gcc/ada
touch treeprs.ads [es]info.h nmake.ad[bs]
cd ../../../b-gcc
-../@value{GCCUNTAR}/configure --target=sparc-rtems \
+../@value{GCCUNTAR}/configure --target=sparc-rtems@value{RTEMSAPI} \
--with-gnu-as --with-gnu-ld --with-newlib --verbose \
--enable-threads --enable-languages="c,c++,ada" \
--prefix=@value{RTEMSPREFIX}
@@ -822,12 +822,12 @@ This section describes how to configure the GNU debugger for
RTEMS targets using @code{configure} and @code{make} directly.
The following example illustrates the invocation of @code{configure}
and @code{make} to build and install @value{GDBUNTAR} for the
-m68k-rtems target:
+m68k-rtems@value{RTEMSAPI} target:
@example
mkdir b-gdb
cd b-gdb
-../@value{GDBUNTAR}/configure --target=m68k-rtems \
+../@value{GDBUNTAR}/configure --target=m68k-rtems@value{RTEMSAPI} \
--prefix=@value{RTEMSPREFIX}
make all
make info
@@ -840,10 +840,10 @@ such as a processor simulator. The following is a list of
configurations for which there are extra options:
@table @b
-@item powerpc-rtems
+@item powerpc-rtems@value{RTEMSAPI}
@code{--enable-sim --enable-sim-powerpc --enable-sim-timebase --enable-sim-hardware}
-@item sparc-rtems
+@item sparc-rtems@value{RTEMSAPI}
@code{--enable-sim}
@end table