Thanks. I followed the instructions but I got an error when I entered the following command:
$tar -jxvf android-toolchain-eabi-linaro-*
The error was:
tar (child): android-toolchain-eabi-linaro-*: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
It looks like it's having trouble finding the tool chain. I downloaded the file under "Tool Chain for building Kernel and Drivers". Does it need to be in a certain location or have a certain format? Thanks for the help.