kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* make with argument 0 is failing some where
       [not found]         ` <AANLkTik=g7KbmxOeHW-c319tbfLv6NBPmuM0LBfCKYON@mail.gmail.com>
@ 2011-02-28 15:01           ` Tapas Mishra
  0 siblings, 0 replies; only message in thread
From: Tapas Mishra @ 2011-02-28 15:01 UTC (permalink / raw)
  To: kernelnewbies

On Sat, Sep 18, 2010 at 6:06 PM, Tapas Mishra <mightydreams@gmail.com> wrote:
> On Sun, Sep 12, 2010 at 10:56 AM, Tapas Mishra <mightydreams@gmail.com> wrote:
>
>>
>> For the sake of simplicity I am rewriting all the steps that I did
>>
>> Step 1) copied the config from /boot to $HOME/linux-2.6
>> Step 2) yes ' ' | make O=$HOME/btc oldconfig
>> Step 3) make O=$HOME/btc
>> got errors
>>
>> make O=$HOME/btc
> Ok finally I have been able to fix this.
> To do so what I was trying
> I executed make mrproper at two places
> one is $HOME/linux-2.6
> and another was $HOME/btc
> now I was in
> Step 1) cd ?$HOME/linux-2.6
> Step 2) make mrproper
> Step 3) cd $HOME/btc
> Step 4) make $O=$HOME/btc mrproper
> Step 5) cd $HOME/linux-2.6
> Step 6) copied the config from /boot to $HOME/linux-2.6
> Step 7) yes ' ' | make O=$HOME/btc oldconfig
> upto here is all Ok.
> Next step is
> Step 8) make mrproper
> Step 9) cd $HOME/btc
> Step 10) make O=$HOME/btc
>
> and then make with all modules install and rest of the stuff had worked.
> --
Though It is an old thread but I wanted to update today I needed it
because of a similar error.
In above step 8 and step 6 are wrong.When you do a make mrproper to
which ever directory you basically are
deleting the config generated or you saved.
That means if you did following
1) Download the kernel and untar
2) cp /boot/config-whatever /to/directory/which/will/be/argument/of/O
then
3) make O=$HOME/btc mrproper
then you deleted the config in step 2.
Also for  make O=$HOME/btc menuconfig to work
.config should be in $HOME/btc and not in $HOME/linux-2.6
as I mentioned above in step6.That was a mistake.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-28 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <AANLkTi=Y7n5e3HtmVNK9hUXK7BFoB0w0DjL5bWnGoi2U@mail.gmail.com>
     [not found] ` <alpine.DEB.2.00.1009111149100.18132@jago.allcutt.me.uk>
     [not found]   ` <AANLkTi=FiDsfppBOwcGaM=+E-WwbL5pkwUC=3=Y3QcHB@mail.gmail.com>
     [not found]     ` <AANLkTi=wm54mguoTEPaDdzrfKSUOFrHv8tH0xVMu303X@mail.gmail.com>
     [not found]       ` <AANLkTim14LdtPQ438xL0WJb2m-eQ26r_d0D8HOTjfvau@mail.gmail.com>
     [not found]         ` <AANLkTik=g7KbmxOeHW-c319tbfLv6NBPmuM0LBfCKYON@mail.gmail.com>
2011-02-28 15:01           ` make with argument 0 is failing some where Tapas Mishra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).