Re: [Question] Fuzz: No rule to make target 'i386-softmmu/fuzz'

2020-11-06 Thread Alexander Bulekov
On 201106 2104, liqiuhao727 wrote: > Hi, > > I am a newbie to QEMU and trying to build the virtual-device fuzzer > according to qemu/docs/devel/fuzzing.txt, which says: > > --- > Configure with (substitute the clang binaries with the version you > installed). > ... > CC=clang-8 CXX=clang++-8

[Question] Fuzz: No rule to make target 'i386-softmmu/fuzz'

2020-11-06 Thread liqiuhao727
Hi, I am a newbie to QEMU and trying to build the virtual-device fuzzer according to qemu/docs/devel/fuzzing.txt, which says: --- Configure with (substitute the clang binaries with the version you installed). ... CC=clang-8 CXX=clang++-8 /path/to/configure --enable-fuzzing \