crash
crash copied to clipboard
how to build crash binary in x86 host while it aims to run in arm64 host?
Hi, I'm trying to compile the crash binary on the x86 host, while the binary aims to run on arm64 host for live debug. Is there any method to do this? I used make target=ARM64 but it still can only run in x86. Thanks.
FYI, a patch to support cross-compilation was posted [1]. Can you try it?
[1] https://www.redhat.com/archives/crash-utility/2020-November/msg00016.html