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

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

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

1,160 次查看
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

标记 (2)
0 项奖励
回复
1 回复

1,135 次查看
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 项奖励
回复