<div dir="ltr"><div>Actually, I just saw that when switching to the 5 branch for the RTEMS sources, there is no waf tool (at least I can't run it) so later parts of the QuickStart guide won't work..</div><div>I could just leave it like that, but then RTEMS 6 is built and all version numbers would have to be corrected..<br></div><div><br></div><div>KInd Regards</div><div>Robin<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 2 Dec 2020 at 13:59, Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Robin,<br>
<br>
On 02/12/2020 13:46, Robin Mueller wrote:<br>
> ---<br>
>   user/start/sources.rst | 9 +++++++++<br>
>   user/start/tools.rst   | 9 ++++++++-<br>
>   2 files changed, 17 insertions(+), 1 deletion(-)<br>
><br>
> diff --git a/user/start/sources.rst b/user/start/sources.rst<br>
> index 8c40aa0..fddc439 100644<br>
> --- a/user/start/sources.rst<br>
> +++ b/user/start/sources.rst<br>
> @@ -86,12 +86,21 @@ You can clone the Git repository to get all versions of RTEMS including the<br>
>   development head.  Release branches in Git are kept stable however they may<br>
>   differ from a release's source archive.<br>
>   <br>
> +For this Quick Start guide, we will switch to the RTEMS 5 branches because the<br>
> +master branch does not contain the version 5 `rtems-sparc` build set.<br>
> +If you wich to build with the master branch instead, it is recommended to<br>
> +replace the version number 5 with version 6 everywhere it is used in the Quick Start guide.<br>
the documentation for the master branch should not refer to the RTEMS 5 <br>
release. So, the right fix is to replace '5' with '6' if needed.<br>
> +<br>
>   .. code-block:: none<br>
>   <br>
>       mkdir -p $HOME/quick-start/src<br>
>       cd $HOME/quick-start/src<br>
>       git clone git://<a href="http://git.rtems.org/rtems-source-builder.git" rel="noreferrer" target="_blank">git.rtems.org/rtems-source-builder.git</a> rsb<br>
> +    git checkout origin/5<br>
> +    git checkout -b 5<br>
>       git clone git://<a href="http://git.rtems.org/rtems.git" rel="noreferrer" target="_blank">git.rtems.org/rtems.git</a><br>
> +    git checkout origin/5<br>
> +    git checkout -b 5<br>
>   <br>
>   The :file:`rsb` repository clone contains the :ref:`RTEMS Source Builder (RSB)<br>
>   <RSB>`.  We clone it into :file:`rsb` to get shorter paths during the tool<br>
> diff --git a/user/start/tools.rst b/user/start/tools.rst<br>
> index baa2387..e0fe10d 100644<br>
> --- a/user/start/tools.rst<br>
> +++ b/user/start/tools.rst<br>
> @@ -20,7 +20,14 @@ The tool suite for RTEMS and the RTEMS sources are tightly coupled.  For<br>
>   example, do not use a RTEMS version 5 tool suite with RTEMS version 4.11<br>
>   sources and vice versa.<br>
>   <br>
> -Build and install the tool suite:<br>
> +The available build sets can be displayed with:<br>
> +<br>
> +.. code-block:: none<br>
> +<br>
> +    cd $HOME/quick-start/src/rsb/rtems<br>
> +    ../source-builder/sb-set-builder --list-bsets<br>
> +     <br>
> +Build and install the version 5 tool suite for the SPARC architecture:<br>
>   <br>
>   .. code-block:: none<br>
This part looks good to me.<br>
<br>
-- <br>
embedded brains GmbH<br>
Herr Sebastian HUBER<br>
Dornierstr. 4<br>
82178 Puchheim<br>
Germany<br>
email: <a href="mailto:sebastian.hubere@embedded-brains.de" target="_blank">sebastian.hubere@embedded-brains.de</a><br>
phone: +49-89-18 94 741 - 16<br>
fax:   +49-89-18 94 741 - 08<br>
<br>
Registergericht: Amtsgericht München<br>
Registernummer: HRB 157899<br>
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler<br>
Unsere Datenschutzerklärung finden Sie hier:<br>
<a href="https://embedded-brains.de/datenschutzerklaerung/" rel="noreferrer" target="_blank">https://embedded-brains.de/datenschutzerklaerung/</a><br>
<br>
</blockquote></div>