collect2: ld terminated with signal 11 [Segmentation fault] in qemu arm ubuntu disk image based compile

StackOverflow https://stackoverflow.com/questions/21510464

Question

I am using Ubuntu disk image for ARM architecture in Qemu and trying to compile a c language program. It produces the following error message during its compile:

collect2: ld terminated with signal 11 [Segmentation fault], core dumped
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
make: *** [myprog] Error 1

Any help?

Était-ce utile?

La solution

Any help?

This is a bug in either ld, or in qemu.

You'll need to contact your upstream toolchain provider with a bug report, or try newer versions of binutils and qemu (and hope the bug has been fixed).

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top