Il mer 2 set 2020, 20:45 Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> ha scritto:
> On 02/09/2020 13:16, Paolo Bonzini wrote: > > > On 02/09/20 13:42, Mark Cave-Ayland wrote: > >> The main issues I can see are that the .exe files end up under > /msys64/qemu > >> and the ROMs end up directly under /qemu rather than in $DESTDIR/share. > > > > This series doesn't try to change the layout; it only makes it possible > > to do so (because QEMU is now able to look for ROMs relative to the > > executable). > > > > Just to be on the same page, how did you run "configure"? > > Ah okay. It was something simple like: > > ./configure --target-list="ppc-softmmu" --ninja=ninja > make V=1 DESTDIR=/home/Mark/rel-qemu-git install That msys64 in the installation prefix is strange though. Can you send the content of meson-logs directory? Paolo