![]() |
Solved Building Jarvis fails - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +---- Forum: Android Development (https://forum.kodi.tv/forumdisplay.php?fid=184) +---- Thread: Solved Building Jarvis fails (/showthread.php?tid=260435) |
Building Jarvis fails - jsergio123 - 2016-02-19 I can not seem to build Jarvis successfully from git on neither Fedora 22 x86_64 or Ubuntu 14.04 x86_64. I receive the same error on both systems but I can build Helix with no problems. After I run the following Code: ./configure --with-tarballs=/mnt/my_files/xbmc-build/xbmc-tarballs --host=arm-linux-androideabi --with-sdk-path=/home/USER/Downloads/adt-bundle-linux-x86_64-20131030/sdk --with-ndk=/mnt/my_files/android-ndk-r10e --with-toolchain=/mnt/my_files/arm-linux-androideabi-4.8-vanilla/android-17 --prefix=/mnt/my_files/xbmc-build/xbmc-depends --with-sdk=android-17 I get the following error Quote:-- Installing: /mnt/my_files/xbmc-build/xbmc-depends/x86_64-linux-gnu-native/share/aclocal/cmake.m4 *EDIT* After running make inside tools/depends/native I realized I had libstdc++-static.i686 installed but not libstdc++-static.x86_64. I have run into the following error and can't seem to figure this one out. Any help is appreciated. Thanks. Quote:INSTALL libavutil/libavutil.pc *EDIT 2* After numerous times running make -C target/<name_of_failed_lib> distclean I was finally able to build the dependencies. RE: Building Jarvis fails - rawpie - 2017-07-23 Okay I fixed this by using the ndk version 10 |