Page 1 of 1

esp_http_server not included/linked

Posted: Fri Feb 01, 2019 7:42 am
by JSchaef
Hello,
I'm using VisualGDB with ESP-IDF V3.2.
When I try to compile the "protocols\http_server\simple\" the include file "esp_http_server.h" ist not found.
What is wrong, how can I fix it?
Regards
Joerg

Re: esp_http_server not included/linked

Posted: Fri Feb 01, 2019 2:18 pm
by Zeni241
Though it is not direct answer, but hope it will help. You can use lwip library to manage network communication. Here is an excellent link to tutorial.
http://www.lucadentella.it/en/2017/07/0 ... ebserver/
http://www.lucadentella.it/en/2017/01/3 ... sione-tcp/
Its light weight and made for embedded systems.

https://savannah.nongnu.org/projects/lwip/

Re: esp_http_server not included/linked

Posted: Mon Feb 18, 2019 5:27 am
by ESP_Anurag
@JSchaef Seems like your IDF_PATH is not set correctly. Could you make sure that's not the case