2025-05-21 6:52 AM
Hi,
I have TouchGFX project for MDK-ARM V5.27 toolchain. I am using TouchGFX Designer 4.25.
In Keil project, I have added some additional Include paths. When I need to do some change in GUI and I re-generate code from TouchGFX Designer, IncludePaths in Keil project (uvprojx) are modified in a way that the same paths are added 3 or 4 times.
For example, before re-generating TouchGFX project there is 10 paths which every path is just once here (as I manually delete duplicities). After code generation from TouchGFX Designer, there is 35 paths and some of them are here 4 times, after another regen it´s 60 paths, some of them 8 times ...
Project is compileable, so it´s not problem in this way, but:
I have tried to find some pattern in that, but I absolutely have no clue why it happens. Definitely, I have some problem in project. But I would like to ask how is TouchGFX generating this list of include paths, to get some hints what to change to stop that behavior.