How to solve Make error in kds ?

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

How to solve Make error in kds ?

跳至解决方案
1,131 次查看
monakhanafriboo
Contributor II

Hi Everyone,

I'm Trying to run Master_Slave project that is applied on FRDM-K64F board that can be found in this link

KSDK SPI Master-Slave with FRDM-K64F

but when I build the project like for Master or for Slave, I get one make file error :144928_144928.jpgerror_kds.jpg

I'm not sure what I am doing wrong! my steps are as follows:

  • importing the project into my workspace,
  • building the ksdk_platform_lib
  • then build the project

any idea how to solve this problem?

标签 (1)
1 解答
655 次查看
ivadorazinova
NXP Employee
NXP Employee

Hi Mona Khanafriboor,

Please, the project was developed in older version KDS. For this case is needed to do this change with the linker:

ksdk110.png

Please fill -specs=nano.specs -specs=nosys.specs and uncheck the option "Use newlib-nano (--specs=nano.specs)"

I tested on my side and now it works without problems.

Please, let me know, if it helps you.

Best Regards,

Iva

在原帖中查看解决方案

3 回复数
656 次查看
ivadorazinova
NXP Employee
NXP Employee

Hi Mona Khanafriboor,

Please, the project was developed in older version KDS. For this case is needed to do this change with the linker:

ksdk110.png

Please fill -specs=nano.specs -specs=nosys.specs and uncheck the option "Use newlib-nano (--specs=nano.specs)"

I tested on my side and now it works without problems.

Please, let me know, if it helps you.

Best Regards,

Iva

655 次查看
monakhanafriboo
Contributor II

Hi,

thank you for your reply,

Actually you are right I did the same thing and its working perfectly now.

Thanks

655 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Mona,

Which version of KSDK do you build ? The demo project

you build use the KSDK v1.1.0.

Hope it helps

Alice