Beagle Board XM Rev C: Angstrom Linux Kernel Compilation error: Error: selected processor does not support ARM mode `smc #0'

Hi All,

Thanks for reading this post.
I have downloaded the linux kernel from angstrom website.

I had done following step to compile kernel.

1> make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- distclean
2> make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- proper
3> make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
omap3_beagle_defconfig
4> make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig
(optional)
5> make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage

Kernel compilation stop soon after giving last command (5) and getting
following error:

Yes, follow the angstrom instructions and use the proper toolchain.

Hi Koen,

Thanks for your response.
I didn't understand what you mean.
I am using wrong compilation tool chain ?

Can you please some pointer information from where i can read and
understand how to resolve this problem?
Thanks for your help in advance.