WUBI-UBUNTU : Unable to execute even though permissions are ok

Asked by SMK

-rwxr-xr-x 1 root root 415608 2008-10-31 22:25 arm-eabi-addr2line
-rwxr-xr-x 1 root root 388040 2008-10-31 22:25 arm-eabi-ar
-rwxr-xr-x 1 root root 676016 2008-10-31 22:25 arm-eabi-as
-rwxr-xr-x 1 root root 182424 2008-10-31 22:25 arm-eabi-c++
-rwxr-xr-x 1 root root 411588 2008-10-31 22:25 arm-eabi-c++filt
-rwxr-xr-x 1 root root 181240 2008-10-31 22:25 arm-eabi-cpp
-rwxr-xr-x 1 root root 182424 2008-10-31 22:25 arm-eabi-g++
-rwxr-xr-x 1 root root 179832 2008-10-31 22:25 arm-eabi-gcc
-rwxr-xr-x 1 root root 179832 2008-10-31 22:25 arm-eabi-gcc-4.2.1
-rwxr-xr-x 1 root root 16834 2008-10-31 22:25 arm-eabi-gccbug
-rwxr-xr-x 1 root root 23292 2008-10-31 22:25 arm-eabi-gcov
-rwxr-xr-x 1 root root 9817341 2008-10-31 22:25 arm-eabi-gdb
-rwxr-xr-x 1 root root 646292 2008-10-31 22:25 arm-eabi-ld
-rwxr-xr-x 1 root root 424184 2008-10-31 22:25 arm-eabi-nm
-rwxr-xr-x 1 root root 558524 2008-10-31 22:25 arm-eabi-objcopy
-rwxr-xr-x 1 root root 650852 2008-10-31 22:25 arm-eabi-objdump
-rwxr-xr-x 1 root root 388008 2008-10-31 22:25 arm-eabi-ranlib
-rwxr-xr-x 1 root root 238228 2008-10-31 22:25 arm-eabi-readelf
-rwxr-xr-x 1 root root 367444 2008-10-31 22:25 arm-eabi-size
-rwxr-xr-x 1 root root 367368 2008-10-31 22:25 arm-eabi-strings
-rwxr-xr-x 1 root root 558524 2008-10-31 22:25 arm-eabi-strip
root@ubuntu:~/android-source/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin$ ./arm-eabi-gcc
bash: ./arm-eabi-gcc: No such file or directory

Question information

Language:
English Edit question
Status:
Answered
For:
Wubi Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
SMK (murali-somanchy) said :
#1

The weirdest thing is that I am able to see the file and it tells me that there is no such file

Revision history for this message
Jim Paris (jim-jtan) said :
#2

You are missing some shared libraries that the arm-eabi-gcc binary requires. Use "ldd ./arm-eabi-gcc" to list them.

Revision history for this message
Matt C (mj10cl) said :
#3

My guess is you're getting that error because your running a 64-bit system. If that's true then you must install ia32-libs to allow 32-bit binaries to run. You need this because the binaries you're trying to run are strictly 32-bit binaries. Hopefully this helps.

Can you help with this problem?

Provide an answer of your own, or ask SMK for more information if necessary.

To post a message you must log in.