about the .args of s32 design studio for arm

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

about the .args of s32 design studio for arm

ソリューションへジャンプ
1,023件の閲覧回数
zhaominm
Contributor I

I want to build a compilation script that can be made for compilation without opening the s32 design studio for arm.

In the debug-flash generated by the software, I found that. mk and makefile have already been generated, while o, d, and elf files depend on .args. So, how was args generated and what should I do

0 件の賞賛
返信
1 解決策
978件の閲覧回数
jiri_kral
NXP Employee
NXP Employee

Hi, 

the args file is generated during build. It takes some values from project properties. You can simply use existing one (in Debug_FLASH folder) and add it into your own makefile project. 

the .args file is simply included. our you can add arguments manually. 

jiri_kral_0-1706008763316.png

 

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
955件の閲覧回数
zhaominm
Contributor I

Thank you for your reply.

If I change the code, the previous .args  will be incomplete. I would like a program to automatically  generate args files based on project properties

0 件の賞賛
返信
979件の閲覧回数
jiri_kral
NXP Employee
NXP Employee

Hi, 

the args file is generated during build. It takes some values from project properties. You can simply use existing one (in Debug_FLASH folder) and add it into your own makefile project. 

the .args file is simply included. our you can add arguments manually. 

jiri_kral_0-1706008763316.png

 

0 件の賞賛
返信