2024-11-07 02:14 AM
I've copied the folder containing a TouchGFX project for the STM32H7B3I-DK from one machine to another. However, I get the following error when I try to generate code on the new machine:
Generate Assets
make -f simulator/gcc/Makefile assets -j8
Reading ./application.config
Reading ./target.config
uninitialized constant Outputter::ApplicationFontProviderCpp
Did you mean? ApplicationFontProviderHpp
An error occurred during text conversion
Cleaning generated files from generated/texts and generated/fonts.
Does anyone have any idea what could be causing this? Is there some additional diagnostics stored somewhere that I can review?