Re: [U-Boot] Make menuconfig error - Status

2018-06-23 Thread Duncan Hare
Thanks to all. My problem was I'd installed bison++, not bison. Duncan Hare 714 931 7952 ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] Make menuconfig error - Status

2018-06-23 Thread Joe Hershberger
On Sat, Jun 23, 2018 at 11:23 AM, Duncan Hare 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

[U-Boot] Make menuconfig error - Status

2018-06-23 Thread Duncan Hare
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), reus

[U-Boot] Make Menuconfig Error

2018-06-19 Thread Duncan Hare
Karsten Thanks for your lasts response. My apologies, I forget my yahoo email does not quite understand RFC email standards. Here's when I'm at with this version of u-boot. root@debian:/home/duncan/archive/u-boot# make clean root@debian:/home/duncan/archive/u-boot# make menuconfig   HOSTCC  scri

Re: [U-Boot] make Menuconfig Error

2018-06-14 Thread Joe Hershberger
Hi Duncan, On Thu, Jun 14, 2018 at 1:03 PM, 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/doch

[U-Boot] make Menuconfig Error

2018-06-14 Thread DH
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' fai