2018-03-30, 16:50
Hi all,
i've compiled Kodi18 directly with a RPI3 and the newest Raspbian.
The compilation finished with 100% success, but when I'm trying to start kodif-x11, following error is shown.
I've used the following parameter for compiling:
Is there a kind of library or package dependency, I've missed to install?
Thanks for your Help!
Regards,
Timo
i've compiled Kodi18 directly with a RPI3 and the newest Raspbian.
The compilation finished with 100% success, but when I'm trying to start kodif-x11, following error is shown.
sh:
timux@raspberrypi:~/kodi/build $ ./kodi-x11
./kodi-x11: symbol lookup error: /opt/vc/lib/libbrcmEGL.so: undefined symbol: glDiscardFramebufferEXT
I've used the following parameter for compiling:
sh:
#------ build environment ------#
REPO_DIR: /home/timux/kodi
KODI_BUILD_DIR: /home/timux/kodi/build
CPU: cortex-a7
DEB_ARCH: armhf
BUILD_TYPE: Release
KODI_OPTS: -DVERBOSE=1 -DENABLE_OPENGL=OFF -DWITH_CPU=cortex-a7 -DCMAKE_PREFIX_PATH=/opt/vc -DENABLE_OPENGLES=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/kodi -DENABLE_AIRTUNES=OFF -DENABLE_ALSA=ON -DENABLE_AVAHI=ON -DENABLE_BLURAY=ON -DENABLE_CEC=ON -DENABLE_DBUS=ON -DENABLE_DVDCSS=ON -DENABLE_EGL=ON -DENABLE_EVENTCLIENTS=ON -DENABLE_INTERNAL_FFMPEG=ON -DENABLE_INTERNAL_CROSSGUID=ON -DENABLE_MICROHTTPD=ON -DENABLE_NFS=ON -DENABLE_OPTICAL=ON -DENABLE_PULSEAUDIO=OFF -DENABLE_SMBCLIENT=ON -DENABLE_SSH=ON -DENABLE_UDEV=ON -DENABLE_UPNP=ON -DENABLE_VAAPI=OFF -DENABLE_VDPAU=OFF -DENABLE_X=ON -DENABLE_XSLT=ON -DENABLE_LIRC=ON -DCMAKE_INCLUDE_PATH=/opt/vc/include:/opt/vc/include/interface:/opt/vc/include/interface/vcos/pthreads:/opt/vc/include/interface/vmcs_host/linux -DCMAKE_LIBRARY_PATH=/opt/vc/lib -DEGL_INCLUDE_DIR=/opt/vc/include/EGL -DEGL_LIBRARY=/opt/vc/lib/libbrcmEGL.so -DOPENGLES_INCLUDE_DIR=/opt/vc/include/GLES2 -DOPENGLES_gl_LIBRARY=/opt/vc/lib/libbrcmGLESv2.so -DCPACK_GENERATOR=DEB -DDEBIAN_PACKAGE_VERSION=1~ -DDEB_PACKAGE_ARCHITECTURE=armhf -DDEBIAN_PACKAGE_TYPE=stable
EXTRA_FLAGS: -Os -fomit-frame-pointer -mcpu=cortex-a7 -mtune=cortex-a7 -mfloat-abi=hard -O3 -mfpu=neon-vfpv4 -fomit-frame-pointer
BUILD_THREADS: 4
Is there a kind of library or package dependency, I've missed to install?
Thanks for your Help!
Regards,
Timo