我想为Windows构建QEMU arm。为此我执行以下命令:
/configure –target-list=arm-softmmu and make.
当我执行make命令时,我收到以下错误。
Makefile:24: no file name for `-include'
make[1]: *** No rule to make target `vl.o', needed by `all'. Stop.
make: *** [subdir-libhw32] Error 2
我如何解决这个问题?请帮帮我。