Linker and Updater Issues
Hey,
I tried generating an empty project using STM32CUBEMX (Followed instructions from: https://touchgfx.zendesk.com/hc/en-us/articles/360021620431-Configuring-STM32F429I-DISCO)
When I try to compile the project in keil I get the following error:


(Sample error line: SixthTrial\SixthTrial.axf: Error: L6218E: Undefined symbol touchgfx::TypedText::fonts (referred from texts.o).)
hence after looking up for a few other forums I tried updating my touch gfx in the project folder and got this output:

(Sample error line: Using touchgfx E:\TouchGFX\4.10.0\env
(MINGW32) Updating 'simulator/gcc/Makefile'
(MINGW32) Generating assets.
make[1]: *** No rule to make target )
Please let me know where I am going wrong. Thank You.