cancel
Showing results for 
Search instead for 
Did you mean: 

How to add custom header in touch-gfx to run with simulator?

Roman REITER
Associate III

hi,

I'm trying to add a cutom header in a touchgfx project. this works in the cube ide, but not in the simulator. The header file only contains structure definitions. Get this error message:

0693W00000Y9DnPQAV.png0693W00000Y9DpkQAF.png

1 REPLY 1
Romain DIELEMAN
ST Employee

Hi,

You need to add the path to the simulator's makefile in TouchGFX/simulator/gcc folder so that the prokect is aware of what file you are referring too.

/Romain