[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] ELF load command alignment not page-aligned
From: |
Laurent Vivier |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] ELF load command alignment not page-aligned |
Date: |
Tue, 17 Sep 2019 12:40:14 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
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