Open Doubletop12 opened 3 years ago
I had the same issue and just got it working. https://github.com/espressif/esp-idf/issues/1580#issuecomment-896719308
In the C/C++ Build settings, set "Build command" to be just "python"
Then go to the "Behavior" tab, select "Use custom build arguments". In the "Build arguments" box, put "${IDF_PATH}/tools/windows/eclipse_make.py"
I'm not sure exactly what's going on or if my fix is the optimal one (it prevents me from adding on any standard build arguments), but eclipse seems to be interpreting python ${IDF_PATH}/tools/windows/eclipse_make.py as one big command, rather than a command and an argument.
I facing with same error, pls help
Environment
Development Kit:
IDF version (
git rev-parse --short HEAD
to get the commit id.): $ git rev-parse --short HEAD d11de779Development Env: [Eclipse]
Operating System: [Windows]
Power Supply: [USB]
Build in Eclipse results in
No end of juggling with the forward and back slashes resolved the problem
Hard wiring the build command
didn't work either, however the same command in mingw32 console works fine . Again any combination of forwards or back slashes and /c/ or C:\ didn't work either.
Hardwiring the make command made more progress although reports of cygwin errors.