On 17/09/2019 12:33, Philippe Mathieu-Daudé wrote: > Cc'ing PPC folks and Laurent. > > On 9/16/19 11:06 PM, Niccolò Belli wrote: >> Hi, >> I'm trying to use qemu-user-static to chroot into a foreign amd64 >> environment from my ppc64le host. >> The host has a 64k page size, while x86_64 uses 4k. >> I get those errors while loading shared libraries: "ELF load command >> alignment not page-aligned" >> Is there any way to fix this? I cannot simply switch to 4k page size >> because my btrfs filesystem won't mount anymore (it requires the >> sectorsize to be equal to the page size).
Which version of qemu do you use? Last time I tested that on my PoweMac G5 (ppc64, qemu-4.0), it worked. Thanks, Laurent