I am trying to compile gsl
for android but it is giving error. I checked on their website and they said that
It has been reported to compile on the following other platforms,
SunOS 4.1.3 & Solaris 2.x (Sparc)
Alpha GNU/Linux, gcc
HP-UX 9/10/11, PA-RISC, gcc/cc
IRIX 6.5, gcc
m68k NeXTSTEP, gcc
Compaq Alpha Tru64 Unix, gcc
FreeBSD, OpenBSD & NetBSD, gcc
Cygwin
Apple Darwin 5.4
Hitachi SR8000 Super Technical Server, cc
I want to compile gsl
for armeabi
. Did anyone did this before? Please suggest some solutions.
I compiled Successfully. I compiled
static
libraries and then used themergelib
to mergegsl
andcblas
. It worked perfectly for me. For merging you need to change thear
andranlib
in themergelib
file toarm-linux-androideabi-ar
andarm-linux-androideabi-ranlib
respectively. For compiling GSL, follow this method to set thepath
.I hope it will help.