I have a linux bin, this is can run in ubuntu. you can use ./mybin, is will runing.
How to run in AGL OS ?
Environment
None
Activity
Scott Murray
June 7, 2021 at 8:45 PM
Closing, since it's not a bug and an answer has been provided.
Scott Murray
May 20, 2021 at 2:48 PM
There's not enough information given to provide an answer. In general, if your binary is compiled against a version of glibc comparable to what AGL uses and has no library dependencies that differ greatly from what is available on AGL, then yes, it might work. But realistically, AGL only really supports running things built into images with the Yocto build, or built with its Yocto generated SDKs. If you want to run binaries built some other way, that's on you to debug/support.
yan yegang
May 20, 2021 at 5:39 AM
Hi Scott Murray
A Linux bin (eg: test.bin) can run in Ubuntu OK ( use this cmd : ./test.bin)
this Linux bin (eg: test.bin) can run AGL OK ?
thanks
yan yegang
May 19, 2021 at 1:57 AM
Sorry
A Linux bin (eg: test.bin) can run in Ubuntu OK ( use this cmd : ./test.bin)
Hi, agl
I have a linux bin, this is can run in ubuntu. you can use ./mybin, is will runing.
How to run in AGL OS ?