[rtems-docs commit] tools: Update command to install toolsuite
Gedare Bloom
gedare at rtems.org
Thu Mar 25 14:45:20 UTC 2021
Module: rtems-docs
Branch: master
Commit: ce493324e2f389b9c62836ac2542f465fe0504d1
Changeset: http://git.rtems.org/rtems-docs/commit/?id=ce493324e2f389b9c62836ac2542f465fe0504d1
Author: Ida Delphine <idadelm at gmail.com>
Date: Sat Mar 20 19:54:56 2021 +0100
tools: Update command to install toolsuite
---
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
More information about the vc
mailing list