-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup - ESP-IDF Tools 2.0 Installer for WIndows. IDF_TOOLS_PATH cant be changed once set from previous install. (IDFGH-1544) #3806
Comments
@dlafont To change the IDF_TOOLS_PATH, please go to "Add or remove programs" in Settings, and uninstall "ESP-IDF Tools 2.0". Then install again, the option to choose the installation path will become available. |
Unfortunately uninstall also doesn't work in this case, because Windows does not find the unins000.exe. In my case, my username has a space in it, which prevented the installer from working, but now it is impossible to uninstall either and the setting for the wrong directory is remembered and a cannot be overwritten. |
Installation path can now be changed in a subsequent install, without uninstalling and logging out. The default value of the installation path is set to IDF_TOOLS_PATH environment variable, if it was already set by the previous installation, or by the user. Closes espressif#3806
Includes the following changes: 80ad09f allow changing the installation path (a fix for #3806) 9c5284e verify that IDF_PATH doesn't contain spaces aaf3dcb fix quoting of IDF_TOOLS_PATH (a fix for #3807) e6e1792 tools: update idf_exe to 1.0.1 76dc87e idf_exe: fix NULL pointer passed to WriteFile (fixes for #3740)
Includes the following changes: 80ad09f allow changing the installation path (a fix for #3806) 9c5284e verify that IDF_PATH doesn't contain spaces aaf3dcb fix quoting of IDF_TOOLS_PATH (a fix for #3807) e6e1792 tools: update idf_exe to 1.0.1 76dc87e idf_exe: fix NULL pointer passed to WriteFile (fixes for #3740)
When using the new installer for ESP-IDF Tools 2.0 for Windows 10. If you have set the ESP-IDF Tools installations folder incorrectly you can no longer change it to some other location in subsequent install attempts.
The first time you install it asks "Select Destination Locations" and "Where should the ESP-IDF Tools be installed?". After the first install attempt, it no longer asks you and uses the prior default location from the last install without giving you the option of changing even if it is wrong.
You can never change the location again even if it is incorrect.
----------------------------- Delete below -----------------------------
If your issue is a general question, starts similar to "How do I..", or is related to 3rd party development kits/libs, please discuss this on our community forum at esp32.com instead.
INSTRUCTIONS
Before submitting a new issue, please follow the checklist and try to find the answer.
If the issue cannot be solved after the steps before, please follow these instructions so we can get the needed information to help you in a quick and effective fashion.
----------------------------- Delete above -----------------------------
Environment
git describe --tags
to find it):// v3.2-dev-1148-g96cd3b75c
xtensa-esp32-elf-gcc --version
to find it):// 1.22.0-80-g6c4433a
Problem Description
//Detailed problem description goes here.
Expected Behavior
Actual Behavior
Steps to repropduce
// It helps if you attach a picture of your setup/wiring here.
Code to reproduce this issue
// If your code is longer than 30 lines, GIST is preferred.
Debug Logs
Other items if possible
build
folder (note this may contain all the code details and symbols of your project.)The text was updated successfully, but these errors were encountered: