TouchGFX - Simulator gcc fatal error: my_define.h: No such file or directory
I'm working with TouchGFX, in my project I include n files that are needed for the hardware I use, a custom hardware with STM32F429II...
They are variable interchange files between the TouchGFX engine and my hardware.
The entire project works when it is compiled and programmed on the target, while it doesn't work when I start the simulator: gcc, during compilation, does not find the files I include.
Can anyone help me resolve the problem?
