You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got ld.lld: error: relocation R_386_32 cannot be used against local symbol; recompile with -fPIC when I built this library for Android/x86, I guess you guys forgot to pass -DX86_32_PICASM option to nasm, I resolved it by:
I got
ld.lld: error: relocation R_386_32 cannot be used against local symbol; recompile with -fPIC
when I built this library for Android/x86, I guess you guys forgot to pass-DX86_32_PICASM
option tonasm
, I resolved it by:The text was updated successfully, but these errors were encountered: