Hi Jonatan,
On Fri, Sep 15, 2023 at 08:42:28PM +0200, Jonatan Schlag via Elfutils-devel
wrote:
> I'm currently trying to build elfutils in version 0.189 on an aarch64
> system. Unfortunately, make check fails with the following errors:
>
> https://nopaste.ipfire.org/view/Sx7pjy4g
>
> The full l
Hi Colin, Hi Ulf,
On Thu, Sep 14, 2023 at 07:44:08PM +, McAllister, Colin via Elfutils-devel
wrote:
> I did see that there were quite a few patches sent to the ML toward the end
> of 2022 that attempted to add Windows support.
> https://sourceware.org/pipermail/elfutils-devel/2022q4/005449.h
Hi,
I'm currently trying to build elfutils in version 0.189 on an aarch64
system. Unfortunately, make check fails with the following errors:
https://nopaste.ipfire.org/view/Sx7pjy4g
The full log can be found here:
https://pakfire.ipfire.org/jobs/28a23239-80a6-4a24-b506-dbc367d96afa/log
The sam
Ulf,
My only other suggestion for avoiding manually specifying O_BINARY and O_TEXT
would be to override the open call on Windows and use O_BINARY as the default
and switch to O_TEXT on a condition. Maybe that condition could be based on the
file signature or some other analysis of the file cont