[U-Boot] make Menuconfig Error

Joe Hershberger joe.hershberger at ni.com
Thu Jun 14 18:19:47 UTC 2018


Hi Duncan,

On Thu, Jun 14, 2018 at 1:03 PM,  <DH at synoia.com> wrote:
> Cloned most recent u-boot 2018.06.14
> make clean works
> make menuconfig fails:
>
> /bin/sh: 1: bison: not found
> scripts/kconfig/Makefile:229: recipe for target
> 'scripts/kconfig/dochecklxdialog' failed make[1]: ***
> [scripts/kconfig/dochecklxdialog] Error 1 Makefile:491: recipe for
> target 'menuconfig' failed make: *** [menuconfig] Error 2
>
> I've checked for bison, visually and with apt-cache search but I have
> found none.

This was introduced with commit
e91610da7c8a9fe42f3e5a75f06c3d1a0cb5f815 (kconfig: re-sync with Linux
4.17-rc4)

It seems that they made bison an external dependency instead of
keeping the pre-compiled scripts/kconfig/zconf.tab.c_shipped and
friends.

> Will try rebuild based on u-boot from 2018.05.14 on SPDX errors, That
> version did build.
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot


More information about the U-Boot mailing list