]> granicus.if.org Git - esp-idf/commitdiff
Eclipse docs: Prepend IDF paths to beginning of PATH
authorAngus Gratton <angus@espressif.com>
Tue, 30 Aug 2016 08:10:30 +0000 (18:10 +1000)
committerAngus Gratton <angus@espressif.com>
Thu, 8 Sep 2016 03:39:09 +0000 (13:39 +1000)
Avoids problem when a different incompatible make (MSYS1 or other) is already on PATH.

docs/eclipse-setup.rst

index 07c8c2538e45fb6a3442bc0325248b4c3e015c70..2f36a5fc9d3f27c73f7cc87c159e137f9d090a8f 100644 (file)
@@ -39,7 +39,7 @@ Project Properties
 
 *Windows users only, follow these two additional steps:*
 
-* On the same Environment property page, edit the PATH environment variable and append ``;C:\msys32\usr\bin;C:\msys32\mingw32\bin;C:\msys32\opt\xtensa-esp32-elf\bin`` 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.)
+* On the same Environment property page, edit the PATH environment variable and prepend ``C:\msys32\usr\bin;C:\msys32\mingw32\bin;C:\msys32\opt\xtensa-esp32-elf\bin;`` at the **beginning** 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 ${IDF_PATH}/bin/eclipse_windows_make.sh``.