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
cd openssl &&
CXX=E:/Softs/android-ndk-r17c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-g++ RANLIB=E:/Softs/android-ndk-r17c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-ranlib AR=E:/Softs/android-ndk-r17c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-ar
./Configure android-arm0v7 &&
ANDROID_DEV=E:/Softs/android-ndk-r17c/platforms/android-17/arch-arm/usr make build_libs
./Configure: line 2: exec: perl: not found
make: *** [Makefile:175: openssl] Error 127
I have gone through the ndk17 files where I cannot find "arm-linux-androideabi-gcc" this file which I think stops the command.
I am using windows system
The text was updated successfully, but these errors were encountered:
I am trying to run
$ make openssl
Which gives me error as below :
cd openssl &&
CXX=E:/Softs/android-ndk-r17c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-g++ RANLIB=E:/Softs/android-ndk-r17c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-ranlib AR=E:/Softs/android-ndk-r17c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-ar
./Configure android-arm0v7 &&
ANDROID_DEV=E:/Softs/android-ndk-r17c/platforms/android-17/arch-arm/usr make build_libs
./Configure: line 2: exec: perl: not found
make: *** [Makefile:175: openssl] Error 127
I have gone through the ndk17 files where I cannot find "arm-linux-androideabi-gcc" this file which I think stops the command.
I am using windows system
The text was updated successfully, but these errors were encountered: