Cross Compiling the Linux Kernel 3.0.17+ for Angstrom 2010

Hi Everyone
I have a problem compiling the 3.0.17 kernel as downloaded from the
Angstrom site.

My Source Environment is a virtual machine with: Fedora release 16 32
bit.
My Target is the Beagleboard-xM Rev C with angstrom 2010

I want just to create a new kernel after I did a trivial change with
"make xconfig".

I created in my Fedora Virtual machine everything and without any
problems, i.e: all the following steps were completed OK without any
problem, the kernel was correctly created and work without any problem
after installing it in the Beagle Board SSD.

Steps Correctly done:

Use the Angstrom build system to solve this for you instead of trying
to do it yourself. These steps will do what you want:

   % MACHINE=beagleboard ./oebb.sh bitbake virtual/kernel -c menuconfig
   % MACHINE=beagleboard ./oebb.sh bitbake virtual/kernel -c compile -f
   % MACHINE=beagleboard ./oebb.sh bitbake virtual/kernel

Repeat as necessary.