Open diffstorm opened 6 years ago
Anyone resolve this issue?
following
latest ndk(r18) compiler tool is clang, and gcc is removed. Now I am finding how to compile openssl with clang too!
I had the same question about compile android on mac. I try gcc and clang are error about ‘mandroid’ if [ -z "${CLANG}" ]; then export CC=${NDK_TOOLCHAIN_BASENAME}-gcc export CXX=${NDK_TOOLCHAIN_BASENAME}-g++ else export CC=${NDK_TOOLCHAIN_BASENAME}-clang export CXX=${NDK_TOOLCHAIN_BASENAME}-clang++ fi;
I use clang80. if use old compiler is ok?
I use one day. I try to solve this problem. I done. I add code on tools/build-openssl4android.sh "sed -ie 's/-mandroid//g' "Makefile"" I compile is ok.
I use clang compile . add code on tools/_shared.sh "CLANG="TEST"" This is ok.
Look at the branches I fork.
I dropped the version of the ndk to 14b, which can be compiled complete.
Hello,
I'm compiling openssl for Android on Linux. I'm getting the following error:
I could not find any -mandroid tags in .sh files. How can I remove this from command line? OR Can you share a recent release for android 32 and 64 bit libraries for latest NDK?