Kodi Community Forum
Android Compile cp cannot stat - 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: Android Compile cp cannot stat (/showthread.php?tid=179786)



Android Compile cp cannot stat - rmcore - 2013-12-06

Hello,

I am trying to compile xbmc for android. I have ubuntu 12.04 installed. I am using r8e of the NDK and trying to compile for arm-linux-androideabi-4.7. I have built the dependencies as described in 5.1 of the readme. I have also built xbmc as described in 5.2 of the readme.

However, there is an error when I try to execute the last step:

make apk

I have created a paste bin of my terminal window: http://pastebin.com/frzjVyRv

The error I see is as follows

cp: cannot stat `/home/adev/opt/xbmc-deps/x86_64-linux-gnu/lib/libxbogg.so': No such file or directory

When I look in the `/home/adev/opt/xbmc-deps/x86_64-linux-gnu/lib/ directory I see that there is a libogg.so link but there is nothing for libxbogg.so

Can anyone give me some more insight into what the problem is?

Thanks,
rdg


Android Compile cp cannot stat - Memphiz - 2013-12-07

Use r9 Vanilla + gcc 4.8 and current mainline Code - this is what our buildbot does - and that works...