neurocyte / ghc-android

Build scripts for building ghc cross compilers targeting Android
182 stars 29 forks source link

binaries don't link on android 4.3 #23

Closed joeyh closed 10 years ago

joeyh commented 10 years ago

Haskell binaries that worked in older versions of Android stop linking:

CANNOT LINK EXECUTABLE: git-annex invalid R_ARM_COPY relocation against DT_SYMBOLIC shared library libc.so (built with -Bsymbolic?)

I have not been able to track this one down with users reporting the problem for months: http://git-annex.branchable.com/bugs/git-annex_broken_on_Android_4.3/

joeyh commented 10 years ago

A user has confirmed that building ghc with the newer ndk, as in my pull request, fixes this.

neurocyte commented 10 years ago

Pulled, thanks.