Re: make with argument 0 is failing some where

2010-09-18 Thread Tapas Mishra
On Sun, Sep 12, 2010 at 10:56 AM, Tapas Mishra mightydre...@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

Re: make with argument 0 is failing some where

2010-09-18 Thread Mulyadi Santosa
Hi.. On Sat, Sep 18, 2010 at 19:36, Tapas Mishra mightydre...@gmail.com wrote: 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 That's great! I suggest you put that steps somewhere in

Re: make with argument 0 is failing some where

2010-09-11 Thread Edward Allcutt
On Sat, 11 Sep 2010, Tapas Mishra wrote: I cloned the 2.6 latest kernel tree on my system and in my home directory made a folder named btc git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6 then compiled as yes ' ' | make 0=$HOME/btc/ oldconfig worked

Re: make with argument 0 is failing some where

2010-09-11 Thread Tapas Mishra
On Sat, Sep 11, 2010 at 4:21 PM, Edward Allcutt edw...@allcutt.me.uk wrote: sudo make 0=$HOME/btc modules_install ln: target `kernel+/source' is not a directory make: *** [_modinst_] Error 1 Did I do some thing wrong? I think what you wanted was an O (capital o) not a 0 (zero). -- Yes

Re: make with argument 0 is failing some where

2010-09-11 Thread Mulyadi Santosa
On Sat, Sep 11, 2010 at 19:28, Tapas Mishra mightydre...@gmail.com wrote: I think what you wanted was an O (capital o) not a 0 (zero). -- Yes even I also did the same. maybe you miss something..ok, please try sudo sh -c make your options here -- regards, Mulyadi Santosa Freelance Linux

Re: make with argument 0 is failing some where

2010-09-11 Thread Tapas Mishra
On Sat, Sep 11, 2010 at 10:57 PM, Mulyadi Santosa mulyadi.sant...@gmail.com wrote: maybe you miss something..ok, please try sudo sh -c make your options here I did what you suggested I am getting an error to always run make mrproper where as I have executed make mrproper in two ways 1) make

make with argument 0 is failing some where

2010-09-10 Thread Tapas Mishra
I cloned the 2.6 latest kernel tree on my system and in my home directory made a folder named btc git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6 then compiled as yes ' ' | make 0=$HOME/btc/ oldconfig worked well. Then make 0=$HOME/btc this also worked