Relative Content

Tag Archive for openglsdlyoctoegl

Failed to create EGL window surface while creating SDL window

I have a basic SDL window application in C . It works fine in my host system . I need to run this application in imx6dl processor, for that I added SDL2 library dependency by using IMAGE_INSTALL += ” libsdl2″ in yocto and generated a bin file by cross compiling the application . While running the application , I am unable to create SDL window . And the error message generated by using SDL_GetError() is