Topic: [SOLVED] Build from source with arm-linux-androideabi
Hello,
I am trying to create a prebuilt static lib of cyassl version 3.2.0 for Android (arch armeabi).
I use the build file "cyassl-android-config.sh" provided by Chris Conlon on its github account : https://github.com/cconlon/cyassl-android-ndk
But I got this error :
checking for arm-linux-androideabi-gcc... /opt/ndk/android-ndk-r11c/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc
checking whether the C compiler works... no
configure: error: in `/opt/zware/zipctl/cyassl':
configure: error: C compiler cannot create executables
See `config.log' for more details
In attachment you can see the config.log detail
Thank you for your help