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 well.
Then
make 0=$HOME/btc

this also worked but when I did

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

--
Edward Allcutt

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