can u please check the part "eclipse ( windows user )"
Windows users only, follow these two additional steps:
On the same Environment property page, edit the PATH environment variable and append ";C:msys32usrbin;C:msys32mingw32bin;C:msys32optxtensa-esp32-elfbin" to the end of the default value.
(If you installed msys32 to a different directory then you'll need to change these paths to match.)
Click on the "C/C++ Build" top-level properties page then uncheck "Use default build command" and enter this for the custom build command: bash ${SDK_PATH}/bin/eclipse_windows_make.sh.
EDIT:
think users wrote exact the lines ( ;C:msys32usrbin;C:msys32mingw32bin;C:msys32optxtensa-esp32-elfbin ) in environment path like they read ( i am too in first try - then have seen the format mistake )
have maked a pull request on github.
there is a small format mistake with this line:
Code: Select all
";C:\msys32\usr\bin;C:\msys32\mingw32\bin;C:\msys32\opt\xtensa-esp32-elf\bin"
like this:
Code: Select all
``;C:\msys32\usr\bin;C:\msys32\mingw32\bin;C:\msys32\opt\xtensa-esp32-elf\bin``
best wishes
rudi