S32DS command-line interface mode

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

S32DS command-line interface mode

2,385 Views
kayas_ahmed
Contributor I

Hello folks,

Does S32DS support the command-line interface in Linux?

Thanks,
Kayas Ahmed

0 Kudos
6 Replies

2,247 Views
jfrey
Contributor IV

S32DS itself does not. You can supposedly use the Makefiles that S32 generates but I have found them to be unreliable and a mess to debug/read.

I have containerized the S32DS PA build process so that you can repeatably build software in the same way every time:

There is an example project here: GitHub - AutomotiveDevOps/LINFlexD_UART_MPC5744P_Docker: Single Repo Example for LINFlexD_UART_MPC57... 

0 Kudos

2,247 Views
kayas_ahmed
Contributor I

Thanks Jed, I did try with make files generated by S32 and found it bit messy, so went with cmake build at last. Anyways Thanks.

0 Kudos

1,843 Views
kasundinesh
Contributor II

Do you have any examples or a template project on how to migrate to CMake?

0 Kudos

2,247 Views
jfrey
Contributor IV

Do you have a public Git repository for the CMake build? I would be interested in migrating from Make to CMake.

2,247 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

command line interface for what purpose? For install or for project build? 

Jiri 

0 Kudos

2,247 Views
kayas_ahmed
Contributor I

For building project in CI

0 Kudos