Problem for compilation kernel 2.6.27-rc7-omap1

Hi,

I am using kernel version 2.6.27-rc7-omap1 in BeagleBoard and I have ported the compiled image downloaded from Internet.
When I was trying to cross_compile the camera (Logitech QuickCam Pro9000) driver It wants KERNEL_DIR in /lib/module/ path as mentioned in Makefile.

So, I have downloaded the kernel by using following command

git clone git://source.mvista.com/git/linux-omap-2.6.git
git checkout v2.6.27-rc7
But When I want to cross_compile the kernel

by Using
make ARCH=arm
make CROSS_COMPILE=arm-none-linux-gnueabi-

It is giving error.

Please help me about this.

Thanks & Regards,
Anirban Roy Choudhury

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.

I am using kernel version 2.6.27-rc7-omap1 in BeagleBoard and I have ported

...

by Using
make ARCH=arm
make CROSS_COMPILE=arm-none-linux-gnueabi-

It is giving error.

Hmmm, what error?

R.