Replies: 3 comments
-
Your first try should work. Your second try is definitely wrong for a number of reasons;
Please show the output of running |
Beta Was this translation helpful? Give feedback.
-
after running samples/hello_world/CMakeFiles: samples/hello_world/CMakeFiles/pkgRedirects: samples/hello_world/Kconfig: samples/hello_world/src: |
Beta Was this translation helpful? Give feedback.
-
It works after I use build -p |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm learning to use zephyr on a esp32 board,I found the command to build a hello_world sample in the document cannot work and present these messages.If I do as what it suggested,it would occur these messages.
(zephyr) USER:~/zephyrproject/zephyr$ west --build-dir -b esp32s3_devkitc/esp32s3/procpu samples/hello_world usage: west [-h] [-z ZEPHYR_BASE] [-v] [-V] <command> ... west: unknown command "esp32s3_devkitc/esp32s3/procpu"; workspace /home/rexcon/zephyrproject does not define this extension command -- try "west help"
I don't know how to solve these problem.
Beta Was this translation helpful? Give feedback.
All reactions