On Fri, 7 Aug 2020 11:35:57 +0200 Cornelia Huck <coh...@redhat.com> wrote:
> On Fri, 7 Aug 2020 09:59:57 +0200 > Paolo Bonzini <pbonz...@redhat.com> wrote: > - on an s390x system, it mostly builds, but I end up with a bunch of > link errors for libblock.fa, where it fails to find various ZSTD_ > symbols Still happening after switching to the latest version of your branch. > > > > > If you want to test on s390, just testing the boot ROM would be great > > (patch 3). That one does not need Meson at all; the purpose of the > > patch is just to decouple the boot ROM makefile from rules.mak, which > > allows to drop some of the contents of rules.mak. > > I gave it a try; no errors, but then I realized that the image does not > seem to get rebuilt? I'll double check later. I re-tried with a pristine build directory (on a different system), and it does not look good: BUILD pc-bios/s390-ccw/s390-ccw.elf cc: error: start.o: No such file or directory cc: error: main.o: No such file or directory cc: error: bootmap.o: No such file or directory cc: error: jump2ipl.o: No such file or directory cc: error: sclp.o: No such file or directory cc: error: menu.o: No such file or directory cc: error: virtio.o: No such file or directory cc: error: virtio-scsi.o: No such file or directory cc: error: virtio-blkdev.o: No such file or directory cc: error: libc.o: No such file or directory cc: error: cio.o: No such file or directory cc: error: dasd-ipl.o: No such file or directory make[1]: *** [Makefile:85: s390-ccw.elf] Error 1 make: *** [Makefile:576: pc-bios/s390-ccw/all] Error 2