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,149件の閲覧回数
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,124件の閲覧回数
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 件の賞賛
返信