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.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to