2023-05-24 01:55 PM
Hello,
To test configuration Release, I intentionally made syntax errors in my code. When I switch build configuration from Debug to Release, STM32CubeIDE doesn't show errors on console. Then I tried cleaning project and building all, but nothing changed. I can see errors in build of configuration Debug.
In project properties -> C/C++Build, Configuration is set to Release [Active]. I would like to build my code in Release configuration.
What could be the reason ? “I would be very grateful if you could help me with this problem.
Thank you in advance.
2023-05-25 03:16 AM
Hello @TForest
First let me thank you for posting.
Could you provide screenshots of the Release build configuration.
KR,
Semer.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-05-25 03:55 AM - edited 2023-11-20 04:40 AM
Thank you for answering !
Here some screenshots of my configurations. Please let me know if you need more configuration screenshots. By the way I use C++ in my project. Also I noticed that when I build all in Release mode, I saw Build of configuration Debug on Console and it changed to Build of configuration Release on Console immediately. During Build of configuration Debug process errors appeared ,but as I said Build of configuration Release process started just after that.
2023-05-27 02:48 AM
@Semer CHERNI Is there something wrong with my configurations ?
2023-05-27 10:25 AM
Please post also the build log (from the terminal window/pane)
2023-05-27 12:23 PM
2023-05-27 12:37 PM
In which source file have you made syntax error?