BMWRaspControl - Forum
ON-Board Computer - Druckversion

+- BMWRaspControl - Forum (https://www.bmwraspcontrol.de/board)
+-- Forum: BMWRaspControl - Diskussion (https://www.bmwraspcontrol.de/board/forumdisplay.php?fid=13)
+--- Forum: BMWRaspControl - Allgemein (https://www.bmwraspcontrol.de/board/forumdisplay.php?fid=25)
+--- Thema: ON-Board Computer (/showthread.php?tid=46)

Seiten: 1 2 3


RE: ON-Board Computer - NeoRagnarok - 11.08.2015

Ich habe das ganze jetzt auch einmal bei mir getestet,
Es läuft eigentlich sehr gut.
Auch bei der Thematik Seitenaufbau bzw. Großartige Verzögerung kann ich mich nicht beschweren . (Pi2)

Daß längere drücken der <> Taste bringt mich auch ohne Probleme wieder ins normale Menü Smile


RE: ON-Board Computer - Derhelge - 13.08.2015

Bitte um Telegramm und es geht los Wink


RE: ON-Board Computer - harryberlin - 13.08.2015

Hier auch noch zur Info an die Nutzer hier, in der aktuellen Skinversion geht der Aufruf des OpenBM OBC nicht mehr.


RE: ON-Board Computer - harryberlin - 14.12.2015

hab es jetzt mal wie im post 1 probiert, aber komme nur bis schritt 11.
bei schritt 12 krieg ich nen fehler.

Code:
osmc@osmc:~$ sudo -s
root@osmc:/home/osmc# cd /home/osmc/OpenBM-master/xbmc-plugin/module/build
root@osmc:/home/osmc/OpenBM-master/xbmc-plugin/module/build# cmake ../          CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_CXX_COMPILER_ENV_VAR
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_CXX_COMPILER
CMake Error: Could not find cmake module file: /home/osmc/OpenBM-master/xbmc-plugin/module/build/CMakeFiles/3.0.2/CMakeCXXCompiler.cmake
CMake Error at CMakeLists.txt:4 (project):
  No CMAKE_CXX_COMPILER could be found.

  Tell CMake where to find the compiler by setting the CMake cache entry
  CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler
  name if it is in the PATH.


CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!



RE: ON-Board Computer - N3mesis - 14.12.2015

Code:
sudo apt-get install make

lg


RE: ON-Board Computer - harryberlin - 14.12.2015

ähnlicher fehler:

Code:
cmake ../          -- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:4 (project):
  No CMAKE_CXX_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
See also "/home/osmc/OpenBM-master/xbmc-plugin/module/build/CMakeFiles/CMakeOutput.log".
See also "/home/osmc/OpenBM-master/xbmc-plugin/module/build/CMakeFiles/CMakeError.log".



RE: ON-Board Computer - N3mesis - 14.12.2015

Der scheint den Compiler nicht zu finden oder der Pfad stimmt nicht. Würde mal behaupten dir Fehlen generell Libraries und eine build umgebung.
das könnte helfen


Code:
sudo apt-get install build-essential checkinstall

g++ richtig installiert?

Code:
sudo apt-get update && sudo apt-get install build-essential



RE: ON-Board Computer - harryberlin - 14.12.2015

hab ein komplett neues OSMC auf die SD gespielt und starten lassen.
bin dann einfach nur nach der anleitung vorgegangen.


RE: ON-Board Computer - N3mesis - 14.12.2015

Kein wunder, warum sollte man bei OSMC auch die ganzen Tools mitliefern, nimmt ja nur Speicher weg.

Hat es den jetzt geklappt? Wenn nicht wäre ich jetzt weiter überfragt. ^^


RE: ON-Board Computer - harryberlin - 14.12.2015

openbm.so ist nun kompiliert, aber krieg nun von kodi nen fehler:
ich glaub ich fang noch mal von vorn an.

Code:
18:50:44  23.252737 T:1646257184   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named openbm
                                            Traceback (most recent call last):
                                              File "/home/osmc/.kodi/addons/script.ibus.bmw/bmwdaemon.py", line 34, in <module>
                                                import openbm
                                            ImportError: No module named openbm
                                            -->End of Python script error report<--