Closed starthal closed 7 years ago
Hello Stephen,
Thanks for reporting the issue. I will look into it.
Thanks, Alistair
I pushed a branch that fixes this issue: https://github.com/Xilinx/qemu/tree/build-fixes
Let me know if that fixes the issue for you.
The fix has been merged into master
When building with
I get a warning that halts the build:
I think this has to do with compiling against a newer glibc (2.49.6-1).
Replacing
_BSD_SOURCE
with_DEFAULT_SOURCE
inremote-port-proto.c
fixes the build, but I don't know whether there are any side effects.