esp-open-sdk icon indicating copy to clipboard operation
esp-open-sdk copied to clipboard

having issues espressif build in windows

Open Electreak opened this issue 7 years ago • 1 comments

I run the command below, and run into the following errors.

I fear I may have overlooked something simple here.

This is to run a custom firmware on an esp8622 wifi module.

The firmware is esp-link. https://github.com/jeelabs/esp-link

C:\Espressif\esp-link>espmake.cmd "make all flash" SDK is /bin/sh: git: command not found make: git: Command not found make: git: Command not found VERSION is no.tag make: *** No rule to make target `make all flash'. Stop.

Electreak avatar Mar 08 '17 21:03 Electreak

Looks like you need git...?

kxygk avatar Mar 14 '17 05:03 kxygk