-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Compiling example in its default location - unable to remove folder. (IDFGH-2960) #4993
Comments
I tried backuping this folder, but git says it's not a git repo. Probbably I did it manually from github? I can see that it was created early January this year. I guess it was 3.3 or 4.0 because it still used tcpip instead of esp-netif. Is there any other way to determine version by reffering to available files? A bit off-topic, upgrading toolchain requirements for 4.2 still work with earlier verisons of IDF? |
Version is not enough in this case. You can take a look at
The same toolchain should work for all v4.x releases. You need an older one for v3.x. |
The folder could have been created by an earlier (unpatched) version of IDF. If the function is not there anymore then it won't create those "con" directories. |
I checked out the latest v3.3 and v4.0 branches and did a build of the same example. No "con" dictionaries were created. I close this issue under assumption that those directories were created by an IDF version which doesn't contain the fix. |
I'm noticing same problem another time with W10. I compiled example code (examples\wifi\getting_started\station) code through mingw. Then I decided to update my esp-idf. Classic way, remove old esp-idf folder and just download using git. For some reason there is folder in such path
examples\wifi\getting_started\station\build\include\config\smp\slave\con
which cannot be removed by just delete. When I try to acces this folder I get error
Translation is something like:
As I know con is exclusive folder name in Windows, I'm bit unsure why it hapens, maybe it isn't typical bug, but maybe solution below will help someone in future.
Previously I had similar issue with esp-adf
Only way to remove it is to use in cmd
rd /s \\?\C:\folder_path
The text was updated successfully, but these errors were encountered: