GENFSK app fails to build: zb_cmsis_nvic_virtual.h not found

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

GENFSK app fails to build: zb_cmsis_nvic_virtual.h not found

Jump to solution
284 Views
Brainiac
Contributor II

Hello,

I’m working on a custom project using the MCUXpresso SDK for the #FRDM-MCXW71, and I’m trying to replicate the setup of an official SDK example (GENFSK-based, no ZigBee)

Here is what I did:

  • I selected exactly the same SDK components as the example using the Config Tool (ZigBee was not selected)

  • I matched the RAM and Flash memory configurations

  • I customized the pin and peripheral configurations for my own application

However, when building the project, I get the following error:

 

fatal error: zb_cmsis_nvic_virtual.h: No such file or directory

 

To clarify:

  • I did not enable any ZigBee components

  • There is no explicit #include of this file in the source

  • I could not find any -include option or USE_NVIC_VIRTUAL macro in the build system

Why is this ZigBee-related header being injected, and how can I remove this dependency in a GENFSK-only setup?

Thanks in advance for your support.

Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
251 Views
sofiaurueta
NXP Employee
NXP Employee

Hello,

Hope you are doing well.

 

Unfortunately, the config tool is not supported by the wireless examples. The new file created is most likely changing some set up that the example has.

However, you could use the config tool in a different example and only copy the pin set up and configurations to your wireless project.

 

Sorry for any inconvenience that may cause you.

 

Best Regards,

Ana Sofia.

View solution in original post

0 Kudos
Reply
1 Reply
252 Views
sofiaurueta
NXP Employee
NXP Employee

Hello,

Hope you are doing well.

 

Unfortunately, the config tool is not supported by the wireless examples. The new file created is most likely changing some set up that the example has.

However, you could use the config tool in a different example and only copy the pin set up and configurations to your wireless project.

 

Sorry for any inconvenience that may cause you.

 

Best Regards,

Ana Sofia.

0 Kudos
Reply