Xilinx / qemu

Xilinx's fork of Quick EMUlator (QEMU) with improved support and modelling for the Xilinx platforms.

Home Page:https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/821395464/QEMU+User+Documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

cdelledonne opened this issue · comments

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

  • OS: macOS 10.15.6
  • Darwin kernel version: 19.6.0
  • Compiler: Apple clang version 11.0.0