missing dependency nxp frdm_mcxn947 board #85411
-
Trying to compile even a simple hello_world example for the frdm_mcxn947 board, the compilation fails. C:/my_workspace/zephyr/boards/nxp/frdm_mcxn947/frdm_mcxn947-pinctrl.dtsi:7:10: fatal error: nxp/mcx/MCXN947VDF-pinctrl.h: No such file or directory |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You need to have the NXP HAL module present. Have you ran |
Beta Was this translation helpful? Give feedback.
-
Hello, yes of course, I also see project I don't have MCXN947VDF-pinctrl.h in my filesystem. |
Beta Was this translation helpful? Give feedback.
-
Hi @davidealessandrini88 , Since this is not a bug with the codebase, I am converting this Issue to a Discussion. Let us know what you find. Best regards |
Beta Was this translation helpful? Give feedback.
You need to have the NXP HAL module present. Have you ran
west update
?