marcelstoer / docker-nodemcu-build

Docker image to build NodeMCU firmware for the ESP8266 on your machine
https://hub.docker.com/r/marcelstoer/nodemcu-build/
MIT License
131 stars 63 forks source link

sed error on W10 #67

Closed bunlert274 closed 5 years ago

bunlert274 commented 5 years ago

i found error when use docker run --rm -ti -v "{pwd}":/opt/nodefirmware docker-nodemcu-build build-esp32 error output sed: -e expression #1, unknown option tos'`

OS: Windows 10 Pro Docker: Docker version 18.09.2, build 6247962

marcelstoer commented 5 years ago

Dup of #58

bunlert274 commented 5 years ago

i fixed it from this issue not working and same error

bunlert274 commented 5 years ago

wow, and i fixed this on build-esp32 in line 15-16, i add double quote to value this line

version_file="components/platform/include/user_version.h"
lua_header_file="components/lua/lua.h"

work for me!