Hi all, Today I ‘git clone’ && configure && make && make check
And get following error, fp-test.c:50:10: fatal error: fail.h: No such file or directory #include "fail.h" ^~~~~~~~ I look at the commit: https://git.qemu.org/?p=qemu.git;a=commitdiff;h=3ac1f81329f4dfdc10a51e180f9cf28dbcb02a3c;hp=b44b5abeae4a3b54ccbd7137f59c0a8923cecec9 Seems it’s old commit, I think I got ‘make check’ work after this commit. So I don’t know anywhere wrong. Any hints? Thanks, Li Qiang