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

Build Fail: No rule to make target, Makefile:380 #89

Closed NicolSpies closed 4 years ago

NicolSpies commented 4 years ago

@marcelstoer , Almost at the end of the nodemcu build, the following failure stops the process:

...
make[1]: *** No rule to make target 'driver/.output/eagle/debug/lib/libdriver.a', needed by '.output/eagle/debug/image/eagle.app.v6.out'.  Stop.
make[1]: Leaving directory '/opt/nodemcu-firmware/app'
Makefile:380: recipe for target '.subdirs' failed
make: *** [.subdirs] Error 2
make: Leaving directory '/opt/nodemcu-firmware'
NicolSpies commented 4 years ago

Fixed by rebooting PC