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?

Best regards

Christian

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to