Hi,
Am 13.06.22 um 13:12 schrieb Russell King (Oracle):
On Mon, Jun 13, 2022 at 12:22:47AM +0200, Stefan Wahren wrote:
It would be nice to get a hint, how to narrow down or which commit might
trigger this issue.
The standard way? git bisect?
So it happens on 5.18.0 and 5.18.3. Presumably it didn't happen with
5.17?
in 5.17 there is a libelf dependency (was removed in 5.18), which cause
a compile issue about missing libelf.h which is only available on my
host system but not available in my Linaro cross toolchain.
Should i copy the libelf.h somewhere, so the cross compiler finds it?