qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] fix missing event_notifier_init_fd() function o


From: Programmingkid
Subject: Re: [Qemu-devel] [PATCH] fix missing event_notifier_init_fd() function on Mac OS X
Date: Thu, 14 Apr 2016 14:47:28 -0400

On Apr 14, 2016, at 2:39 PM, Peter Maydell wrote:

> On 14 April 2016 at 19:24, Programmingkid <address@hidden> wrote:
>> I did a fresh clone of the QEMU repository. Then tried building QEMU. This is
>> the error I saw:
>> 
>>  CC    contrib/ivshmem-client/ivshmem-client.o
>>  CC    contrib/ivshmem-client/main.o
>>  LINK  ivshmem-client
>> collect2: error: ld terminated with signal 11 [Segmentation fault]
>> make: *** [ivshmem-client] Error 1
>> make: *** Deleting file `ivshmem-client'
>> 
>> It is different from the last error, but it still involves something called 
>> ivshmem.
> 
> If ld is segfaulting then either:
> * your hardware is bad (dodgy memory is infamous for causing random segvs)
> * your toolchain is buggy (the linker should never segv regardless of input)


Maybe I should try to update my ld command.

Are you able to build QEMU on Mac OS X using the most recent commit?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]