KW41z Demo App build issue

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

KW41z Demo App build issue

Jump to solution
849 Views
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

Labels (1)
0 Kudos
1 Solution
714 Views
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

View solution in original post

2 Replies
715 Views
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

714 Views
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 Kudos