Hey guys,
can somebody tell me what configurations you use to build VLC for arm64-v8a?
Do I need a x64 version of my OS (based on the error below I would suspect it)?
Which NDK should I use (tried with android-ndk-r10c-darwin-x86_64)?
Everytime I build, I get the following error:
checking build system type... i686-pc-linux-gnu
checking host system type... no
configure: error: in `/home/dev/dev/vlc_sdk/vlc/contrib/contrib-android-aarch64-linux-android/a52dec':
configure: error: C compiler cannot create executables
See `config.log' for more details
aarch64-unknown-linux-android
checking how to print strings... printf
checking for style of include used by make... GNU
checking for aarch64-linux-android-gcc... aarch64-linux-android-gcc --sysroot=/home/dev/dev/tools/ndk-r10c/platforms/android-21/arch-arm64
make: *** [.a52] Error 77
checking whether the C compiler works... no
configure: error: in `/home/dev/dev/vlc_sdk/vlc/contrib/contrib-android-aarch64-linux-android/fribidi':
configure: error: C compiler cannot create executables
See `config.log' for more details
make: *** [.fribidi] Error 77
Thanks for your help