Folgende Warnungen sind aufgetreten:
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/global.php(961) : eval()'d code 34 errorHandler->error_callback
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



RasPiCar Projekt Forum
Kodi 15.2 für CarPi (Kodi manuell kompilieren) - Druckversion

+- RasPiCar Projekt Forum (https://RasPiCarProjekt.de)
+-- Forum: Software (https://RasPiCarProjekt.de/forumdisplay.php?fid=4)
+--- Forum: Programmierung (https://RasPiCarProjekt.de/forumdisplay.php?fid=18)
+--- Thema: Kodi 15.2 für CarPi (Kodi manuell kompilieren) (/showthread.php?tid=703)

Seiten: 1 2 3 4 5 6


RE: Kodi 15.2 für CarPi (Kodi manuell kompilieren) - cbrauweiler - 12.02.2016

Hast du noch das Bootvideo? Oder ist das unter Jessie immer noch ein Problem?


RE: Kodi 15.2 für CarPi (Kodi manuell kompilieren) - nichnormal - 12.02.2016

da hab ich auch das bekannte problem. ich hatte aber auch danach noch keine zeit, danach zu sehen. Im Moment wird das nicht abgespielt; aber nach etwa 15 sekunden startet Kodi schon, da finde ich das zwar ein nice to have, aber kritisch find ich das jetzt im moment nicht.


RE: Kodi 15.2 für CarPi (Kodi manuell kompilieren) - felix - 03.03.2016

Hallo nach dem kompilieren kommt im allerletzten Schritt nach "sudo make install" die Meldung:

Copying kodi binary to /usr/local/lib/kodi/
install:aufruf von stat für "kodi.bin" nicht möglich: Datei oder Verzeichnis nicht gefunden
Makefile:514: recipe for target 'install-binaries' failed
make: *** [install-binaries] Error 1

Hat da jemand ne Idee?


RE: Kodi 15.2 für CarPi (Kodi manuell kompilieren) - nichnormal - 03.03.2016

Was hast Du denn als Basis genommen, bzw. was hast Du für ein Image?


RE: Kodi 15.2 für CarPi (Kodi manuell kompilieren) - felix - 03.03.2016

Das image von CB.


RE: Kodi 15.2 für CarPi (Kodi manuell kompilieren) - nichnormal - 03.03.2016

Das Basisimage? Das hab ich auch benutzt, und es hat alles richtig funktioniert...
Im Zweifelsfall nochmal SD neu flashen und nochmal versuchen...


RE: Kodi 15.2 für CarPi (Kodi manuell kompilieren) - felix - 04.03.2016

Das habe ich schon mehrmals getan. Leider keine Wirkung. Der Ordner Kodi wird auch angelegt, bleibt dann aber leer. Er findet deshalb die kodi.bin auch nicht.


RE: Kodi 15.2 für CarPi (Kodi manuell kompilieren) - cbrauweiler - 04.03.2016

Also deine Fehlermeldung oben deutet darauf hin das "make" nicht korrekt durchgelaufen ist.

Mach mal "make -j3" statt "make -j4" und dann "sudo make install".

Der Schalter "-j4" sagt auf wie vielen Kernen der Vorgang ausgeführt werden soll. -j4 = 4 Kerne, -j3 = 3 Kerne usw.
Kann sein das dein Raspi irgendwoe ein Problem hat wenn er auf 4 Kernen kompiliert.


RE: Kodi 15.2 für CarPi (Kodi manuell kompilieren) - felix - 04.03.2016

Also so wie es aussieht kompiliert er nur mir -j1 !?
Bin aber noch nicht durch. Der pi hat sich grad aufgehängt.


RE: Kodi 15.2 für CarPi (Kodi manuell kompilieren) - cbrauweiler - 04.03.2016

Ist vielleicht dein Netzteil zu schwach?