[PATCH rtems-docs v3 4/6] bsp-build: Update manual bsp build command
Ida Delphine
idadelm at gmail.com
Sat Mar 20 18:58:58 UTC 2021
Regarding this patch I focused just on the Manual BSP build section.
On Sat, 20 Mar 2021, 7:55 pm Ida Delphine, <idadelm at gmail.com> wrote:
> ---
> user/start/bsp-build.rst | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/user/start/bsp-build.rst b/user/start/bsp-build.rst
> index 137b3ab..335962b 100644
> --- a/user/start/bsp-build.rst
> +++ b/user/start/bsp-build.rst
> @@ -11,7 +11,7 @@ Build a Board Support Package (BSP)
> You installed the tool suite in your installation prefix, made ready the
> source
> for two RTEMS source packages and if you are using a Git clone
> bootstrapped the
> RTEMS sources in the previous sections. We installed the tool suite in
> -:file:`$HOME/quick-start/rtems/5` and unpacked the source in
> +:file:`$HOME/quick-start/rtems/6` and unpacked the source in
> :file:`$HOME/quick-start/src`.
>
> You are now able to build :ref:`Board Support Packages (BSPs) <BSPs>` for
> all
> @@ -112,13 +112,13 @@ directory to your ``$PATH`` throughout the remaining
> steps. Run the command:
>
> .. code-block:: none
>
> - export PATH=$HOME/quick-start/rtems/5/bin:"$PATH"
> + export PATH=$HOME/quick-start/rtems/6/bin:"$PATH"
>
> Check your installed tools can be found by running:
>
> .. code-block:: none
>
> - command -v sparc-rtems5-gcc && echo "found" || echo "not found"
> + command -v sparc-rtems6-gcc && echo "found" || echo "not found"
>
> The output should be:
>
> @@ -128,7 +128,7 @@ The output should be:
>
> If ``not found`` is printed the tools are not correctly installed or the
> path
> has not been correctly set. Check the contents of the path
> -:file:`$HOME/quick-start/rtems/5/bin` manually and if
> :file:`sparc-rtems5-gcc`
> +:file:`$HOME/quick-start/rtems/6/bin` manually and if
> :file:`sparc-rtems6-gcc`
> is present the path is wrong. If the file cannot be found return to
> :ref:`QuickStartTools` and install the tools again.
>
> @@ -145,7 +145,7 @@ everything else. For detailed information about the
> BSP build system, see
> cd $HOME/quick-start/src/rtems
> echo "[sparc/erc32]" > config.ini
> echo "BUILD_TESTS = True" >> config.ini
> - ./waf configure --prefix=$HOME/quick-start/rtems/5
> + ./waf configure --prefix=$HOME/quick-start/rtems/6
>
> The first invocation of ``./waf`` needs a bit of time (e.g. 10 seconds)
> since an
> internal cache file is populated. This command should output something
> like
> --
> 2.25.1
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20210320/4762edea/attachment.html>
More information about the devel
mailing list