Can't build esp_modem from component manager
Posted: Wed Jul 13, 2022 5:30 am
I want to use a sim7000 module using the esp_modem library, however when compiling any example I get the following error:
I added in the CMakeLists.txt file the following line
But it still does not link the file and fails to compile.
I'm doing the example with IDF4.4.1, and with esp_modem version 0.1.18
I would be very grateful if you can give me a hand to solve this problem.
Code: Select all
esp_modem_api.h: No such file or directory
Code: Select all
set(EXTRA_COMPONENT_DIRS "managed_components/espressif_esp_modem")
I'm doing the example with IDF4.4.1, and with esp_modem version 0.1.18
I would be very grateful if you can give me a hand to solve this problem.