cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple linker symbol error after update to CubeMX 6.9.0

JojoS
Associate III

After Upgrading to Cube 1.13.0 with CubeMX6.9.0, my project is no longer compatible with CubeMX 6.8.1.

When I start the CodeGenerator, it creates a file \Drivers\CMSIS\Device\ST\STM32H7xx\Source\Templates\system_stm32h7xx.c
which is a duplicate for the file in core/src.
It has some changes, how to handle this situation? Why is this template generated? 

1 REPLY 1
JTP1
Lead

Hello

For some reason this has sometimes happen to me also with earlier CubeMx versions when update project. You can select \Drivers\CMSIS\Device\ST\STM32H7xx\Source\Templates\system_stm32h7xx.c file properties and from C/C++ Build page select 'exclude resource from build'.

JTP1_0-1689177341400.png

Br J.T