Andrey
09/30/2024, 10:27 AM__aarch64_swp8_acq __aarch64_ldadd4_relax
__aarch64_cas1_acq_rel
and others.
Using the disassembler I see that my library expects the linker to fill in the address in .got, but it doesn't know about the existence of such a symbol.
Flags like -moutline-atomics
-mno-outline-atomics
also don’t help me. Does anyone have the same problems?
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__aarch64_swp1_acq" referenced by
Andrey
10/07/2024, 6:55 AM