Replies: 1 comment
-
If I understood you correctly the path must be "../../../subsys/dfu/boot/mcuboot.c", not "../../zephyr/subsys/dfu/boot/mcuboot.c" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am in a python virtual environment set for Zephyr and have placed my project inside a /samples/basic/ directory to build, and upon trying to build it the CMake I get an error:
My CMakeLists.txt is as follows:
How can I link that .c file inside a CMake so it's built properly? I'm new to changing a CMake by hand, so here is most probably some misunderstanding
Beta Was this translation helpful? Give feedback.
All reactions