rtems-libbsd build error

Vijay Kumar Banerjee vijaykumar9597 at gmail.com
Fri Mar 15 18:20:13 UTC 2019


On Fri, 15 Mar 2019 at 21:47, Christian Mauderer <list at c-mauderer.de> wrote:

> Am 15.03.19 um 15:48 schrieb Vijay Kumar Banerjee:
> > Hello,
> >
> > I am trying to `./waf install` the libbsd but getting some error, need
> help
> > with that. The commands used and the errors are given below ...
> >
> > configured using: `./waf configure --buildset=buildset/default.ini
> > --prefix=$HOME/development/rtems/5 --rtems-arch=arm`
> >
> > configure was successful.
> >
> > then : `./waf install`
> >
> > Error ...
> > ================
> > Build failed
> >  -> task in 'lex__nsyy' failed with exit status 1 (run with -v to
> > display more information)
> >  -> task in 'yacc__nsyy' failed with exit status 1 (run with -v to
> > display more information)
> >  -> task in 'lex_pcap' failed with exit status 1 (run with -v to display
> > more information)
> >  -> task in 'yacc_pcap' failed with exit status 1 (run with -v to
> > display more information)
> >  -> task in 'objs01' failed with exit status 1 (run with -v to display
> > more information)
> >  -> task in 'objs01' failed with exit status 1 (run with -v to display
> > more information)
> >  -> task in 'yacc_pfctly' failed with exit status 1 (run with -v to
> > display more information)
> >
> > ================
> >
> > Thanks
> > --vijay
> >
>
> Hello Vijay,
>
> did you try to build before the install? I don't see the call. Normally
> it's
>
>   waf configure ...
>   waf
>   waf install
>
> If you did that: It seems that some of the lex / yacc files should be
> regenerated. Did you enable --enable-auto-regen somewhen during an
> earlier configuration run (not necessary except if you import yacc or
> lex files)? Did you import some yacc or lex files?
>
> I had to install `byacc` package using yum in fedora, then I used the
--enable-auto-regen
option, that worked.
However, it's still not building and I'm seeing a lot of warnings, I think
this is because of the
files I imported from the freebsd source, maybe they depend on some other
headers that
I didn't include. Any suggestion on how to debug, if this is the case?

> Best regards
>
> Christian
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20190315/07a1ba82/attachment.html>


More information about the devel mailing list