Question of S32DS by KEA

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

Question of S32DS by KEA

942 Views
Luke_Chun
NXP Employee
NXP Employee

Hello Team

 

I have a question of AN5213SW for KEA that AN5213SW is implemented by S32DS.
I’m trying to migrate from S32DS to CW 10.X because of customer requirement.

At this time, I cannot fix one issue.
I copied the C, H and S files from S32DS project of AN5213SW to the making new project by CW.
As you can see the below picture, it is making the error by “__START”.

 

165917_165917.pngpastedImage_1.png

 

However I don’t know how to use "__START" into S32DS.

 

My question is

1. Could you let me know how to use “__START” into S32DS?
2. How to fix this problem?

3. If you have any guide about the migration from S32DS to CW, please provide it..

 

Thank you.

Labels (1)
1 Reply

714 Views
stanish
NXP Employee
NXP Employee

Hello Luke, 

__START is a macro defined in S32DS Assembler Settings -> Symbols. It's equal to __thumb_startup() which is the same entry point as in CodeWarrior.

pastedImage_1.png

So the solution could be to add this symbol into CodeWarrior GCC assembler -> Preprocessor -> Add a defined symbol.

pastedImage_1.png

Hope it helps.

Stan