WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: make menuconfig tinycore-5.3  (Read 3260 times)

Offline Stella

  • Jr. Member
  • **
  • Posts: 50
make menuconfig tinycore-5.3
« 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?


Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14761
Re: make menuconfig tinycore-5.3
« Reply #1 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"

Offline Stella

  • Jr. Member
  • **
  • Posts: 50
Re: make menuconfig tinycore-5.3
« Reply #2 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.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14761
Re: make menuconfig tinycore-5.3
« Reply #3 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
?

Offline Stella

  • Jr. Member
  • **
  • Posts: 50
Re: make menuconfig tinycore-5.3
« Reply #4 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

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14761
Re: make menuconfig tinycore-5.3
« Reply #5 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?

Offline Stella

  • Jr. Member
  • **
  • Posts: 50
Re: make menuconfig tinycore-5.3
« Reply #6 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.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: make menuconfig tinycore-5.3
« Reply #7 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