OOT module don't see #include <img_mgmt/image.h> #56652
Unanswered
CreativeIndustryAg
asked this question in
General
Replies: 1 comment 3 replies
-
That's because mcumgr sets include directories for the zephyr/cmake/modules/extensions.cmake Lines 590 to 618 in 07c6af3 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I have to prepare own DFU protocol, so I implement it in project directory and it works.
But when I move this functionality to OOT module, then compilation return error:
The code (except moving it to OOT module) is the same and the problem is only with this file, rest are findable.
It seems somehow CMake can't see it or I don't know.
Could you help me?
Beta Was this translation helpful? Give feedback.
All reactions