Xilinx / qemu

Xilinx's fork of Quick EMUlator (QEMU) with improved support and modelling for the Xilinx platforms.
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/821395464/QEMU+User+Documentation
Other
231 stars 150 forks source link

Build error on macOS: 'byteswap.h' file not found #47

Closed cdelledonne closed 3 years ago

cdelledonne commented 3 years ago

Problem

When trying to build QEMU on macOS, I get the following error:

[...]/qemu/hw/core/remote-port-proto.c:61:12: fatal error: 'byteswap.h' file not found

To Reproduce

  1. clone the repository
  2. run
    mkdir build
    cd build
    ../configure --target-list=arm-softmmu --enable-fdt --disable-xen
    make

Environment

cdelledonne commented 3 years ago

Closed with 0d8efa472c074fc340a360a9bd74099a5030d7aa