Skip to content

Issue when compiling on windows with path containing white space #256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jmchiappa opened this issue May 28, 2018 · 1 comment
Closed

Issue when compiling on windows with path containing white space #256

jmchiappa opened this issue May 28, 2018 · 1 comment
Assignees
Labels
bug 🐛 Something isn't working
Milestone

Comments

@jmchiappa
Copy link
Contributor

Compilation failed on Windows 7 x64. I'm using the release 1.2.0.
It appears when the build path contains white space.
By modifying platform.txt file in this way
compiler.extra_flags=-mcpu={build.mcu} -mthumb "@{build.opt.path}"
It fixed the issue. I just added double quote.

@fpistm fpistm self-assigned this May 28, 2018
@fpistm fpistm added the bug 🐛 Something isn't working label May 28, 2018
@fpistm fpistm closed this as completed in 9bb2a17 May 28, 2018
@fpistm
Copy link
Member

fpistm commented May 28, 2018

Thanks for the report and fix @jmchiappa

@fpistm fpistm added this to the 1.2.1/1.3.0 milestone May 28, 2018
benwaffle pushed a commit to benwaffle/Arduino_Core_STM32 that referenced this issue Apr 10, 2019
Issue and fix reported by @jmchiappa
Fix stm32duino#256

Signed-off-by: Frederic Pillon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants