我碰巧发现,我的macos(x86)可以为arm映像arm64v8/阿尔卑斯运行一个码头容器,但有以下警告:
WARNING: The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64) and no specific
GDB被配置为“arm-linux-gnueabihf”,并使用静态链接库构建。它在黑板上工作得很好,但在“录制和重放模式”下。() from /lib/arm-linux-gnueabihf/libc.so.6
当继续下去的时候,它不能再调试了。您知道如何在ARM架构上运行进程记录和回放,就像我通常在x86机器上所做的那样吗?