简体   繁体   English

Linux - 我可以在 aarch64 架构上运行 arm64 二进制文件吗?

[英]Linux - Can I run arm64 binaries on aarch64 architecture?

arm64 and aarch64 are supposed to be the same thing (or not?). arm64 和 aarch64 应该是同一件事(或不是?)。 I got my Ubuntu architecture aarch64 using我使用了我的 Ubuntu 架构 aarch64

uname --m

But most binary launcher of apps are in arm64.但是大多数应用程序的二进制启动器都在 arm64 中。 Is there any way to run arm64 apps(binaries) on aarch64?有没有办法在 aarch64 上运行 arm64 应用程序(二进制文件)?

See Differences between arm64 and aarch64 .请参阅arm64 和 aarch64 之间的差异 AArch64 and arm64 are the same thing. AArch64 和 arm64 是一回事。 Does executing the binary not work for you?执行二进制文件对您不起作用吗?

These are the simple steps, Please try with these steps.这些是简单的步骤,请尝试这些步骤。

dpkg --add-architecture armhf
apt-get update (ignore the missing x386 packages and hope for the best)
apt-get install libc6:armhf libstdc++6:armhf

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM