CMSIS error "cannot find -llibarm_cortexM7lfdp_math.a"
When I build my project in "Debug" mode all works fine, if I build the project in "Release" mode an error appears:
C:/ST/STM32CubeIDE_2.0.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.100.202509120712/tools/bin/../lib/gcc/arm-none-eabi/13.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -llibarm_cortexM7lfdp_math.a: No such file or directory
GCC linker
Libraries (-l): libarm_cortexM7lfdp_math.a
Library search path (-L): "${workspace_loc:/${ProjName}/Drivers/CMSIS/Lib/GCC}"
Any help ?
Thank you
