Hi,
I have a bat file while can build project via C:\NXP\S32DS.3.4\eclipse\eclipsec.exe.
However, it seems will clean build before build project every time. And, I find it using argument cleanbuild.
the question is:
1. Is there any command only for clean and only for build?
2. I figure out that clean command will erase makefile and generate when building project. So, any command/suggestion for generate makefile?
Thanks for reading
C:\NXP\S32DS.3.4\eclipse\eclipsec.exe -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild ^
-data %code_path% ^
-cleanBuild %code_project% ^
--launcher.ini C:\NXP\S32DS.3.4\eclipse\s32ds.ini ^
--launcher.suppressErrors ^