Hi all,
I want to develop Qemu to simulate only ARM processor, so I've configured Qemu source code on MinGW/Msys with the command below:
./configure --target-list=arm-softmmu
And after that I've created a new Eclipse project on the directory which contains the source code configured. I've tried to build the project (with Eclipse menu: Project -> Build All) and I've got the error below:

make[1]: *** No rule to make target `vl.c', needed by `vl.o'.
make[1]: *** No rule to make target `osdep.c', needed by `osdep.o'.
...
make[1]: Entering directory `/cygdrive/d/travail/develop/qemu-0.8.1_after_config_for_arm/arm-softmmu'
make[1]: *** No rule to make target `pci.c', needed by `pci.o'.
....

Where the problems arrive?
Best regard
Tieu


Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to