Hello. I have a problem while trying build OpenGL-fbdev application.
I got undefined reference to `fbGetDisplayByIndex' and undefined reference to `fbCreateWindow' errors.
It looks like there are i.MX Framebuffer (FB) API functions calls in my source code:
#ifdef EGL_API_FB
nativeDisplayType = fbGetDisplayByIndex( 0 );
#endif
#if (defined EGL_API_FB)
else if ( strstr( eglVendor, "Vivante" ))
{
eglNativeWindowType = fbCreateWindow( nativeDisplayType, 0, 0, 0, 0 );
}
#endif
I have standard distro: Yogurt
Distro version: BSP-Yocto-i.MX6-PD18.1.2
and standard SDK version:
http://download.phytec.de/Products/i.MX6/SO-547v2_PD18.1.0/SDK/phytec-yogurt-glibc-x86_64-phytec-qt5...
machine name: phyflex-imx6-1
Where can i get correct libEGL.so ?
It looks like libEGL.so have no fbGetDisplayByIndex and fbCreateWindow functions - i think i need rebuild SDK for using FrameBuffer but not X11 or Wayland - how can i do it ?
@Bio_TICFSL @garyyin