STM32CubeIDE fails to build TouchGFX project due to generated font code
I built a small project using TouchGFX (v4.22.1) and it compiles, simulates, and can be loaded onto an EDT EVK043013B kit. The MCU is STM32F750. When I bring the TouchGFX project into STM32CubeIDE (v1.13.1) and do a build, it gets 1 build error. It is from the TouchGFX generated code:
no matching function for call to 'touchgfx::ConstFont::ConstFont(int, int, int, int, int, int, int, int, int, int, int, int)' GeneratedFont.hpp /EVK043013B/Application/User/TouchGFX/generated/fonts/include/fonts line 34
Again, it build fine in TouchGFX, but has this error in STM32CubeIDE.
Any idea what could be the issue?
