Skip to content

Error compiling code when there is a space in the file path #78

@bradleywell

Description

@bradleywell

When compiling the code, an error occurred where the code would not compile if there was a space in the file path. The issue was traced to the following command while compiling "-IC:\Filepath\Sketch" where it is run without quotations so any space in the file path splits the command. The error was traced to the Seeed board used, compiling a similar sketch with a space in the file path using an Arduino Uno as the target board did not throw an error but switching to the Seeed board causes the issue to appear.

This isn't something that we can fix on our end, the board files for the Seeed board used need to be updated. Documenting this here as a known issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions