From c7f247ddd35faf88753850f401f144ebdb417027 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 8 Sep 2004 08:57:00 +0000 Subject: 2004-09-08 Ralf Corsepius * FAQ/build45.t: Misc. corrections. --- doc/FAQ/build45.t | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/FAQ/build45.t') diff --git a/doc/FAQ/build45.t b/doc/FAQ/build45.t index a88dc124dc..8eb4fd97ab 100644 --- a/doc/FAQ/build45.t +++ b/doc/FAQ/build45.t @@ -31,7 +31,7 @@ rtems-users mailing list. @item A target (typically cross) C- and (optional) C++-Toolchain. @item autoconf/automake (optional, recommended) @item Perl (optional, recommended, needed by automake and some tools within RTEMS) -@item m4 (optional, recommended, needed by autoconf, GNU-m4 preferred) +@item GNU-m4 @end itemize @@ -68,7 +68,7 @@ supported in RTEMS anymore (@ref{Can I use a non-gcc cross-toolchain?}). The sources of all gnutools are available at any @uref{ftp://ftp.gnu.org,GNU} mirror. Native Linux binaries should come with any Linux distribution. -Native Cygwin binaries should be available at Cygnus. +Native Cygwin binaries should be available at @uref{http://www.cygwin.com}. GNU-Toolchain binaries (gcc, binutils etc.) for Linux and patches required to build them from source are available from @@ -109,7 +109,8 @@ configuration (Cf. @ref{configure --program-[prefix|suffix|transform-name]}) While running a configure script, you see a message like this: @example checking for m68k-rtems-gcc... (cached) m68k-rtems-gcc -checking for C compiler default output... configure: error: C compiler cannot create executables +checking for C compiler default output... configure: error: C compiler +cannot create executables configure: error: /bin/sh '../../../../rtems-ss-@value{VERSION}/c/make/configure' failed for c/make @end example @@ -155,7 +156,7 @@ Host tools are supposed not to be prefixed. e.g.: cc, ld, gcc, autoconf, automake, aclocal etc. If using the pre-built tool binaries provided by the RTEMS project, -simply prepend @code{@value{RTEMSPREFIX}} to @code{$PATH}. +simply prepend @code{@value{RTEMSPREFIX}}/bin to @code{$PATH}. @subsection Can I build RTEMS Canadian Cross? -- cgit v1.2.3