Skip to content
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

Windows Max Path length being exceeded. #22

Open
jwd83 opened this issue Oct 6, 2018 · 2 comments
Open

Windows Max Path length being exceeded. #22

jwd83 opened this issue Oct 6, 2018 · 2 comments

Comments

@jwd83
Copy link

jwd83 commented Oct 6, 2018

I have noticed an error on the Arduino windows platform running the latest beta where the path length can exceed the maximum length allowed by Windows. The problem appears to be with respect to all the option names being part of the cached object file name. The first build will generally work properly but the second time you build the project Arduino will complain that it can't find a file at the path relative to the build folder. The instance I had today the full path was around 275 characters in length while Windows allows only 260 (including the null terminator) I believe. The immediate workaround is restart the IDE each time OR adjusting the option names (I quickly went with the latter).

@per1234
Copy link

per1234 commented Oct 8, 2018

Which version of the Arduino IDE are you using?

The problem you report has been resolved by arduino/arduino-builder@ab41198. That fix is in the arduino-builder 1.4.1 used by Arduino IDE 1.8.7.

@jwd83
Copy link
Author

jwd83 commented Oct 17, 2018

I'm on 1.8.5. I haven't made the jump to 1.8.7 yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants