This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI Android GingerBread 2.3.4 DevKit2.1 Developers Guide Issue

I followed the instructions on TI's DevKit 2.1 Developers Guide and using 32-bit Ubuntu V10.04 I was able to compile all but the Android kernel. To build the kernel it said that it required 64-bit Linux. I talked to TI and they forwarded me to http://source.android.com/source/initializing.html for the requirements on initializing a build environment.
 
There they recommend using 64-bit Ubuntu V10.04. So I set up a 64-bit Ubuntu V10.04 machine and installed the GingerBread 2.3.4 repository from TI. Now I can't get anything to compile. When I try to run the compiler, I get the error "arm-eabi-gcc: command not found" even when I am in the folder containing the arm-eabi-gcc binary file. My path includes the location of the arm-eabi-gcc binary.
 
Does anyone know if the tools supplied in the GingerBread 2.3.4 repository from TI are compatible with 64bit Ubuntu?