-
Notifications
You must be signed in to change notification settings - Fork 130
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
Unable to build on exFAT on Linux #366
Comments
I do not understand your issue. What does the python venv has to do with exFAT supporting or not supporting symlinks? Are you trying to place the build artefact and your project on exFAT? |
My project and the
complete log
Building the exact same code on ext4 works. I also tried to create a venv on exFAT manually, but it doesn't work. So I guess it's a general python problem. I just didn't expect a rust project to not work on exFAT and I don't want others to waste their time. Build command:
|
I think the ESP IDF build itself likely does not support building on "exFAT". If you would like this mentioned in |
While building, esp-idf automatically creates a python venv. The problem is that on Linux, this venv uses symlinks (python has an option to turn that off, but it doesn't work...), but exFAT does not support symlinks.
It would therefore be good to mention this requirement for symlinks in the README (or maybe the README of esp-idf-template?).
The text was updated successfully, but these errors were encountered: