Re: [yocto] Unable to run arm 64 binary on arm64 machine

2023-11-15 Thread Peter Marko via lists.yoctoproject.org
Sent: Wednesday, November 15, 2023 8:51 To: yocto@lists.yoctoproject.org Subject: Re: [yocto] Unable to run arm 64 binary on arm64 machine root@se-704a0efe85c4:~# ./hello -sh: ./hello: No such file or directory root@se-704a0efe85c4:~# This is the response. -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [yocto] Unable to run arm 64 binary on arm64 machine

2023-11-14 Thread MOHAMMED HASSAN
root@se-704a0efe85c4:~# ./hello -sh: ./hello: No such file or directory root@se-704a0efe85c4:~# This is the response. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61692): https://lists.yoctoproject.org/g/yocto/message/61692 Mute This Topic:

Re: [yocto] Unable to run arm 64 binary on arm64 machine

2023-11-14 Thread MOHAMMED HASSAN
On Tue, Nov 14, 2023 at 11:40 PM, Khem Raj wrote: > > it seems you haveĀ a mixed mode image where kernel is 64bit but userspace > is 32bit, so you have to compile your app to be 32bit as well. > otherwise you need to include 64bit runtime as well to support 64bit apps. > > Unfortunately I