[PATCH rtems-docs v3 3/6] tools: Update command to install toolsuite

Ida Delphine idadelm at gmail.com
Sat Mar 20 18:54:56 UTC 2021


---
 user/start/tools.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/user/start/tools.rst b/user/start/tools.rst
index baa2387..6c5aa83 100644
--- a/user/start/tools.rst
+++ b/user/start/tools.rst
@@ -12,12 +12,12 @@ Install the Tool Suite
 
 You have chosen an installation prefix, the BSP to build, the tool's
 architecure and prepared the source for the RSB in the previous sections.  We
-have chosen :file:`$HOME/quick-start/rtems/5` as the installation prefix, the
-``erc32`` BSP and the SPARC architecture name of ``sparc-rtems5``, and unpacked
+have chosen :file:`$HOME/quick-start/rtems/6` as the installation prefix, the
+``erc32`` BSP and the SPARC architecture name of ``sparc-rtems6``, and unpacked
 the RSB source in :file:`$HOME/quick-start/src`.
 
 The tool suite for RTEMS and the RTEMS sources are tightly coupled.  For
-example, do not use a RTEMS version 5 tool suite with RTEMS version 4.11
+example, do not use a RTEMS version 6 tool suite with RTEMS version 4.11 or 5
 sources and vice versa.
 
 Build and install the tool suite:
@@ -25,7 +25,7 @@ Build and install the tool suite:
 .. code-block:: none
 
     cd $HOME/quick-start/src/rsb/rtems
-    ../source-builder/sb-set-builder --prefix=$HOME/quick-start/rtems/5 5/rtems-sparc
+    ../source-builder/sb-set-builder --prefix=$HOME/quick-start/rtems/6 6/rtems-sparc
 
 This command should output something like this (omitted lines are denoted by
 ...). The build host appears as part of the name of the package being
@@ -55,7 +55,7 @@ works with the following command:
 
 .. code-block:: none
 
-    $HOME/quick-start/rtems/5/bin/sparc-rtems5-gcc --version
+    $HOME/quick-start/rtems/6/bin/sparc-rtems6-gcc --version
 
 This command should output something like below.  The version informtion helps
 you to identify the exact sources used to build the cross compiler of your
-- 
2.25.1



More information about the devel mailing list