Kodi Community Forum
Building latest Kodi on RPi - 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)
+--- Thread: Building latest Kodi on RPi (/showthread.php?tid=253365)



Building latest Kodi on RPi - AleD - 2015-12-23

He there,

I followed instruction at: https://github.com/xbmc/xbmc/blob/master/docs/README.raspberrypi to build latest Kodi on RPi 2015-05-05-raspbian-wheezy. There is no information about which version of the compiler must used to build sources. Version 4.8.2 is too new - compilation fails on building of cmake. Quite a few sources further I found that version 4.6.3 is too old - it fails on compilation of xbmc/guilib/XBTFReader.h - uses some options from C++ 11.

So, which compiler should I use?


RE: Building latest Kodi on RPi - wsnipex - 2015-12-24

>=4.8

but please note that that instructions are for cross compiling, not building natively on the pi itself.