Zephyr example-application failed to build #84121
Replies: 2 comments 1 reply
-
I encountered almost the same problem and found a solution. You have to go out from your So if you do cd ~/
west init -m https://github.com/zephyrproject-rtos/example-application --mr main my-workspace
cd my-workspace
west update
cd example-application
west build -b custom_plank app It will work. Why? Don't know - I just started. Someone with bigger experience should explain why following the main documentation creates this build issue. |
Beta Was this translation helpful? Give feedback.
-
@DaGigabyte and @Halogenek: When you run The example application comes with its own The example application is a good starting point to create a Zephyr application, including Zephyr customization (add some drivers, custom boards, west commands...). |
Beta Was this translation helpful? Give feedback.
-
When building the example-application from https://github.com/zephyrproject-rtos/example-application
using
west build -b custom_plank
in the example-application root directory, I encountered the following error:Is the example-application compilable using that command above?
Beta Was this translation helpful? Give feedback.
All reactions