Closed cdelledonne closed 4 years ago
Hi,
I don't have easy access to a macOS system unfortunately. Any chance you could create a fix and submit a pull-request?
Thanks, Edgar
Ok, I'll try to submit a PR soon.
I just submitted #49 (that should fix #47) and #50 (that should fix this one)
Closed with 2736c2b1a676fb3f6af87e41ec18e2ba5605ef56
Problem
When trying to build QEMU on macOS, I get the following error, in addition to #47:
which originates from the definition of
QemuSemaphore
that does not includesem
whenCONFIG_SEM_TIMEDWAIT
is not defined: https://github.com/Xilinx/qemu/blob/1eb7d50646fb8f481893135986ca8028c1f6e732/include/qemu/thread-posix.h#L27-L36To Reproduce
#include <byteswap.h>
in hw/core/remote-port-proto.c to temporarily get rid of #47Environment