Skip to main content
pmath.5
Associate
March 16, 2019
Solved

Linker and Updater Issues

  • March 16, 2019
  • 2 replies
  • 1510 views

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:

0690X00000886wOQAQ.png

0690X00000886wTQAQ.png

(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:

0690X00000886wYQAQ.png

(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.

This topic has been closed for replies.
Best answer by Mon2

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:

https://community.st.com/s/question/0D50X0000A4pPgPSQU/stm32f2429-disc1-configuration-with-touchgfx-cubemx-50

Hope this helps.

2 replies

Mon2
Mon2Best answer
Senior III
March 17, 2019

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:

https://community.st.com/s/question/0D50X0000A4pPgPSQU/stm32f2429-disc1-configuration-with-touchgfx-cubemx-50

Hope this helps.

pmath.5
pmath.5Author
Associate
April 11, 2019

That helped, thanks :D