KW41z Demo App build issue

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

KW41z Demo App build issue

跳至解决方案
860 次查看
akashkalaria
Contributor I

Hi,

 

I am working on FRDM-KW41Z development board with KSDK wireless demo apps (i.e. "ble_802.15.4_hrs_mwa"). As per requirements I have modified few files and imported some new files.

 

Now I want to share this project with my colleague. For that, I am using KSDK provided tool i.e. ProjectCloner.exe.

 

On my system, I am able to build and run this cloned project, but my colleague is facing some path related issues while building the same cloned project. 

Few errors like,

  • fatal error: fsl_os_abstraction.h: No such file or directory DCDC.c /Project03/framework/DCDC/Source line 38 C/C++ Problem
  • recipe for target 'framework/LowPower/Source/PWRLib.o' failed subdir.mk /Project03/debug/framework/LowPower/Source line 31 C/C++ Problem 

 

Please if you can provide some reference document, which can help to resolve our issues.

kw41zkinetis_sdkkds v3.2.0

标签 (1)
标记 (3)
0 项奖励
1 解答
725 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello ,

-About the file paths, you can check here :

pastedImage_1.png

Check whether this is absolute path.

- Do you use the same version KDS with your colleague.

- And do you use KSDK v2.0? If it not a secret project, you can share it ,

I check it on my side .

BR

Alice

在原帖中查看解决方案

2 回复数
726 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello ,

-About the file paths, you can check here :

pastedImage_1.png

Check whether this is absolute path.

- Do you use the same version KDS with your colleague.

- And do you use KSDK v2.0? If it not a secret project, you can share it ,

I check it on my side .

BR

Alice

725 次查看
akashkalaria
Contributor I

Hi Alice,

Thanks for your response. This information seems helpful to solve this error.

I have corrected invalid locations from following tab in Project properties:

   Resource > Linked Resources > Linked Resources

0 项奖励