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