On Sat, Sep 11, 2010 at 10:57 PM, Mulyadi Santosa
<[email protected]> 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 mrproper
2) make O=$HOME/btc mrproper

any of the above methods has had not effect.


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
  GEN     /home/tapas/btc/Makefile
scripts/kconfig/conf --silentoldconfig arch/x86/Kconfig
  Using /home/tapas/linux-2.6 as source for kernel
  /home/tapas/linux-2.6 is not clean, please run 'make mrproper'
  in the '/home/tapas/linux-2.6' directory.
make[1]: *** [prepare3] Error 1
make: *** [sub-make] Error 2



I had then executed make distclean also and when it did not worked
then gave it argument with
make O=$HOME/btc  distclean
still got the same error.

This is the link from where I am trying it
http://www.crashcourse.ca/introduction-linux-kernel-programming/lesson-2-further-issues-kernel-configuration
The original author has used 64 bit. but I am using 32 bit system
(Ubuntu 10.04) though this should have no difference on any of these
things.



Tapas

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to