crash icon indicating copy to clipboard operation
crash copied to clipboard

how to build crash binary in x86 host while it aims to run in arm64 host?

Open tiger20081015 opened this issue 4 years ago • 1 comments

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.

tiger20081015 avatar Aug 07 '20 07:08 tiger20081015

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

k-hagio avatar Nov 24 '20 00:11 k-hagio