cancel
Showing results for 
Search instead for 
Did you mean: 

With STM32CubeIDE, Version: 1.10.1 How can I make IDE compile and link only one project listed in project explorer.

TGodo.1
Associate II
 
2 REPLIES 2
JMala.3
Associate III

Either close all projects you do not want to compile (right click on open project, and select close project, then the build and debug buttons will only work on the open projects,. Alternatively, right click on the project you want to compile and click build project.

TDK
Guru

You can also select Project -> Build Project in the menu to compile the project containing the file your cursor is in. Bind it to Ctrl+B if you want.

If you feel a post has answered your question, please click "Accept as Solution".