Documentation | fix: quick start guide (!193)

Gedare Bloom (@gedare) gitlab at rtems.org
Thu Sep 18 20:03:43 UTC 2025




Gedare Bloom commented on a discussion on user/start/app.md: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/193#note_131201

 >  Configure the application using Waf's `configure` command:
 >  
 >  ```none
 > -./waf configure --rtems=$HOME/quick-start/rtems/@rtems-ver-major@ --rtems-bsp=sparc/erc32
 > +./waf configure --prefix=$HOME/quick-start/rtems/@rtems-ver-major@ --rtems-bsp sparc/erc32

@santosh.py The correct fix for this is to add `--rtems-tools=$HOME/quick-start/rtems/@rtems-ver-major@` in addition to the `--rtems`. The `--rtems-tools` specifies the prefix of the install path of the toolchain. The `--rtems` specifies the prefix of the install path of the BSP. 

Although the `=` can be replaced by ` ` I think it is better to have them consistently using `=` to be explicit.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/193#note_131201
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250918/072ca392/attachment-0001.htm>


More information about the bugs mailing list