>From what I could make out from the documentation in README.waf,
in waf configure , --prefix is where you would like to install rtems-libbsd,
--rtems is where you installed your bsp, that is, the '--prefix' you
passed while configuring the bsp.
'--rtems-tools' points to the tool-set you built using RSB (the
--prefix you passed to the RSB) and
'--rtems-bsps' should be provided with the string 'architecture/bsp'.

 (everything without quotes, quotes are just for illustration)

usually --prefix and --rtems would have the same value, but it depends
on how you are setting things up.


Further, from libbsd.txt, in config.inc BSP should only be the name of
your BSP, not c/raspberrypi/make.

See if this helps.
Regards



On Fri, Jun 5, 2015 at 10:47 PM, Yurii Shevtsov <unge...@gmail.com> wrote:
> Since 'waf' requires four params and 'make' only three in config.inc,
> I got confused with waf. Could anyone help me with waf params? Here is
> my config.inc:
>   TARGET = arm-rtems4.11
>   BSP = c/raspberrypi/make
>   PREFIX = /home/gtament/development/rtems/src/b-rpi
>
> Thanks in advance)
> _______________________________________________
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to