mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
2004-10-18 Joel Sherrill <joel@OARcorp.com>
* buildc.t, buildrt.t: Fix typo which keeps this from building.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-10-18 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* buildc.t, buildrt.t: Fix typo which keeps this from building.
|
||||||
|
|
||||||
2004-09-27 Joel Sherrill <joel@OARcorp.com>
|
2004-09-27 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
PR 682/doc
|
PR 682/doc
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
@c On-Line Applications Research Corporation (OAR).
|
@c On-Line Applications Research Corporation (OAR).
|
||||||
@c All rights reserved.
|
@c All rights reserved.
|
||||||
@c
|
@c
|
||||||
@c $Id$
|
@c buildc.t,v 1.31.2.9 2004/09/27 22:26:31 joel Exp
|
||||||
@c
|
@c
|
||||||
|
|
||||||
@chapter Building the GNU Cross Compiler Toolset
|
@chapter Building the GNU Cross Compiler Toolset
|
||||||
@@ -503,7 +503,7 @@ containing the executables is the prefix used above with
|
|||||||
@file{bin} post-fixed.
|
@file{bin} post-fixed.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
export PATH=@value{RTEMSPREFIX}/bin:${PATH}
|
export PATH=@value{RTEMSPREFIX}/bin:$@{PATH@}
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
Failure to have the binutils in the path will cause the GCC and NEWLIB
|
Failure to have the binutils in the path will cause the GCC and NEWLIB
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
@c On-Line Applications Research Corporation (OAR).
|
@c On-Line Applications Research Corporation (OAR).
|
||||||
@c All rights reserved.
|
@c All rights reserved.
|
||||||
@c
|
@c
|
||||||
@c $Id$
|
@c buildrt.t,v 1.15.2.5 2004/09/27 22:26:31 joel Exp
|
||||||
@c
|
@c
|
||||||
|
|
||||||
@chapter Building RTEMS
|
@chapter Building RTEMS
|
||||||
@@ -57,7 +57,7 @@ tools. The following command prepends the directory
|
|||||||
where the tools were installed in a previous step:
|
where the tools were installed in a previous step:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
export PATH=<INSTALL_POINT>/bin:${PATH}
|
export PATH=<INSTALL_POINT>/bin:$@{PATH@}
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
NOTE: The above command is in Bourne shell (@code{sh}) syntax and
|
NOTE: The above command is in Bourne shell (@code{sh}) syntax and
|
||||||
|
|||||||
Reference in New Issue
Block a user