2019-03-16 06:05 AM
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.
Solved! Go to Solution.
2019-03-17 12:34 PM
Hi. At this time, Keil is not a working compiler for these integrated tools.
Can you switch to IAR or the (free) SW4STM32 toolchains?
Here is a working procedure for both IAR and SW4STM32 using this target kit:
Hope this helps.
2019-03-17 12:34 PM
Hi. At this time, Keil is not a working compiler for these integrated tools.
Can you switch to IAR or the (free) SW4STM32 toolchains?
Here is a working procedure for both IAR and SW4STM32 using this target kit:
Hope this helps.
2019-04-11 09:55 AM
That helped, thanks :D