Skip to main content
Roman REITER
Associate III
January 26, 2023
Question

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

  • January 26, 2023
  • 1 reply
  • 1511 views

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

This topic has been closed for replies.

1 reply

Romain DIELEMAN
ST Employee
January 27, 2023

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