s32ds project clean build in command prompt

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

s32ds project clean build in command prompt

Jump to solution
1,378 Views
JasonChou
Contributor II

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 ^

 

0 Kudos
Reply
1 Solution
1,361 Views
VaneB
NXP TechSupport
NXP TechSupport

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.

VaneB_0-1686689875537.png

 

B.R.

VaneB

 

View solution in original post

0 Kudos
Reply
2 Replies
1,336 Views
JasonChou
Contributor II

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.....

0 Kudos
Reply
1,362 Views
VaneB
NXP TechSupport
NXP TechSupport

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.

VaneB_0-1686689875537.png

 

B.R.

VaneB

 

0 Kudos
Reply