How to solve Make error in kds ?

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

How to solve Make error in kds ?

Jump to solution
1,126 Views
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?

Labels (1)
1 Solution
650 Views
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

View solution in original post

3 Replies
651 Views
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

650 Views
monakhanafriboo
Contributor II

Hi,

thank you for your reply,

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

Thanks

650 Views
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