wild: error: Failed copying from <prelude> to output file
Caused by:
.eh_frame more than 2GB away from .eh_frame_hdr
out of range integral type conversion attempted
As far as I understand, this comes from wild using 32-bit frame pointers for eh frames, however it seems like it could use 64-bit frame pointers instead. (I was wrong, this doesn't seem to be the cause, as lld and mold also use 32-bit offsets, but link the binary fine)
As far as I understand, this comes from wild using 32-bit frame pointers for eh frames, however it seems like it could use 64-bit frame pointers instead.(I was wrong, this doesn't seem to be the cause, as lld and mold also use 32-bit offsets, but link the binary fine)