$ sudo apt install libncurses5-dev
On Mon, Sep 24, 2018 at 10:01:43PM +0000, Tsai, Matt wrote: > Hi all, > > I was trying to configure Linux kernel using Yocto and meta-ti layer: Poky > branch is sumo-19.0.0; meta-ti branch is sumo. I was able set up the Yocto > build system to build the core-image-minimal successfully. My build host is > machine Ubuntu 16.04LTS and the target device is Beaglebone Black. However, > when I tried to customize the kernel using "bitbake -c virtual/kernel > menuconfig", I got the following error: > > GEN ./Makefile > HOSTLD scripts/kconfig/mconf > scripts/kconfig/mconf.o: In function `show_help': > mconf.c:(.text+0x914): undefined reference to `stdscr' > scripts/kconfig/lxdialog/checklist.o: In function `print_arrows': > checklist.c:(.text+0x2c): undefined reference to `wmove' > checklist.c:(.text+0x4c): undefined reference to `acs_map' > ... > scripts/kconfig/lxdialog/menubox.o: In function `print_arrows.constprop.0': > menubox.c:(.text+0x3c3): undefined reference to `wrefresh' > collect2: error: ld returned 1 exit status > scripts/Makefile.host:111: recipe for target 'scripts/kconfig/mconf' failed > make[3]: *** [scripts/kconfig/mconf] Error 1 > .../build/tmp/work-shared/beaglebone/kernel-source/Makefile:512: recipe for > target 'menuconfig' failed > make[2]: *** [menuconfig] Error 2 > Makefile:146: recipe for target 'sub-make' failed > make[1]: *** [sub-make] Error 2 > Makefile:24: recipe for target '__sub-make' failed > make: *** [__sub-make] Error 2 > Command failed. > > I wonder if anyone has the same issue and how to solve this problem. Please > help. Thank you in advance! > > > > -- > _______________________________________________ > meta-ti mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-ti -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
