2025-02-17 06:58 PM
When I build with STM32CubeIDE (Ver1.17.0), a link error occurs.
I am attaching an excerpt from the log file about the error that occurs at this time. (Only after the "Failed" part of the log)
Strangely, even if the above error occurs, the .elf file is created, and it has been confirmed that the debugger can be started using that file.
In other words, a strange phenomenon occurs where an error occurs during build, but the executable file can be generated.
Has anyone experienced this phenomenon?
I reinstalled STM32CubeIDE, but it did not improve. I also tested it with older versions, but the phenomenon was the same. (Ver1.14.0, Ver1.16.0)
I suspected that there was a problem with the environment of the project file I was using, so I created a new project file using the CubeIDE project wizard and tried building it immediately after, but the problem still occurred.
If anyone knows how to solve this problem, please let me know.