Re: rtems-libbsd waf params

2015-06-06 Thread Yurii Shevtsov
Ok, I figured it out, I should use path from rtems configure prefix ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: rtems-libbsd waf params

2015-06-05 Thread Sujay Raj
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

Re: rtems-libbsd waf params

2015-06-05 Thread Yurii Shevtsov
2015-06-05 21:02 GMT+03:00 Sujay Raj sujayr...@gmail.com: 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

rtems-libbsd waf params

2015-06-05 Thread Yurii Shevtsov
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)

Re: rtems-libbsd waf params

2015-06-05 Thread Yurii Shevtsov
Here is what I get now: No valid arch/bsps found where --rtems-bsps=arm/raspberrypi also tried archs: armv6, arm-rtems4.11 ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: rtems-libbsd waf params

2015-06-05 Thread Chris Johns
On 6/06/2015 8:47 am, Yurii Shevtsov wrote: Here is what I get now: No valid arch/bsps found where --rtems-bsps=arm/raspberrypi also tried archs: armv6, arm-rtems4.11 Have you installed the BSP ? What is the full rtems configure command line ? What is the full waf configure command line

Re: rtems-libbsd waf params

2015-06-05 Thread Chris Johns
On 6/06/2015 4:38 am, Yurii Shevtsov wrote: 2015-06-05 21:02 GMT+03:00 Sujay Raj sujayr...@gmail.com: 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,