-
-
Notifications
You must be signed in to change notification settings - Fork 398
windows - following symlink to network share not working #745
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
Comments
This comment was marked as duplicate.
This comment was marked as duplicate.
Hi @novalisek I think you are using the old and deprecated https://github.com/arduino/arduino-builder, |
Hi @umbynos
(which also contains hardware definitions for ESP32) I am still getting
Is I think the problem is somewhere in the path - it is showing |
You must use Arduino CLI @novalisek. Reporting results you are getting from Arduino IDE 1.8.19 is not useful to us because that is an outdated version of the IDE in maintenance mode. I'll provide instructions you can follow to test this with Arduino CLI:
This will produce a compilation under conditions equivalent to what you did in Arduino IDE 1.8.19. Do you still get an error when you do that, or is the compilation successful?
Yes, as was explained to you already.
Please use Arduino CLI. There is already a known issue specific to the Arduino IDE 2.x codebase related to dealing with this type of UNC path: arduino/arduino-ide#1475. That bug might interfere with your ability to test whether there is some problem with Arduino CLI's handling of these conditions. |
@per1234 hello, sorry for using IDE with deprecated arduino-cli, may be they should add some note to download page, that it contains deprecated utils and shouldn't be used. Anyway I tried your steps, and I am still getting that error:
I think there is still "\" missing in the path |
Do you mean that |
@cmaglie it should be |
Describe the problem
I am running Windows 7 under VirtualBox and I have folder shared via Virtualbox, it can be seen as
\\vboxsrv\programy
.I have mapped it using:
mklink /D d:\programy \\vboxsrv\programy
From the
arduino-builder
command:I only see
it seems that it is missing
\
inprogramyarduino
(it should be\\VBOXSVR\programy\arduino
)Expected behavior
It should be possible to disable following symlinks or it should be repaired so that following them doesn't cause errors
Arduino CLI version
Arduino Builder 1.5.3
Operating system
Windows 7 64bit running under Virtualbox with network shares mapped to local directories
Additional context
Arduino Builder 1.4.7 from Arduino 1.8.10 is working fine, I noticed this problem for the first time in Arduino 1.8.12
Issue checklist
The text was updated successfully, but these errors were encountered: