Re: [Qemu-devel] make check-help not working

2017-08-10 Thread Fam Zheng
On Fri, 07/28 20:56, Philippe Mathieu-Daudé wrote: > I'm a bit lost with this error: > > (master)$ make check-help V=1 > cc -nostdlib -o check-help.mo > cc: fatal error: no input files > compilation terminated. > rules.mak:115: recipe for target 'check-help.mo' failed > make: *** [check-help.mo]

[Qemu-devel] make check-help not working

2017-07-28 Thread Philippe Mathieu-Daudé
I'm a bit lost with this error: (master)$ make check-help V=1 cc -nostdlib -o check-help.mo cc: fatal error: no input files compilation terminated. rules.mak:115: recipe for target 'check-help.mo' failed make: *** [check-help.mo] Error 1 Phil.