2015-01-19, 21:16
I've been trying to get XBMC/Kodi building for a while now, and I finally got past the issue with 'specify SDK directory' or whatever, and the actual build starts after I use the ./bootstrap and ./configure (with parameters), but after several minutes of building, it fails with Error 2. I've also included the config log on pastebin
Here's my ./configure setup
After that I run the
Here's the error
Here's the pastebin to my config.log
Pastebin
Here's my ./configure setup
Code:
sudo ./configure --with-tarballs=/opt/xbmc-tarballs --host=arm-linux-androideabi --with-sdk-path=/Users/ryan/Development/Android/sdk --with-ndk=/Users/ryan/Development/Android/Libraries/android-ndk-r9d --with-toolchain=/opt/arm-linux-androideabi-4.8-vanilla/android-14 --prefix=/opt/xbmc-depends
After that I run the
Code:
sudo make -j 20
Here's the error
Code:
cp libcrypto.pc /opt/xbmc-depends/arm-linux-androideabi-android-14/lib/pkgconfig
chmod 644 /opt/xbmc-depends/arm-linux-androideabi-android-14/lib/pkgconfig/libcrypto.pc
cp libssl.pc /opt/xbmc-depends/arm-linux-androideabi-android-14/lib/pkgconfig
chmod 644 /opt/xbmc-depends/arm-linux-androideabi-android-14/lib/pkgconfig/libssl.pc
cp openssl.pc /opt/xbmc-depends/arm-linux-androideabi-android-14/lib/pkgconfig
chmod 644 /opt/xbmc-depends/arm-linux-androideabi-android-14/lib/pkgconfig/openssl.pc
rm -f /opt/xbmc-depends/arm-linux-androideabi-android-14/lib/libcrypto.so*
rm -f /opt/xbmc-depends/arm-linux-androideabi-android-14/lib/libssl.so*
rm -rf /opt/xbmc-depends/arm-linux-androideabi-android-14/lib/libcrypto.*dylib*
rm -rf /opt/xbmc-depends/arm-linux-androideabi-android-14/lib/libssl.*dylib*
touch .installed-arm-linux-androideabi-android-14
make: *** [target/.installed-arm-linux-androideabi-android-14] Error 2
Here's the pastebin to my config.log
Pastebin