About the SDL libraries

Alles rund um TX(T) und RoboPro, mit ft-Hard- und Software
Computing using original ft hard- and software
Forumsregeln
Bitte beachte die Forumsregeln!
Antworten
vleeuwen
Beiträge: 1564
Registriert: 31 Okt 2010, 22:23
Wohnort: Enschede (NL)
Kontaktdaten:

About the SDL libraries

Beitrag von vleeuwen » 23 Dez 2020, 23:14

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>
software enigineer/teacher/advisor
Google translate
http://tescaweb.nl/Carel/?p=713

Benutzeravatar
MasterOfGizmo
Beiträge: 2720
Registriert: 30 Nov 2014, 07:44

Re: About the SDL libraries

Beitrag von MasterOfGizmo » 25 Dez 2020, 09:29

Use sdl_config to find these.
Arduino für fischertechnik: ftDuino http://ftduino.de, ftDuino32 http://ftduino.de/32

vleeuwen
Beiträge: 1564
Registriert: 31 Okt 2010, 22:23
Wohnort: Enschede (NL)
Kontaktdaten:

Re: About the SDL libraries

Beitrag von vleeuwen » 25 Dez 2020, 12:36

I perform a complete search on the TXT and only the libraries are present.
No header files, no configuration.
software enigineer/teacher/advisor
Google translate
http://tescaweb.nl/Carel/?p=713

Benutzeravatar
MasterOfGizmo
Beiträge: 2720
Registriert: 30 Nov 2014, 07:44

Re: About the SDL libraries

Beitrag von MasterOfGizmo » 25 Dez 2020, 15:22

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.
Arduino für fischertechnik: ftDuino http://ftduino.de, ftDuino32 http://ftduino.de/32

Antworten