How to solve Make error in kds ?

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

How to solve Make error in kds ?

ソリューションへジャンプ
1,205件の閲覧回数
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 解決策
729件の閲覧回数
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 返答(返信)
730件の閲覧回数
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

729件の閲覧回数
monakhanafriboo
Contributor II

Hi,

thank you for your reply,

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

Thanks

729件の閲覧回数
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