On 06/04/18 14:28, alar...@ddci.com wrote:
I was not successful with the wiki instructions for "Native builds
with MSYS2":
./qemu-2.12.0-rc2/configure --python=/usr/bin/python2 \
'--with-pkgversion=DDCI QEMU 2.12.0-rc2' \
--prefix=/usr/local/qemu \
'--target-list=aarch64-softmmu ppc64-softmmu x86_64-softmmu'
make
...
C:\msys2-x86_64_20161025\msys64\mingw64\bin\ar.exe: creating
libfdt/libfdt.a
make[1]: *** No rule to make target ...build/capstone/capstone.lib'.
Stop.
make: *** [Makefile:503: subdir-capstone] Error 2
Ah I believe those instructions were mine from when I had temporary
access to a Windows VM for testing last year.
Since the instructions pre-dated the inclusion of capstone as a
dependency, is it as simple as adding:
git submodule update --init capstone
before running configure and make?
ATB,
Mark.