WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: cannot run "make menuconfig" in console  (Read 1255 times)

Offline lovelypp

  • Jr. Member
  • **
  • Posts: 51
cannot run "make menuconfig" in console
« on: November 24, 2022, 12:28:51 AM »
tc@box:/mnt/sda3/linux-5.15.10$ make menuconfig
*
* Unable to find the ncurses package.
* Install ncurses (ncurses-devel or libncurses-dev
* depending on your distribution).
*
* You may also need to install pkg-config to find the
* ncurses installed in a non-default location.
*
make[1]: *** [scripts/kconfig/Makefile:211: scripts/kconfig/mconf-cfg] Error 1
make: *** [Makefile:616: menuconfig] Error 2



I hav installed all ncursesw related package. but still report the up error.

thanks!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: cannot run "make menuconfig" in console
« Reply #1 on: November 24, 2022, 02:00:50 AM »
Did you load the ncursesw-dev extension?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: cannot run "make menuconfig" in console
« Reply #2 on: November 24, 2022, 07:31:20 AM »
See the first part of this for an example of how to prepare the kernel source:

http://tinycorelinux.net/11.x/x86_64/tcz/src/wl/compile_wl

Offline lovelypp

  • Jr. Member
  • **
  • Posts: 51
Re: cannot run "make menuconfig" in console
« Reply #3 on: November 27, 2022, 11:25:41 PM »
I have load the ncursesw-dev extension. it's strange.

Offline lovelypp

  • Jr. Member
  • **
  • Posts: 51
Re: cannot run "make menuconfig" in console
« Reply #4 on: November 27, 2022, 11:30:49 PM »
I install compiletc and it works.

thanks!