-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Hi, I am not able to run the "make clean" command in the QEMU Compile section. I am using 14.04 ans 10.�04.4 iso for QEMU.
Error Message ::
m191560@ubuntu: /VSSIM/QEMU�m191560@ubuntu:/VSSIM/QEMU$ make clean
rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h
rm -f .o .d .a TAGS cscope. .pod *~ /~
rm -f slirp/.o slirp/.d audio/.o audio/.d block/.o block/*.d
rm -f qemu-img-cmds.h
make -C tests clean
make[1]: Entering directory /home/m191560/VSSIM/QEMU/tests' rm -f *~ *.o test-i386.out test-i386.ref \ test-x86_64.log test-x86_64.ref qruncom sha1 make[1]: Leaving directory /home/m191560/VSSIM/QEMU/tests'
for d in libhw32 libhw64; do
make -C $d clean || exit 1 ;
done
make[1]: Entering directory /home/m191560/VSSIM/QEMU/libhw32' make[1]: *** No rule to make target clean'. Stop.
make[1]: Leaving directory `/home/m191560/VSSIM/QEMU/libhw32'
make: *** [clean] Error 1