2025-02-12 08: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.
2025-02-12 02:44 PM
2025-02-12 02:44 PM
Simply append ">> logfile" to the command?
2025-02-13 03:03 AM
That simply works indeed. Thanks
2025-02-13 03: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.
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.