From 1472f30f950cdb4fd7fe89aeafa9e6baea367904 Mon Sep 17 00:00:00 2001 From: Ida Delphine Date: Sat, 20 Mar 2021 19:54:58 +0100 Subject: app: Update command to configure app --- user/start/app.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'user/start/app.rst') 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 `_ 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: -- cgit v1.2.3