Compile issue with multiple consecutive whitespaces in path #320
Labels
conclusion: resolved
Issue was resolved
os: windows
Specific to Windows operating system
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Moved from arduino/Arduino#8861 by @fcooper
Hi,
I'm running into an issue with multiple whitespaces in the ide's path. The problem appears to be with the code that is processing /hardware/platform.txt. Something is causing it to strip multiple sequential white spaces and turn it into a single white space. When compiling any program I get the below error:
The full compile log can be found here: https://pastebin.com/nGx3vxAf
As you can see the ide is located at
not
In other places the proper path in the log is seen except when calling ctags.
IDE Version: 1.8.9
OS: Windows 10 64-bit
Board: Arduino Uno WiFi Rev2
Board Package Version: 1.6.26
I'm running Arduino 1.8.9 on Windows 10.
The text was updated successfully, but these errors were encountered: