-->
Page 3 of 3

Re: ESP8266 ECLIPSE SETUP ERROR

PostPosted: Tue Aug 10, 2021 10:11 am
by Satriyo Jati
Hello, I got same problem

Image

I have checked the path, It use python in mysys32, and that path is defined.

this is my setting
Image
please anyone help me. I am still new with eclipse and esp8266

Re: ESP8266 ECLIPSE SETUP ERROR

PostPosted: Wed Aug 11, 2021 10:57 pm
by Doubletop
I got a reply to the same question on the Expressif Forum and this fixed it for me

In the C/C++ Build settings, set "Build command" to be just "python"

Go to the "Behavior" tab, select "Use custom build arguments".
In the "Build arguments" box, put "${IDF_PATH}/tools/windows/eclipse_make.py"

https://github.com/espressif/esp-idf/issues/1580#issuecomment-896719308