通过绝对路径执行bin文件出现no such file or dectory的报错
发表于 : 2015-04-29 23:44
为什么呢:
n@n:~/android/a6$ ls /home/n/android/a6/out/atlas6cb/obj/build/conf -l
-rwxrw-rw- 1 n n 168929 4月 22 22:23 /home/n/android/a6/out/atlas6cb/obj/build/conf
n@n:~/android/a6$ file /home/n/android/a6/out/atlas6cb/obj/build/conf
/home/n/android/a6/out/atlas6cb/obj/build/conf: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, BuildID[sha1]=48bf5b38a60acd4c30b5574028136fa16a6e5a3e, not stripped
n@n:~/android/a6$ /home/n/android/a6/out/atlas6cb/obj/build/conf
bash: /home/n/android/a6/out/atlas6cb/obj/build/conf: No such file or directory
n@n:~/android/a6$ ls /home/n/android/a6/out/atlas6cb/obj/build/conf -l
-rwxrw-rw- 1 n n 168929 4月 22 22:23 /home/n/android/a6/out/atlas6cb/obj/build/conf
n@n:~/android/a6$ file /home/n/android/a6/out/atlas6cb/obj/build/conf
/home/n/android/a6/out/atlas6cb/obj/build/conf: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, BuildID[sha1]=48bf5b38a60acd4c30b5574028136fa16a6e5a3e, not stripped
n@n:~/android/a6$ /home/n/android/a6/out/atlas6cb/obj/build/conf
bash: /home/n/android/a6/out/atlas6cb/obj/build/conf: No such file or directory