How to transfer S32DS project to Keil project

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

How to transfer S32DS project to Keil project

839 Views
elder_atom
Contributor II

Hi, everyone! I want to transfer S32DS project to Keil project. I know add GCC to Keil, but there is an error I can't solve. Please give me some advice. Appreciate for anyone replying!

pastedImage_1.png

0 Kudos
3 Replies

624 Views
martin_kovar
NXP Employee
NXP Employee

Hello,

because Keil is not NXP product, I recommend you contact Keil support directly. They should be able to provide more accurate information about this issue.

From my point of view, it looks like you use symbol from linker, which is not defined in actual file. Define the symbol in startup file    .extern  __START.

Regards,

Martin

0 Kudos

624 Views
robertboys
Contributor IV

Hello

Please look at this to see if it can help you:    undefined reference to `_start', undefined reference to `_data' 

I assume you are using the GCC compiler in uVision.

Bob Boys

0 Kudos

624 Views
elder_atom
Contributor II

Hi Robert !

At First, thanks for your replying ! I have unchecked the  "Do not use Standard System Startup Files" and the " __START" error still exists. 

I also read the website you provided, it's not applied to my situation. 

Anyway thanks for your replying !!

0 Kudos