[U-Boot] Make menuconfig error - Status

duncan@debian:~/archive$ git clone git://git.denx.de/u-boot.git Cloning into 'u-boot'... remote: Counting objects: 559898, done. remote: Compressing objects: 100% (97298/97298), done. Receiving objects: 100% (559898/559898), 113.79 MiB | 294.00 KiB/s, done. remote: Total 559898 (delta 462692), reused 551394 (delta 454519) Resolving deltas: 100% (462692/462692), done. duncan@debian:~/archive$ cd u-boot duncan@debian:~/archive/u-boot$ make menuconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/mconf.o YACC scripts/kconfig/zconf.tab.c scripts/kconfig/zconf.y:44 parser name defined to default :"parse" "scripts/kconfig/zconf.y", line 97: junk after `%%' in definition section Segmentation fault scripts/Makefile.lib:228: recipe for target 'scripts/kconfig/zconf.tab.c' failed make[1]: *** [scripts/kconfig/zconf.tab.c] Error 139 Makefile:492: recipe for target 'menuconfig' failed make: *** [menuconfig] Error 2
Where are we on this? Is there a fix? Thanks Duncan Hare
714 931 7952

On Sat, Jun 23, 2018 at 11:23 AM, Duncan Hare dh@synoia.com wrote:
duncan@debian:~/archive$ git clone git://git.denx.de/u-boot.git Cloning into 'u-boot'... remote: Counting objects: 559898, done. remote: Compressing objects: 100% (97298/97298), done. Receiving objects: 100% (559898/559898), 113.79 MiB | 294.00 KiB/s, done. remote: Total 559898 (delta 462692), reused 551394 (delta 454519) Resolving deltas: 100% (462692/462692), done. duncan@debian:~/archive$ cd u-boot duncan@debian:~/archive/u-boot$ make menuconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/mconf.o YACC scripts/kconfig/zconf.tab.c scripts/kconfig/zconf.y:44 parser name defined to default :"parse" "scripts/kconfig/zconf.y", line 97: junk after `%%' in definition section Segmentation fault scripts/Makefile.lib:228: recipe for target 'scripts/kconfig/zconf.tab.c' failed make[1]: *** [scripts/kconfig/zconf.tab.c] Error 139 Makefile:492: recipe for target 'menuconfig' failed make: *** [menuconfig] Error 2
Where are we on this? Is there a fix?
Again, I am not having this problem. I'm not sure anything is broken other than your environment. Again, if you want to make progress on the wget series until you figure out what's wrong with your environment, you can revert the patch I referenced locally.
Cheers, -Joe
Thanks Duncan Hare
714 931 7952 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Thanks to all. My problem was I'd installed bison++, not bison. Duncan Hare
714 931 7952
participants (2)
-
Duncan Hare
-
Joe Hershberger