All of lore.kernel.org
 help / color / mirror / Atom feed
* Unable to run bitbake -c virtual/kernel menuconfig
@ 2018-09-24 22:01 Tsai, Matt
  2018-09-25 17:08 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Tsai, Matt @ 2018-09-24 22:01 UTC (permalink / raw)
  To: meta-ti@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1519 bytes --]

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!




[-- Attachment #2: Type: text/html, Size: 4282 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Unable to run bitbake -c virtual/kernel menuconfig
  2018-09-24 22:01 Unable to run bitbake -c virtual/kernel menuconfig Tsai, Matt
@ 2018-09-25 17:08 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2018-09-25 17:08 UTC (permalink / raw)
  To: Tsai, Matt; +Cc: meta-ti@yoctoproject.org

$ 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
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-25 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-24 22:01 Unable to run bitbake -c virtual/kernel menuconfig Tsai, Matt
2018-09-25 17:08 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.