Build errors at Makefile.projbuild
Posted: Tue Jan 16, 2018 12:46 am
Switched over to Windows 10 from linux/eclipse because I'm fed up with eclipse issues. But I'm having a hard time getting projects to compile.
Followed windows setup in documentation. Using VS Code. When I compile, libraries are built but then process stops with following error:
/bin/sh: python: command not found
make: *** [/c/users/rick/documents/vscode/esp-idf/components/esptool_py/Makefile.projbuild:51: /c/Users/Rick/Documents/VScode/project1/build/project1.bin] Error 127
I get the same error when I run 'make' in msys32 terminal. Tried with project that compiles in eclipse along with a sample esp file that was newly created with esp project template - got same results for both. I'm sure this a configuration error but I'd sure appreciate some help in figuring out where to look to resolve.
Followed windows setup in documentation. Using VS Code. When I compile, libraries are built but then process stops with following error:
/bin/sh: python: command not found
make: *** [/c/users/rick/documents/vscode/esp-idf/components/esptool_py/Makefile.projbuild:51: /c/Users/Rick/Documents/VScode/project1/build/project1.bin] Error 127
I get the same error when I run 'make' in msys32 terminal. Tried with project that compiles in eclipse along with a sample esp file that was newly created with esp project template - got same results for both. I'm sure this a configuration error but I'd sure appreciate some help in figuring out where to look to resolve.