Failed to build NXP mimxrt1060_evk board #74365
-
Hello, I recently synced my Zephyr project with the latest main branch after a two-month gap, and now I'm encountering build failures. Before the sync, everything was working fine. Compilation Output:
Project Configuration:
Your guidance would be much appreciated. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi, did you run west update after pointing the zephyr repo to the new version? |
Beta Was this translation helpful? Give feedback.
-
Hi @ofirshe , |
Beta Was this translation helpful? Give feedback.
Hi @ofirshe ,
This is a known issue with
CONFIG_MSPI
selected by default. This PR #74356 should fix that issue. Best regards