Please note that If you delete boards folder, make sure to remove "board_root:" line from zephyr/module.yml. This will get rid of CMake warning message.
Wow. I didn't think the structure of Zephyr OS was so intricate, I hope this series will continue to dig a little deeper to better understand the workings and build procedures. Thanks for sharing.
great video! i am having the follow error when i try to compile: fatal error: app_version.h: No such file or directory , maybe version problem, i am using the zephyr-sdk-0.16.0 on my manjaro system. tks
Hi, thank you! The problem occurs because of this commit. They must have changed the application versioning system. Please remove the last commit below and try to compile. Thanks for watching. github.com/zephyrproject-rtos/example-application/commit/2c85d9224fca21fe6e370895c089a6642a9505ea
@@mrgreensworkshop tks, i revert the commit, but now get this error: zephyr/worspace_app/example-application/app/src/main.c:48: undefined reference to `__device_dts_ord_10' :(
Please note that If you delete boards folder, make sure to remove "board_root:" line from zephyr/module.yml. This will get rid of CMake warning message.
Wow. I didn't think the structure of Zephyr OS was so intricate, I hope this series will continue to dig a little deeper to better understand the workings and build procedures. Thanks for sharing.
Thank's for watching!
This was way better explained than the documentation!
Thank you for stopping by and commenting. Things like this make my day. Thanks for watching.
This was very helpful, thank You!
Thank you for stopping by and commenting. You are welcome.
thanks for sharing, nice video !
Thank's for watching.
great video! i am having the follow error when i try to compile: fatal error: app_version.h: No such file or directory , maybe version problem, i am using the zephyr-sdk-0.16.0 on my manjaro system. tks
Hi, thank you!
The problem occurs because of this commit. They must have changed the application versioning system. Please remove the last commit below and try to compile. Thanks for watching.
github.com/zephyrproject-rtos/example-application/commit/2c85d9224fca21fe6e370895c089a6642a9505ea
@@mrgreensworkshop tks, i revert the commit, but now get this error: zephyr/worspace_app/example-application/app/src/main.c:48: undefined reference to `__device_dts_ord_10' :(
@@benjaminzavaleta6500I think it's better to ask on the Zephyr RTOS discord page or create an issue at their GitHub repo.