Failed to compile kodi 15 on rpi2
#1
Hi all,

I have looking on the forum but i have not find any solution :/
I am trying to compile on my rpi 2 kodi 15.
I have read this tuto : http://not-guild.de/temp/kodi.txt but after fixing some error on libcec and airplay i don't manage to compile on the last raspbian i use this git https://github.com/popcornmix/xbmc.git
Thanks for the help
the log files :

Mod edit: Log spam removed. Use pastebin sites.
Reply
#2
Ok i have fixed the thing
It was my fault using usb stick in fat32 that doesn't support symlink
I had to format it in ext4 filesystem
Now i have an other error :/
Makefile:421: recipe for target 'xbmc/cores/omxplayer/omxplayer.a' failed
But i have omxplayer installed with apt-get

omxplayer - Commandline multimedia player for the Raspberry Pi
Build date: Sat, 12 Sep 2015 00:49:19 +0000
Version : d99bd86 [master]
Repository: https://github.com/popcornmix/omxplayer.git

Does someone know how to fix it ?
Reply
#3
could you please post some more lines of the error?
maybe include the last 20-30 lines

i do not think this is related to omxplayer from the repository ...

xbmc/cores/omxplayer/omxplayer.a <- looks like kodi wants to compile it's own omxplayer static library ... we need to know what exactly went wrong
Reply
#4
Command line omxplayer is not used by kodi, so installing omxplayer is not going to help.
Kodi contains the source code for the omxplayer library it uses and it will be built as part of kodi.
Reply

Logout Mark Read Team Forum Stats Members Help
Failed to compile kodi 15 on rpi20