How to get nghttp2 working on ESP32 Arduino.
Posted: Mon Aug 28, 2017 2:19 am
nghttp2 does not seem to work out of the box on ESP32-Arduino. I tried compiling the nghttp2-ssl example and got the following error.
I noticed that it does not come with boost headers or libraries. I tried looking for them, but could not find it. Where do I find the boost headers and libraries for ESP32? And how do I instruct Arduino to pick it.
--
Thanks,
Harish
Code: Select all
In file included from /Users/user1/Documents/Arduino/hardware/espressif/esp32/tools/sdk/include/nghttp/nghttp2/asio_http2_server.h:28:0,
from sketch/web_server.h:4,
from /Users/user1/projects/home-automation/test_start/test_start.ino:8:
/Users/user1/Documents/Arduino/hardware/espressif/esp32/tools/sdk/include/nghttp/nghttp2/asio_http2.h:35:39: fatal error: boost/system/error_code.hpp: No such file or directory
compilation terminated.
--
Thanks,
Harish