about the .args of s32 design studio for arm

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

about the .args of s32 design studio for arm

Jump to solution
322 Views
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 Kudos
Reply
1 Solution
277 Views
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

 

View solution in original post

0 Kudos
Reply
2 Replies
254 Views
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 Kudos
Reply
278 Views
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 Kudos
Reply