Eclipse instructions for Windows 10 not matching ESP-IDF install
Posted: Thu Jul 25, 2019 2:43 am
I recently downloaded and installed ESP-IDF 3.2.2 running under Windows 10. All went well and the getting started examples build using the ESP-IDF command prompt window. I really want to run in the Eclipse IDE, but the instructions for the Eclipse IDE on Windows did not come close to working with this version of ESP-IDF. The instructions say to set a PATH to C:\msys32\..... But that didn't exist in my install after running the Windows installer. The install script did create a C:\Program Files\Git\mingw64 directory ..... should this be used instead?
The instructions state:
Previous versions of ESP-IDF used the Legacy GNU Make Build System and MSYS2 Unix compatibility environment. This is no longer required, ESP-IDF can be used from the Windows Command Prompt.
OK. So can Eclipse now be configured to use Windows commands the same as ESP-IDF? And how?
I'm also getting errors trying to run python. I tried adding the installed version on the search path, but then I get errors not finding the .py file for python ${IDF_PATH}/tools/windows/eclipse_make.py. I know this file exists and the path looks right, so something is wrong with my configuration there as well.
I think a major update to the Eclipse instructions is required. If someone has figured this out, please let me know.
Thanks, Max
The instructions state:
Previous versions of ESP-IDF used the Legacy GNU Make Build System and MSYS2 Unix compatibility environment. This is no longer required, ESP-IDF can be used from the Windows Command Prompt.
OK. So can Eclipse now be configured to use Windows commands the same as ESP-IDF? And how?
I'm also getting errors trying to run python. I tried adding the installed version on the search path, but then I get errors not finding the .py file for python ${IDF_PATH}/tools/windows/eclipse_make.py. I know this file exists and the path looks right, so something is wrong with my configuration there as well.
I think a major update to the Eclipse instructions is required. If someone has figured this out, please let me know.
Thanks, Max