[rtems-docs commit] app: Update command to configure app

Gedare Bloom gedare at rtems.org
Thu Mar 25 14:45:20 UTC 2021


Module:    rtems-docs
Branch:    master
Commit:    1472f30f950cdb4fd7fe89aeafa9e6baea367904
Changeset: http://git.rtems.org/rtems-docs/commit/?id=1472f30f950cdb4fd7fe89aeafa9e6baea367904

Author:    Ida Delphine <idadelm at gmail.com>
Date:      Sat Mar 20 19:54:58 2021 +0100

app: Update command to configure app

---

 user/start/app.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/user/start/app.rst b/user/start/app.rst
index 8900f78..b04f8e1 100644
--- a/user/start/app.rst
+++ b/user/start/app.rst
@@ -8,7 +8,7 @@ Build Your Application
 ======================
 
 You tested a BSP in the previous section.  We built the ``erc32`` BSP
-and it is installed under :file:`$HOME/quick-start/rtems/5`.
+and it is installed under :file:`$HOME/quick-start/rtems/6`.
 
 We will now create a simple Hello World application with a Git
 repository and using the `Waf <https://waf.io>`_ build system.
@@ -107,7 +107,7 @@ and copy the Waf script:
     #
     from __future__ import print_function
 
-    rtems_version = "5"
+    rtems_version = "6"
 
     try:
         import rtems_waf.rtems as rtems
@@ -142,7 +142,7 @@ Configure the application using Waf's ``configure`` command:
 
 .. code-block:: none
 
-    ./waf configure --rtems=$HOME/quick-start/rtems/5 --rtems-bsp=sparc/erc32
+    ./waf configure --rtems=$HOME/quick-start/rtems/6 --rtems-bsp=sparc/erc32
 
 The output will be something close to:
 
@@ -210,7 +210,7 @@ Run the executable:
 
 .. code-block:: none
 
-    $HOME/quick-start/rtems/5/bin/rtems-run --rtems-bsps=erc32-sis build/sparc-rtems5-erc32/hello.exe
+    $HOME/quick-start/rtems/6/bin/rtems-run --rtems-bsps=erc32-sis build/sparc-rtems6-erc32/hello.exe
 
 The output will be something close to:
 



More information about the vc mailing list