I am experiencing an issue when the Arduino IDE is compiling for a Multi-4-in-1 board, and I am logged in with a windows username that contains a space.
During the linking stage an error is thrown right after successful execution of: do_version.bat
The error is thrown in the middle of my windows user name, (again, contains a space).
i.e User is 'My Name',
The error thrown is: 'C:\Users\My' is not recognized as an internal or external command
When I run under a Windows user that doesn't contain a space, the compile completes successfully. I believe this is related to something in the linking process.
Note: I can compile code when other than a 'Multi-4-in-1 ' AVR board is selected (i.e compile for Arduino Mini works fine with username containing a space.)
I am experiencing an issue when the Arduino IDE is compiling for a Multi-4-in-1 board, and I am logged in with a windows username that contains a space.
During the linking stage an error is thrown right after successful execution of: do_version.bat
The error is thrown in the middle of my windows user name, (again, contains a space).
i.e User is 'My Name',
The error thrown is:
'C:\Users\My' is not recognized as an internal or external commandWhen I run under a Windows user that doesn't contain a space, the compile completes successfully. I believe this is related to something in the linking process.
Note: I can compile code when other than a 'Multi-4-in-1 ' AVR board is selected (i.e compile for Arduino Mini works fine with username containing a space.)