Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: Stella on June 05, 2014, 05:00:55 AM

Title: make menuconfig tinycore-5.3
Post by: Stella on June 05, 2014, 05:00:55 AM
Hello,

I want to use
make menuconfig
in Tinycore5-3.

I've download this extensions:
make.tcz
compile.tcz
perl5.tcz
ncurses-common.tcz
ncurses-dev.tcz
ncurses.tcz
ncurses-util.tcz
ncurses.tcz
bash.tcz


But when I try
$make menuconfig

It says:
sh:menuconfig: not found

Could you help me?

Title: Re: make menuconfig tinycore-5.3
Post by: Juanito on June 05, 2014, 05:24:58 AM
You need to be in the top-most directory of the linux kernel source and you need "tce-load -i compiletc bash perl5 ncurses-dev"
Title: Re: make menuconfig tinycore-5.3
Post by: Stella on June 05, 2014, 05:40:14 AM
I've followed your instructionis:

tc@box:/mnt/sda1/boot$tce-load -i compiletc bash perl5 ncurses-dev

It says compiletc, bash, perl5 and ncurses-dev are already installed

Then, in the same directory (boot) I've tried to run:
make menuconfig

output: make ***No rule to make target "menuconfig". Stop.
Title: Re: make menuconfig tinycore-5.3
Post by: Juanito on June 05, 2014, 05:43:53 AM
and:
Code: [Select]
$ tar xf linux-3.8.13-patched.txz
$ cd linux-3.8.13
$ make mrproper
$ make menuconfig
?
Title: Re: make menuconfig tinycore-5.3
Post by: Stella on June 05, 2014, 05:47:47 AM
I don't have linux-3.18.13-patched.txz

This is the content of my boot directory:
core.gz
grub/
vmlinuz

I've installed tinycore in a compact flash and using it as HD
Title: Re: make menuconfig tinycore-5.3
Post by: Juanito on June 05, 2014, 05:51:11 AM
"menuconfig" is a script used to configure a linux kernel before compiling it - what are you trying to do?
Title: Re: make menuconfig tinycore-5.3
Post by: Stella on June 05, 2014, 10:12:56 AM
Trying to see easily tinycore's kernel configuration  :). It's what I do when I want to see my kernel .config file in my desktop.
Title: Re: make menuconfig tinycore-5.3
Post by: coreplayer2 on June 05, 2014, 12:34:30 PM
Why don't you simply open the config file in a text editor ? To read the configuration


Sent from my iPhone using Tapatalk