Mac: Kernel rejects the execution of compiled binaries on arm64 #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Everything works on Intel macs, but the arm64 binaries don't run on Apple Silicon, exiting with
signal: killed (9)
.The arm64 assembly instructions analyzed with
objdump
are equal betweenas/ld
andq
produced binaries.The most likely cause is incorrect Mach-O headers for this platform.
Relevant changes that had no success so far:
6e7b60f7bf
9a3e14bacb
d657ef04df