Hi,
I’m trying to use lld linker in my android project, but build fails with error:
ld: error: found local symbol '_edata' in global part of symbol table in file /Users/xxx/AndroidStudioProjects/MyApplication/app/src/main/cpp/../../../libs/fmod-android/lib/arm64-v8a/libfmod.so
ld: error: found local symbol '_end' in global part of symbol table in file /Users/xxx/AndroidStudioProjects/MyApplication/app/src/main/cpp/../../../libs/fmod-android/lib/arm64-v8a/libfmod.so
ld: error: found local symbol '__bss_start' in global part of symbol table in file /Users/xxx/AndroidStudioProjects/MyApplication/app/src/main/cpp/../../../libs/fmod-android/lib/arm64-v8a/libfmod.so
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
Any ideas what’s causing these errors?
Thanks,
Aki