Page 1 of 1

Can't build esp_modem from component manager

Posted: Wed Jul 13, 2022 5:30 am
by efmena1
I want to use a sim7000 module using the esp_modem library, however when compiling any example I get the following error:

Code: Select all

esp_modem_api.h: No such file or directory
I added in the CMakeLists.txt file the following line

Code: Select all

set(EXTRA_COMPONENT_DIRS "managed_components/espressif_esp_modem")
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.