Skip to content

Building JerryScript for ESP8266 fails with: Missing jerry.h #1211

Closed
@slaff

Description

@slaff

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugUndesired behaviourjerry-portRelated to the port API or the default port implementation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions