Hello All,
When compiling a custom component with the latest ESP-IDF, that is using nvs flash I receive unresolved inclusion for
#incluse "nvs.h"
What should I do ?
Latest ESP-IDF components unresolved inclusion
-
- Posts: 48
- Joined: Mon Apr 30, 2018 5:32 pm
Re: Latest ESP-IDF components unresolved inclusion
Hi Adham,
In the CMake-based build system, components need to declare which other components they depend on. This helps ESP-IDF optimise the build process.
For master branch, you can read more about this here:
https://docs.espressif.com/projects/esp ... quirements
In IDF v3.x, the method is a little different - consult the docs for this version.
Angus
In the CMake-based build system, components need to declare which other components they depend on. This helps ESP-IDF optimise the build process.
For master branch, you can read more about this here:
https://docs.espressif.com/projects/esp ... quirements
In IDF v3.x, the method is a little different - consult the docs for this version.
Angus
Who is online
Users browsing this forum: No registered users and 54 guests