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

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

문제

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?

도움이 되었습니까?

해결책

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).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top