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 ^
Solved! Go to Solution.
Hi @JasonChou
There is a section titled ‘Command Line Execution’. It includes instructions and examples on how to perform many of the commands available within the S32 Configuration Tools, including Pins, Clocks, Peripherals, DCD, and IVT, as well as general commands for the project configurations, import, export, code generation/update, builds and etc.
B.R.
VaneB
Hi VaneB,
Thanks for reply. I give up using this bat file due to build time.
Bat file build time is longer than S32DS because need to launch eclipse every time.....
Hi @JasonChou
There is a section titled ‘Command Line Execution’. It includes instructions and examples on how to perform many of the commands available within the S32 Configuration Tools, including Pins, Clocks, Peripherals, DCD, and IVT, as well as general commands for the project configurations, import, export, code generation/update, builds and etc.
B.R.
VaneB