How to transfer S32DS project to Keil project

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to transfer S32DS project to Keil project

1,977件の閲覧回数
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 件の賞賛
返信
3 返答(返信)

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

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

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