s32ds project clean build in command prompt

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

s32ds project clean build in command prompt

跳至解决方案
2,531 次查看
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 项奖励
回复
1 解答
2,514 次查看
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 项奖励
回复
2 回复数
2,489 次查看
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 项奖励
回复
2,515 次查看
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 项奖励
回复