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 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.
-- 
Tapas

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecar...@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to