Minggo:
Thanks to point me on how to. But its really hard to compile it (windows with cygwin).
In this time I am not able to compile basic version without SSL. Iam end on this error.
checking for C compiler default output file name...
configure: error: in `/cygdrive/c/work/tools/android-ndk-r7/sources/external/curl':
configure: error: C compiler cannot create executables
config.log
C:\work\tools\android-ndk-r7\toolchains\arm-linux-androideabi-4.4.3\prebuilt\windows\bin\../lib/gcc/arm-linux-androideabi/4.4.3/include-fixed/stdio.h:50:23: error: sys/cdefs.h: No such file or directory
C:\work\tools\android-ndk-r7\toolchains\arm-linux-androideabi-4.4.3\prebuilt\windows\bin\../lib/gcc/arm-linux-androideabi/4.4.3/include-fixed/stdio.h:51:24: error: sys/_types.h: No such file or directory
Can you please help me with some details?
1.There is SDK_ROOT its really SDK not NDK?
2.Which is full path of “external/curl/ in the Android source tree”?
3.I need some extra android sources, that not included in NDK?
4.Did you try to compile it with SSL support? (Can you try it?)
Thanks for your help. I urgently need cUrl with SSL.
Hi,
I instaled uBuntu downloaded Android building system.
After run configure.sh, script ends with error, that cant found path to $SDK_ROOT/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/…/lib/gcc/arm-eabi/4.4.0/interwork.
It looks like in current Android build system doesnt exists.
So I change it to $SDK_ROOT/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/…/lib/gcc/arm-eabi/4.4.0/thumb/android.
But it ends with errror “undefined reference to ‘fopen’” (ferror, fclose, *isthreaded,*aeabi_unwind_cpp_pr0).
Can somebody help with building under new Android building system?