I followed the introduction spdk/examples/nvme/fio_plugin/README, but meet the following ERROR:
fio_plugin.c:50:25: fatal error: config-host.h: No such file or directory
#include "config-host.h"
^
compilation terminated.
make[3]: *** [fio_plugin.o] Error 1
make[2]: *** [fio_plugin] Error 2
make[1]: *** [nvme] Error 2
make: *** [examples] Error 2