[rtems-docs commit] user/bsp-build: Fix typo in BSP set builder command

Joel Sherrill joel at rtems.org
Tue Jul 18 22:13:58 UTC 2023


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

Author:    Zainab Olalekan <zolaleka at uccs.edu>
Date:      Tue Jul 18 15:25:26 2023 -0500

user/bsp-build: Fix typo in BSP set builder command

changed bsp to arch/bsp

---

 user/start/bsp-build.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user/start/bsp-build.rst b/user/start/bsp-build.rst
index c62b6ba..962cd43 100644
--- a/user/start/bsp-build.rst
+++ b/user/start/bsp-build.rst
@@ -45,7 +45,7 @@ To build the BSP with all the tests run this command:
 
     cd $HOME/quick-start/src/rsb/rtems
     ../source-builder/sb-set-builder --prefix=$HOME/quick-start/rtems/5 \
-        --target=sparc-rtems at rtems-ver-major@ --with-rtems-bsp=erc32 --with-rtems-tests=yes @rtems-ver-major@/rtems-kernel
+        --target=sparc-rtems at rtems-ver-major@ --with-rtems-bsp=sparc/erc32 --with-rtems-tests=yes @rtems-ver-major@/rtems-kernel
 
 This command should output something like:
 



More information about the vc mailing list