2024-01-24 03:14 AM
Description:
I am trying to build the ST project using CLI without even building it once with STMcube IDE GUI, but I am getting some warnings like 'WARNING: No Project matched ".*". Skipping..', WARNING: No Project matched "'.project'". Skipping..., WARNING: No Project matched "'.cproject'". Skipping... and also the project is not building.
The command I used:
1. headless-build.bat -data './' -application org.eclipse.cdt.managedbuilder.core.headlessbuild -build all
2. headless-build.bat -data './' -application org.eclipse.cdt.managedbuilder.core.headlessbuild -build .project.
3. headless-build.bat -data './' -application org.eclipse.cdt.managedbuilder.core.headlessbuild -build .cproject
4. headless-build.bat -data './' -application org.eclipse.cdt.managedbuilder.core.headlessbuild -cleanBuild all.
5. headless-build.bat -data './' -application org.eclipse.cdt.managedbuilder.core.headlessbuild -cleanBuild .project.
5. headless-build.bat -data './' -application org.eclipse.cdt.managedbuilder.core.headlessbuild -cleanBuild .cproject
Can anyone help me with this?