Issue
I am building openssl on windows 10 with NDK 21 for android studio 3.6. I am following https://developer.android.com/ndk/guides/other_build_systems Autoconf method and stuck in this. Is there anyone who has idea about what should be the issue.
Getting this error while following:
apps/bf_prefix.o apps/opt.o apps/s_cb.o apps/s_socket.o make[1]:/mnt/c/Users/jyotsna/AppData/Local/Android/Sdk/ndk/21.0.6113669/toolchains/llvm/prebuilt/windows- x86_64/bin/i686-linux-android-ar: Command not found Makefile:697: recipe for target 'apps/libapps.a' failed make[1]: * [apps/libapps.a] Error 127 make[1]: Leaving directory '/mnt/c/Users/jyot/Downloads/openssl-1.1.1g' Makefile:172: recipe for target 'all' failed make: * [all] Error 2
Solution
Google announced NDKPorts which ships a precompiled OpenSSL. Just use that.
Answered By - Botje
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.