Page 1 of 1
libesphttpd port for esp32?
Posted: Fri Sep 01, 2017 8:10 pm
by cmorgan
I've found
https://github.com/Spritetm/libesphttpd but even the
esp-idf branch doesn't build for me:
Code: Select all
$ make
CC espfs/espfs.c
make: xtensa-lx106-elf-gcc: Command not found
make: *** [Makefile:220: build/espfs/espfs.o] Error 127
Does anyone know of a version of libesphttpd for the esp32?
Chris
Re: libesphttpd port for esp32?
Posted: Sat Sep 02, 2017 2:44 am
by ESP_Sprite
Libesphttpd for esp32 is meant as a component for your esp-idf project. Just drop it into the components/ directory of your project and it should work. The esp32 bit still is somewhat beta, however; feel free to tell me if you run into any bugs.
Re: libesphttpd port for esp32?
Posted: Sat Sep 02, 2017 7:46 pm
by cmorgan
ESP_Sprite wrote:Libesphttpd for esp32 is meant as a component for your esp-idf project. Just drop it into the components/ directory of your project and it should work. The esp32 bit still is somewhat beta, however; feel free to tell me if you run into any bugs.
Ahh ok. I'll give it a shot and let you know how I make out.
Any plans to drop that in as an official esp-idf component at some point? Imo that would be a great addition to the platform.
Chris
Re: libesphttpd port for esp32?
Posted: Sun Sep 03, 2017 7:06 am
by ESP_Sprite
We most certainly have plans in that direction
but the way we're going to do that (fork the ESP32 branch to include ESP32-only stuff, keep compatibility with the ESP8266 branch, ...) still is under discussion.
Re: libesphttpd port for esp32?
Posted: Tue Jan 09, 2018 5:18 pm
by Ritesh
ESP_Sprite wrote:We most certainly have plans in that direction
but the way we're going to do that (fork the ESP32 branch to include ESP32-only stuff, keep compatibility with the ESP8266 branch, ...) still is under discussion.
Can we get libesphttpd for ESP32 now?