doc: Documentation issue in 'develop/application/index' #71826
Replies: 4 comments 1 reply
-
Hi @ConnorRigby! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
-
Additional context for above: git clone is wrong, should be updated to use west init instead, the example repo is a west module itself so a git clone into an existing repo will not work |
Beta Was this translation helpful? Give feedback.
-
@ConnorRigby I pressume @nordicjm helped you, so I will close this issue/discussion. If you still have doubts please comment. |
Beta Was this translation helpful? Give feedback.
-
Could you improve documentation instead of just closing this issue. I faced the same "attempt to assign the value 'y' to the undefined symbol BLINK" issue as original reporter by following the same guide. The example-application repository suggests to use "west init" approach but I don't get that working either. If running it inside zephyrproject workspace i get error that I'm already inside workspace:
|
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Basic example-application Usage
The easiest way to get started with the example-application repository within an existing Zephyr workspace is to follow these steps:
The directory name my-app above is arbitrary: change it as needed. You can now go into this directory and adapt its contents to suit your needs. Since you are using an existing Zephyr workspace, you can use west build or any other west commands to build, flash, and debug.
I am trying to build the example application without any changes according to this guide above. I get this error message:
I downgraded the repo to the latest tag as a wild guess. it gets me a little further but still fails:
Environment
develop/application/index
Beta Was this translation helpful? Give feedback.
All reactions