2025-11-19 5:33 AM
I have a STM32 project created for STM32H757 which has dual core CPU. The directory structure is look like this:
I wanted to build this project using command line in my ubutnu machine. I have tried with this command:
$ <INSTALLTION_DIRECTORY>/st/stm32cubeide_1.12.1/stm32cubeide --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data "./" -build fx/CM7But it shows "WARNING: No Project matched "fx/CM7". Skipping..."
I have tried running it from root of the project directory like "<REPO_PATH>/sca_repo/fx_redesign/fx", also tried it running from inside the fx directory too like "<REPO_PATH>/sca_repo/fx_redesign/fx/CM7/". But output does not changed, I can not figure out what I am missing here, can anyone help me ?