With STM32CubeIDE, Version: 1.10.1
How can I make IDE compile and link only one project listed in project explorer.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-12 12:52 PM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-12 2:46 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-12 4:01 PM
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".
