Error while linking project with TouchGFX and CubeMX
- February 18, 2019
- 6 replies
- 1546 views
Hello!
I try to create project with CubeMX 5.0.1 and TouchGFX Designer for Keil 5
I have done all steps as written in this tutorial https://touchgfx.zendesk.com/hc/en-us/articles/360021620431-Configuring-STM32F429I-DISCO
But when I try to complie project in Keil 5, I have many errors
*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'D:\Keil_v5\ARM\ARMCC\Bin'
Build target '429'
linking...
429\429.axf: Error: L6654E: Rejected Local symbol .text7 referred to from non group member Application.o(.iar.stackusage)
429\429.axf: Error: L6654E: Rejected Local symbol .text9 referred to from non group member Application.o(.iar.stackusage)
429\429.axf: Error: L6654E: Rejected Local symbol .text11 referred to from non group member Application.o(.iar.stackusage)
429\429.axf: Error: L6654E: Rejected Local symbol .text13 referred to from non group member Application.o(.iar.stackusage)....
...102 errors total
This is the project files
Help me to make project (compile and linking)
