Hello folks,
Does S32DS support the command-line interface in Linux?
Thanks,
Kayas Ahmed
How to use with s32k3xx mcu. S32D Studio 3.4
 
					
				
		
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...
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.
Do you have any examples or a template project on how to migrate to CMake?
 
					
				
		
Do you have a public Git repository for the CMake build? I would be interested in migrating from Make to CMake.
 
					
				
		
 jiri_kral
		
			jiri_kral
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
command line interface for what purpose? For install or for project build?
Jiri
For building project in CI
