S32DS command-line interface mode

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

S32DS command-line interface mode

2,438 次查看
kayas_ahmed
Contributor I

Hello folks,

Does S32DS support the command-line interface in Linux?

Thanks,
Kayas Ahmed

标记 (3)
0 项奖励
6 回复数

2,300 次查看
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 项奖励

2,300 次查看
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 项奖励

1,896 次查看
kasundinesh
Contributor II

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

0 项奖励

2,300 次查看
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,300 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

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

Jiri 

0 项奖励

2,300 次查看
kayas_ahmed
Contributor I

For building project in CI

0 项奖励