On 10/26/2017 08:07 AM, Peter Maydell wrote: > On 25 October 2017 at 13:30, Richard Henderson > <richard.hender...@linaro.org> wrote: >> Support for Capstone, plus an arm32 fix. >> >> >> r~ >> >> >> The following changes since commit 3d7196d43bfe12efe98568cb60057e273652b99b: >> >> Merge remote-tracking branch >> 'remotes/kraxel/tags/usb-20171023-pull-request' into staging (2017-10-24 >> 16:05:57 +0100) >> >> are available in the git repository at: >> >> git://github.com/rth7680/qemu.git tags/pull-dis-20171025 >> >> for you to fetch changes up to 383b90bc6a15f4b18ec34f9c0287b26f9a89fcb8: >> >> disas: Add capstone as submodule (2017-10-25 11:55:21 +0200) >> >> ---------------------------------------------------------------- >> Capstone disassembler > > > Hi. This failed to build for Windows: > > make[1]: *** No rule to make target > '/home/petmay01/linaro/qemu-for-merges/build/w32-new/capstone/libcapstone.a'. > Stop. > Makefile:399: recipe for target 'subdir-capstone' failed
Ug. Ok, capstone is forcing the use of .lib for windows. > > FreeBSD ar also prints a warning: > AR libcapstone.a > ar: warning: creating /root/qemu/build/all/capstone/libcapstone.a Feh. Capstone has no ARFLAGS variable. So, no, I can't fix this without actually modifying the sub-makefile. r~