Seite 1 von 1

About the SDL libraries

Verfasst: 23 Dez 2020, 23:14
von vleeuwen
See also: viewtopic.php?f=8&t=6494#p48834

A small problem, the header files for the available SDL-libs are not present in the deps or TXTdeps.
Has somebody found these files already?
But I still need to search on the TXT in the firmware.

// for initializing and shutdown functions
#include <SDL2/SDL.h>

// for rendering images and graphics on screen
#include <SDL2/SDL_image.h>

// for using SDL_Delay() functions
#include <SDL2/SDL_timer.h>

Re: About the SDL libraries

Verfasst: 25 Dez 2020, 09:29
von MasterOfGizmo
Use sdl_config to find these.

Re: About the SDL libraries

Verfasst: 25 Dez 2020, 12:36
von vleeuwen
I perform a complete search on the TXT and only the libraries are present.
No header files, no configuration.

Re: About the SDL libraries

Verfasst: 25 Dez 2020, 15:22
von MasterOfGizmo
The TXT's firmware is cross compiled on a PC. Thus no source files are available on the TXT itself. You need to search in the build environment on the PC.