How to transfer the projects in S32DS to GreenHill?

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

How to transfer the projects in S32DS to GreenHill?

Jump to solution
698 Views
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 Kudos
Reply
1 Solution
670 Views
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.

View solution in original post

0 Kudos
Reply
2 Replies
671 Views
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 Kudos
Reply
647 Views
gsr007
Contributor I

OK,I have get it.

Thank you very much!

0 Kudos
Reply