You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to build example that won't work because there is no linker script called.
Maybe there is a way to force user to either provide a linker script or information that will lead to automatic generation
Notice the use ofCMSIS::STM32::F407xx instead of CMSIS::STM32::F407VG
Extract of documentation
CMSIS creates the following targets:
CMSIS::STM32:: (e.g. CMSIS::STM32::F4) - common includes, compiler flags and defines for family
CMSIS::STM32:: (e.g. CMSIS::STM32::F407xx) - common startup source for device type, depends on CMSIS::STM32::
CMSIS::STM32:: (e.g. CMSIS::STM32::F407VG) - linker script for device, depends on CMSIS::STM32::
It is possible to build example that won't work because there is no linker script called.
Maybe there is a way to force user to either provide a linker script or information that will lead to automatic generation
Blinky example without linker script
Notice the use of
CMSIS::STM32::F407xx
instead ofCMSIS::STM32::F407VG
Extract of documentation
This will provide 2 linker scripts
Should be avoided/warned by cmake
The text was updated successfully, but these errors were encountered: