You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create component.mk with all the modifications listed in the doc
I did not follow the optional section.
Then make duktape_configure
Then I just do not know exactly what is the next step. I tried to launch make ship command but I get the following error: +--------------------+ | Building espfs.img | +--------------------+ /bin/sh: ../bin/mkespfsimage: cannot execute binary file make: *** [images] Error 126
Any ideas what I am missing or doing wrong?
I am on MacOs if that can help
Thanks a lot
The text was updated successfully, but these errors were encountered:
Now I can build the all project and flash it to the esp32.
The access point web page works and I can connect the board to the local wifi.
The web IDE do not work for now. It is maybe an issue with the SPIFFS version since I took the latest one(0.2.3).
When I try to connect to the web IDE, I get this error: D (58105) module_fs: - Path to open is "/spiffs/web/ide.html" and flags are "r" D (58115) module_fs: << js_fs_openSync fd: 3 D (58115) module_fs: >> js_fs_readSync D (58115) module_fs: Buffer pointer size returned as 128 D (58125) module_fs: js_fs_readSync: read() error: 5 I/O error
which seems to be the same issue as #24
so, this can be closed I think for now
Hi there,
I am trying to build ESP32-Duktape from source but I get an error.
I followed this doc https://github.com/nkolban/duktape-esp32/blob/master/docs/Building%20duktape%20from%20github.md
what I did:
make duktape_configure
Then I just do not know exactly what is the next step. I tried to launch
make ship
command but I get the following error:+--------------------+ | Building espfs.img | +--------------------+ /bin/sh: ../bin/mkespfsimage: cannot execute binary file make: *** [images] Error 126
Any ideas what I am missing or doing wrong?
I am on MacOs if that can help
Thanks a lot
The text was updated successfully, but these errors were encountered: