v5.1.0-rc1 build fails on Mac OS X 10.11.6
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Won't Fix
|
Undecided
|
Unassigned | ||
Bug Description
Hi all,
build of tag v5.1.0-rc1 fails on Mac OS X 10.11.6 (El Capitan) with the following error:
git clone https:/
<output elided, but all OK>
cd qemu
git submodule init
<output elided, but all OK>
git submodule update --recursive
<output elided, but all OK>
./configure
<output elided, but all OK>
make
<output elided, but all OK up until fail>
CC trace/control.o
In file included from trace/control.c:29:
In file included from /Users/
In file included from /Users/
In file included from /Users/
/Users/
[
^
/Users/
1 warning and 1 error generated.
make: *** [trace/control.o] Error 1
rtb:qemu rtb$ git log -n1
commit c8004fe6bbfc0d9
Author: Peter Maydell <email address hidden>
Date: Tue Jul 21 20:28:59 2020 +0100
Update version for v5.1.0-rc1 release
Signed-off-by: Peter Maydell <email address hidden>
rtb:qemu rtb$
Please find the full output of all the commands (from git clone of the repo, to the make) in the attached file "buildfail.txt".
Thank you!
Best regards,
Robert Ball

I'm sorry, but the QEMU project only supports the two most recent versions of macOS (see https:/ /www.qemu. org/docs/ master/ system/ build-platforms .html#macos ), i.e. everything that is older than macOS 10.14 is not supported anymore.