kodi-game / game.libretro.pcsx-rearmed

PCSX ReARMed game client for XBMC
https://github.com/libretro/pcsx_rearmed
4 stars 11 forks source link

Build fails on Android #8

Closed garbear closed 3 years ago

garbear commented 6 years ago

Error is:

ld: error: obj/local/armeabi-v7a/objs/retro/__/libpcsxcore/new_dynarec/arm/linkage_arm.o: requires unsupported dynamic reloc R_ARM_MOVW_PREL_NC; recompile with -fPIC
ld: warning: shared library text segment is not shareable
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
/opt/android-ndk-r14b/build/core/build-binary.mk:753: recipe for target 'obj/local/armeabi-v7a/libretro.so' failed

Possible fix: https://github.com/garbear/pcsx_rearmed/commit/d3a52d6

garbear commented 3 years ago

ios-aarch64 is now the only core that consistently fails