How to transfer S32DS project to Keil project

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

How to transfer S32DS project to Keil project

1,177 次查看
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 回复数

962 次查看
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 项奖励
回复

962 次查看
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 项奖励
回复

962 次查看
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 项奖励
回复