Re: problem building libbsd with waf

2017-08-30 Thread Chris Johns
On 30/8/17 1:39 am, Jeff Mayes wrote: > > I’m trying to build rtems and rtems-libbsd.  It all goes fine until the waf > build fails with this: > > /  Checking for RTEMS CPU options header   : no/ > >   > > This occurs for both i386 and arm.  Part of the config.log is below. > >   > > Any idea

RE: problem building libbsd with waf

2017-08-30 Thread Jeff Mayes
I've tried waf 1.9.13 and 1.8.20. Same results with both. There's probably something wrong with my environment. > -Original Message- > From: Chris Johns [mailto:chr...@rtems.org] > Sent: Wednesday, August 30, 2017 3:24 AM > To: Jeff Mayes ; devel@rtems.org > Subject: Re: problem buildi

[PATCH] libpci: fix pci device allocation

2017-08-30 Thread Daniel Hellstrom
The refactoring of pci_dev_create() was incorrect since the code relied on different defines before including pci/cfg.h. This reverts back to the original code having two pci_dev_create() one in auto and one in read library. confdefs.h selectes between the two libraries so both there is no link con

[PATCH] score: include string.h from processormask.h for flsl()

2017-08-30 Thread Daniel Hellstrom
Needed in order to build samples/cdtest. --- cpukit/score/include/rtems/score/processormask.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/score/include/rtems/score/processormask.h b/cpukit/score/include/rtems/score/processormask.h index fd256d2..fb6be9a 100644 --- a/cpukit/score/in

Re: problem building libbsd with waf

2017-08-30 Thread Joel Sherrill
I managed to build with waf 1.9.5 on rtbf64c whic is CentOS 7. I am using a waf in my home directory. I wonder why we don't bundle waf like with rtems-docs? On Wed, Aug 30, 2017 at 9:16 AM, Jeff Mayes wrote: > I've tried waf 1.9.13 and 1.8.20. Same results with both. > There's probably someth

Re: problem building libbsd with waf

2017-08-30 Thread Christian Mauderer
Am 29.08.2017 um 17:39 schrieb Jeff Mayes: > Hi > >   > > I’m trying to build rtems and rtems-libbsd.  It all goes fine until the > waf build fails with this: > > /  Checking for RTEMS CPU options header   : no/ > >   > > This occurs for both i386 and arm.  Part of the config.log is below. >

RE: problem building libbsd with waf

2017-08-30 Thread Jeff Mayes
> -Original Message- > From: Christian Mauderer [mailto:l...@c-mauderer.de] > Sent: Wednesday, August 30, 2017 2:38 PM > To: Jeff Mayes ; devel@rtems.org > Subject: Re: problem building libbsd with waf > > Am 29.08.2017 um 17:39 schrieb Jeff Mayes: > > Hi > > > > > > > > I'm trying to bu