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

some toolchain error build the 2.2.1-master_20181207 on windows #59

Closed hanfengcan closed 5 years ago

hanfengcan commented 5 years ago

the error is here https://github.com/jmattsson/esp-toolchains/issues/1,

it seem the link don't work on windows file system.

have any suggest to solve.

hanfengcan commented 5 years ago

I login the vm and cp the firmware to vm file system.

and everything is OK.

I don't know that what the change last release. it ok on previous release

hanfengcan commented 5 years ago

a other way to solve this problem

first: tar the toolchain on vm and unzip the toolchain on windows

second, cp toolchain/bin (vm) to toolchain/bin (win)