aqemu
aqemu copied to clipboard
AQEMU fails compilation on GCC 10.1.0
Title says it all. Ninja simply says ninja: build stopped: subcommand failed
, and this issue doesn't happens on <=GCC 9.3.0. I'll provide any information needed.
@Ultracoolguy
Ok, can you post the complete build output/log?
Same issue has been reported on the Debian bug tracker: #957003. It also contains a complete build log.
I think it's related to header dependency changes mentioned in https://gcc.gnu.org/gcc-10/porting_to.html.
Thanks @reinerh. I'll take a look.
Actually, for Debian case, the version used is not the master branch but 0.9.2. The master branch should be already fixed since this PR: https://github.com/tobimensch/aqemu/pull/69
@Ultracoolguy Can you tell on which branch you encountered this issue, aqemu v0.9.2 or master branch ?