How to transfer the projects in S32DS to GreenHill?

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

How to transfer the projects in S32DS to GreenHill?

跳至解决方案
699 次查看
gsr007
Contributor I

Hello,because driver/example(for example,the SENT driver) was done in GreenHills.But most of the code in my project is written in S32DS,so I want to know how to transfer the projects in S32DS to GreenHill?Can I directly copy the project from S32DS to GreenHill?

Thanks.

0 项奖励
回复
1 解答
671 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

I would recommend to contact GreenHills support:
https://support.ghs.com/

They might have some tools or procedure to do this, although I don't fully expect it.

Anyway ANSI C files (.c and .h) you may use as they are, unless they contain inline assembler where there is slightly different syntax of compiler directives.

Assembler startup files will be needed to use their or modify it according their compiler syntax as well as linker files and compiler setup. Apparently easier approach is to use GHS simple base example code and add needed functionality from S32DS original project.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
672 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

I would recommend to contact GreenHills support:
https://support.ghs.com/

They might have some tools or procedure to do this, although I don't fully expect it.

Anyway ANSI C files (.c and .h) you may use as they are, unless they contain inline assembler where there is slightly different syntax of compiler directives.

Assembler startup files will be needed to use their or modify it according their compiler syntax as well as linker files and compiler setup. Apparently easier approach is to use GHS simple base example code and add needed functionality from S32DS original project.

0 项奖励
回复
648 次查看
gsr007
Contributor I

OK,I have get it.

Thank you very much!

0 项奖励
回复