Android Compile cp cannot stat
#1
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
Reply
#2
Use r9 Vanilla + gcc 4.8 and current mainline Code - this is what our buildbot does - and that works...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply

Logout Mark Read Team Forum Stats Members Help
Android Compile cp cannot stat0