You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.
result:
Configuring OpenSSL version 1.1.1j (0x101010afL) for android-arm
Using os-specific seed configuration
Failure! build file wasn't produced.
Please read INSTALL and associated NOTES files. You may also have to look over
your available compiler tool chain or change your configuration.
no NDK arm-linux-androideabi-gcc on $PATH at (eval 10) line 124.
make: *** No targets specified and no makefile found. Stop.
perl configdata.pm --dump Can't open perl script "configdata.pm": No such file or directory
in Linux the same script works fine
The text was updated successfully, but these errors were encountered:
my build script
export ANDROID_NDK_HOME=../NDK/android-ndk-r21e
OPENSSL_CONFIG=android-arm
OPEN_SSL_INSTALL_PATH=../armeabi-v7a
ANDROID_API=16
UNAME=
uname
ANDROID_TOOLCHAIN=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/$UNAME-x86_64/bin
export PATH=$PATH:$ANDROID_TOOLCHAIN
echo $PATH
./Configure ${OPENSSL_CONFIG} -D__ANDROID_API__=$ANDROID_API no-ui-console no-zlib no-psk no-asm no-shared no-tests --prefix=${OPEN_SSL_INSTALL_PATH}
make
result:
Configuring OpenSSL version 1.1.1j (0x101010afL) for android-arm
Using os-specific seed configuration
Failure! build file wasn't produced.
Please read INSTALL and associated NOTES files. You may also have to look over
your available compiler tool chain or change your configuration.
no NDK arm-linux-androideabi-gcc on $PATH at (eval 10) line 124.
make: *** No targets specified and no makefile found. Stop.
perl configdata.pm --dump Can't open perl script "configdata.pm": No such file or directory
in Linux the same script works fine
The text was updated successfully, but these errors were encountered: