From 34ffa996302ff44dd323c957abc17a6443cdedf4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 27 Sep 2004 22:28:16 +0000 Subject: 2004-09-27 Joel Sherrill PR 681/doc PR 682/doc * buildc.t, buildrt.t, sample.t: Fix PATH and tar examples. Enable binutils link again. * user/overview.t: Chapter numbering in preface was wrong. --- doc/started/buildc.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/started/buildc.t') diff --git a/doc/started/buildc.t b/doc/started/buildc.t index b4f9f808f2..8c23d49d9c 100644 --- a/doc/started/buildc.t +++ b/doc/started/buildc.t @@ -498,11 +498,12 @@ invoke the @value{BINUTILSUNTAR} @code{configure} command with the @code{--help} option. NOTE: The shell PATH variable needs to be updated to include the path -the binutils has been installed in. This the prefix used above with +the binutils user executables have been installed in. The directory +containing the executables is the prefix used above with @file{bin} post-fixed. @example -export PATH=$PATH:@value{RTEMSPREFIX}/bin +export PATH=@value{RTEMSPREFIX}/bin:${PATH} @end example Failure to have the binutils in the path will cause the GCC and NEWLIB -- cgit v1.2.3