changeyourname / pandroid

Automatically exported from code.google.com/p/pandroid
0 stars 0 forks source link

unable to locate cross_compiler #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. i am using arm-2010q1 tool chain for compiling gingerbread

2. I am trying to build u-boot and type the following commands
make distclean
make ARCH=arm omap4430panda_config
make 2>&1 |tee $MYDROID/logs/u-boot_make.out

it gives the error:
arm-none-linux-gnueabi-gcc: Command not found

3.I have included the path in the global PATH variable and still get the error.

4.On typing file arm-none-linux-gnueabi-gcc
I get :
arm-none-linux-gnueabi-gcc: ELF 32-bit LSB executable, Intel 80386, version 1 
(SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, stripped

5.I am using Ubuntu 10.10 maverick.

Please help urgently because this has really gotten me stuck.

Thanks,
Sumit

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by sumit....@gmail.com on 24 Nov 2011 at 7:33