I was trying to open/modify menuconfig in order to use SDIO WiFi but I am getting below errors:
I do not have any problem in “bitbake -k console-tdx-image” build. I use LinuxImageV2.8
Could you please help me on this what is wrong?
I use “bitbake virtual/kernel -c menuconfig” to open menuconfig, it takes while but at last I get errors.
Errors:
menubox.c:(.text+0x11b2): undefined reference to `scrollok'
scripts/kconfig/lxdialog/menubox.o: In function `do_scroll':
menubox.c:(.text+0x38): undefined reference to `wrefresh'
scripts/kconfig/lxdialog/menubox.o: In function `do_print_item':
menubox.c:(.text+0x173): undefined reference to `wrefresh'
scripts/kconfig/lxdialog/menubox.o: In function `print_buttons':
menubox.c:(.text+0x2d2): undefined reference to `wrefresh'
scripts/kconfig/lxdialog/menubox.o: In function `print_arrows.constprop.0':
menubox.c:(.text+0x3d4): undefined reference to `wrefresh'
collect2: error: ld returned 1 exit status
scripts/Makefile.host:110: recipe for target 'scripts/kconfig/mconf' failed
make[3]: *** [scripts/kconfig/mconf] Error 1
/build/oe-core/build/tmp-glibc/work-shared/colibri-imx7-emmc/kernel-source/Makefile:555: recipe for target 'menuconfig' failed
make[2]: *** [menuconfig] Error 2
Makefile:152: 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.
Press any key to continue...
What I myself have used is bitbake -c menuconfig virtual/kernel. I had not had any trouble running it like that. Maybe arguments are in different order?