S32 DS Application Project creation using Command line

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

S32 DS Application Project creation using Command line

1,069 Views
amarjeet_kumar
Contributor II

Hi All

Is it possible to create "S32 DS Application Project" through command line?

if possible ,can you please post that command line.

Thanks

Amarjeet

Labels (2)
2 Replies

861 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

well, it is possible but it is not easy. Technically - S32DS Project is normal makefile project - S32DS generates makefile based on IDE settings and call make when build is requested. 

You can do the very same manually - create makefile for your project and call make from S32DS build tool chain. 

Easier way is create project in GUI and build it from command line. You may find helpful this howto doc - HOWTO: S32 Design Studio Command Line Interface 

Jiri

861 Views
amarjeet_kumar
Contributor II

Hi Jiri,

Thanks for the reply.

It will be good if you provide your input on my below points.

1. Is it possible to open "S32 DS Workspace" from command line, if yes please provide that command line.

2. Is it possible to import existing "S32 DS Project" using command line, if yes please provide that command line.

Thanks

Amarjeet

0 Kudos