About S32DS Compiler

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

About S32DS Compiler

792 次查看
347996379
Contributor III

I created a new protect with S32DS,but the S32DS appear this,please looked for the picture

2019-02-28_103728.png

what is the problem? How to solve?

thanks!

0 项奖励
3 回复数

696 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

it looks that there is missing linker script file - s32k148_256_flash.ld  (or the file has different name). Please check if this file is present in [your project folder]/Project_Settings/Linker_files 

and check if the path in project properties is correct: 

pastedImage_2.png

Hope it helps. 

Jiri 

696 次查看
martin_kovar
NXP Employee
NXP Employee

Hello,

at the first sight there could be two problems.

1) Right click the project and click Clean project. Then compile project again.

2) I can see, you have some Chinese characters in the workspace name, which can causes similar error too. So, if the first step will not help, try to create workspace with standard characters.

Please let me know, if this does not resolve your problem.

Regards,

Martin

696 次查看
347996379
Contributor III

yes,thank you for your help!

0 项奖励