2023-01-26 02:39 AM
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:
2023-01-26 09:24 PM
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