QEMU user says “cannot execute binary file”

Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
I am trying to run “ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.2.0, not stripped” executable on aarch64 board (Raspberry PI 3).
I have installed QEMU (qemu-x86_64) and when I try it, it shows this:
$ qemu-x86_64 /x86_64/busybox linux32 /x86_64/MyApp
/x86_64/MyApp: /x86_64/MyApp: cannot execute binary file
qemu executable binary x86 arm64
add a comment |
up vote
-1
down vote
favorite
I am trying to run “ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.2.0, not stripped” executable on aarch64 board (Raspberry PI 3).
I have installed QEMU (qemu-x86_64) and when I try it, it shows this:
$ qemu-x86_64 /x86_64/busybox linux32 /x86_64/MyApp
/x86_64/MyApp: /x86_64/MyApp: cannot execute binary file
qemu executable binary x86 arm64
Had you considered trying just running the i386 version of qemu-user instead of trying to run the 32-bit application inside a 64-bit emulation environment?
– Austin Hemmelgarn
yesterday
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I am trying to run “ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.2.0, not stripped” executable on aarch64 board (Raspberry PI 3).
I have installed QEMU (qemu-x86_64) and when I try it, it shows this:
$ qemu-x86_64 /x86_64/busybox linux32 /x86_64/MyApp
/x86_64/MyApp: /x86_64/MyApp: cannot execute binary file
qemu executable binary x86 arm64
I am trying to run “ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.2.0, not stripped” executable on aarch64 board (Raspberry PI 3).
I have installed QEMU (qemu-x86_64) and when I try it, it shows this:
$ qemu-x86_64 /x86_64/busybox linux32 /x86_64/MyApp
/x86_64/MyApp: /x86_64/MyApp: cannot execute binary file
qemu executable binary x86 arm64
qemu executable binary x86 arm64
asked yesterday
jiwopene
367
367
Had you considered trying just running the i386 version of qemu-user instead of trying to run the 32-bit application inside a 64-bit emulation environment?
– Austin Hemmelgarn
yesterday
add a comment |
Had you considered trying just running the i386 version of qemu-user instead of trying to run the 32-bit application inside a 64-bit emulation environment?
– Austin Hemmelgarn
yesterday
Had you considered trying just running the i386 version of qemu-user instead of trying to run the 32-bit application inside a 64-bit emulation environment?
– Austin Hemmelgarn
yesterday
Had you considered trying just running the i386 version of qemu-user instead of trying to run the 32-bit application inside a 64-bit emulation environment?
– Austin Hemmelgarn
yesterday
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f481497%2fqemu-user-says-cannot-execute-binary-file%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Had you considered trying just running the i386 version of qemu-user instead of trying to run the 32-bit application inside a 64-bit emulation environment?
– Austin Hemmelgarn
yesterday