Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: lovelypp on November 24, 2022, 03:28:51 AM

Title: cannot run "make menuconfig" in console
Post by: lovelypp on November 24, 2022, 03: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!
Title: Re: cannot run "make menuconfig" in console
Post by: Juanito on November 24, 2022, 05:00:50 AM
Did you load the ncursesw-dev extension?
Title: Re: cannot run "make menuconfig" in console
Post by: Juanito on November 24, 2022, 10: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
Title: Re: cannot run "make menuconfig" in console
Post by: lovelypp on November 28, 2022, 02:25:41 AM
I have load the ncursesw-dev extension. it's strange.
Title: Re: cannot run "make menuconfig" in console
Post by: lovelypp on November 28, 2022, 02:30:49 AM
I install compiletc and it works.

thanks!