cancel
Showing results for 
Search instead for 
Did you mean: 

Linker and Updater Issues

pmath.5
Associate

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Mon2
Senior III

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.

View solution in original post

2 REPLIES 2
Mon2
Senior III

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
Associate

That helped, thanks :D