frida / frida-gum

Cross-platform instrumentation and introspection library written in C
https://frida.re
Other
753 stars 245 forks source link

Can't cross compile for AArch64 #978

Open 0ptyx opened 1 week ago

0ptyx commented 1 week ago

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