Closed shawnanastasio closed 6 years ago
Talking about recent glibc we also need: https://github.com/qemu/qemu/commit/04b33e21866412689f18b7ad6daf0a54d8f959a7 + changes in riscv specific files.
riscv-qemu doesn't build on Fedora 27.
Closing. Addressed by https://github.com/riscv/riscv-qemu/pull/78 and https://github.com/riscv/riscv-qemu/pull/80
Building against recent glibc versions results in the following error:
This patch resolves the error by conditionally including
<sys/sysmacros.h>
if a recent glibc version is present.