s32ds project clean build in command prompt

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

s32ds project clean build in command prompt

ソリューションへジャンプ
3,573件の閲覧回数
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 解決策
3,556件の閲覧回数
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 返答(返信)
3,531件の閲覧回数
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 件の賞賛
返信
3,557件の閲覧回数
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 件の賞賛
返信