Is it possible to compile the S32K148 NXP code using cmake in Ubuntu?

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

Is it possible to compile the S32K148 NXP code using cmake in Ubuntu?

378 Views
Prem_Venkata_Subbarao
Contributor II

Hi,

I want to compile the NXP S32K148 code on ubuntu using cmake is it possible to implement it?

Regards,

Prem Venkata Subbarao A

 

#S32 #Cmake

Tags (2)
0 Kudos
1 Reply

353 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

yes, it is possible but I'm not familiar with cmake and I'm afraid that we don't have cmake examples as well. But technically - it is only set of source codes. With right cross-platform compiler and correctly written CmakeLists file you should be able build it. 

Probably easiest way is convert S32DS makefile to cmake - for reference here is some example: 

https://codereview.stackexchange.com/questions/127607/translating-a-makefile-to-cmake

 

0 Kudos