You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: