Skip to content

Arduino IDE Linking error when Win Username has a space #12

@jlcook83

Description

@jlcook83

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions