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
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
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