On 14 April 2016 at 19:47, Programmingkid wrote:
>
> On Apr 14, 2016, at 2:39 PM, Peter Maydell wrote:
>
>> On 14 April 2016 at 19:24, Programmingkid wrote:
>>> I did a fresh clone of the QEMU repository. Then tried building QEMU. This
>>> is
>>> the error I saw:
>>>
>>> CCcontrib/ivshmem-c
On Apr 14, 2016, at 2:39 PM, Peter Maydell wrote:
> On 14 April 2016 at 19:24, Programmingkid wrote:
>> I did a fresh clone of the QEMU repository. Then tried building QEMU. This is
>> the error I saw:
>>
>> CCcontrib/ivshmem-client/ivshmem-client.o
>> CCcontrib/ivshmem-client/main.o
On 14 April 2016 at 19:24, Programmingkid wrote:
> I did a fresh clone of the QEMU repository. Then tried building QEMU. This is
> the error I saw:
>
> CCcontrib/ivshmem-client/ivshmem-client.o
> CCcontrib/ivshmem-client/main.o
> LINK ivshmem-client
> collect2: error: ld terminated
On Apr 8, 2016, at 7:25 AM, Markus Armbruster wrote:
> [Wasn't delivered correctly by eggs.gnu.org, resending]
>
> Paolo Bonzini writes:
>
>> On 30/03/2016 18:35, Programmingkid wrote:
>>> Remove macro that prevents event_notifier_init_fd() function from being
>>> compiled on Mac OS X.
>>>
>
[Wasn't delivered correctly by eggs.gnu.org, resending]
Paolo Bonzini writes:
> On 30/03/2016 18:35, Programmingkid wrote:
>> Remove macro that prevents event_notifier_init_fd() function from being
>> compiled on Mac OS X.
>>
>> This patch fixes this error:
>>
>> Undefined symbols for archite
On 30/03/2016 18:35, Programmingkid wrote:
> Remove macro that prevents event_notifier_init_fd() function from being
> compiled on Mac OS X.
>
> This patch fixes this error:
>
> Undefined symbols for architecture x86_64:
> "_event_notifier_init_fd", referenced from:
> _process_msg in i
Remove macro that prevents event_notifier_init_fd() function from being
compiled on Mac OS X.
This patch fixes this error:
Undefined symbols for architecture x86_64:
"_event_notifier_init_fd", referenced from:
_process_msg in ivshmem.o
ld: symbol(s) not found for architecture x86_64
coll