STM32CubeIDE line command build on Windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-12 8:59 AM
Hello,
Does someone know where to find documentation on how to launch build using STM32CubeIDE line command on Windows?
To specify my need, I have the command below and I would like to add an argument to redirect build log to a custom file :
stm32cubeidec.exe -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data .\ws -importAll .\Path\to_project -build output_binary
I found the line command in a script, but there is no indication on where to find documentation.
Thanks
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-12 2:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-12 2:44 PM
Simply append ">> logfile" to the command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-13 3:03 AM
That simply works indeed. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-13 3:07 AM
I accepted Pavel's answer as it meets my need. But if anyone knows where to find documentation on stm32cubeIDE line command on Windows, I'm still interested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-13 11:44 AM - edited ‎2025-02-13 11:44 AM
Long long ago I've lived in a country known as the Soviet Union. And in the school then we had lectures on the History of the Communist Party. And there they used to say that "Knowledge of some principles replaces knowledge of some facts." )) Only recently I found that this phrase belongs to J. Willard Gibbs. So.... appending > or >> and a filename to any command line is one of these principles.
