When I run ./configure --host=aarch64-linux-gnu --without-prebuilds=sdk:host, I get the following error:
Dependency libunwind for host machine found: YES 1.6-rc1 (overridden)
Run-time dependency libelf found: NO (tried pkgconfig and cmake)
Has header "libelf.h" : YES
meson.build:516:23: ERROR: C shared or static library 'elf' not found
Doesn't look like elfutils is included in the build even though it's a subproject
When I run
./configure --host=aarch64-linux-gnu --without-prebuilds=sdk:host
, I get the following error:Doesn't look like elfutils is included in the build even though it's a subproject