mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-05 21:04:30 +08:00
tools: Update command to install toolsuite
This commit is contained in:
parent
0a9288cb65
commit
ce493324e2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user