Closed
Description
I tried to build JerryScript for ESP8266 by following the readme file. I have setup the ESP8266 toolchain but when I try to compile JerryScript I end up with the following error:
[ 0%] Building C object CMakeFiles/release.external-entry.dir/targets/esp8266/source/jerry_extapi.c.obj
/xyz/dev/jerryscript/targets/esp8266/source/jerry_extapi.c:19:30: fatal error: jerry-core/jerry.h: No such file or directory
#include "jerry-core/jerry.h"
^
compilation terminated.
I could not find the jerry.h
file in the project. Any ideas what am I doing wrong?