baresip-android
baresip-android copied to clipboard
Could not build
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