2002-03-20 Chris Johns <ccj@acm.org>

* PR137
	* buildc.t: Now provides more explicit requirements on $PATH
	after building binutils.
This commit is contained in:
Joel Sherrill
2002-03-20 18:24:51 +00:00
parent 25d3d4d16c
commit 3e0c94f0a3
2 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2002-03-20 Chris Johns <ccj@acm.org>
* PR137
* buildc.t: Now provides more explicit requirements on $PATH
after building binutils.
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include main.am, require automake-1.5.

View File

@@ -477,6 +477,21 @@ refer to the documentation for @value{BINUTILS-UNTAR} or
invoke the @value{BINUTILS-UNTAR} @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
@file{bin} post-fixed.
@example
export PATH=$PATH:/opt/rtems/bin
@end example
Failure to have the binutils in the path will cause the GCC and NEWLIB
build to fail with an error message similar to:
@example
sparc-rtems-ar: command not found
@end example
@c
@c Configuring and Building GCC and NEWLIB
@c