On 09/20/2017 06:17 AM, Alex Bennée wrote: > Hmm I get a link failure: > > LINK tilegx-linux-user/qemu-tilegx > disas.o: In function `cap_disas_start': > /home/alex/lsrc/qemu/qemu.git/disas.c:196: undefined reference to `cs_open'
As discussed on IRC, this turned out to be wrong link ordering due to me placing -lcapstone in LDFLAGS instead of LIBS. Fixed locally. Any other comments on the patch set? r~