Question
STM32CubeIDE with TouchGFX 4.12.3
I have several errors while generating my code.
A few errors i am able to solve with excluding the simulator files from my project.
But now i have a new error with an undifened reference.
../TouchGFX/generated/fonts/src/GeneratedFont.cpp:12: undefined reference to `touchgfx::ConstFont::ConstFont
Do you have any workaround for me to solve this error?
EDIT:
I found in the CubeMX file the expected version 4.10 .
Maybe this could be a problem by generating the code?!

