-
Notifications
You must be signed in to change notification settings - Fork 505
Compile error when the extended filename contains a blank #61
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
Comments
This is not an issue with the bootloader, its an issue with the arduino_stm32 core Please repost the issue in that repo |
Thanks for reply-ing and pointing me in the right direction. Found a related issue (for compiling) on arduino_stm32_Core: Create a new issue there for uploading: |
I've answered you about this issue. |
Ok, I'm confused, but opened a new issue here. Thanks. |
Uh oh!
There was an error while loading. Please reload this page.
Newbie for STM32duino here, I'm using a Mac.
The pathname of my sketch files contains a blank, something like:
This results in Arduino compile errors like
As a quick fix I adapted the maple_upload source:
$(dir)
with"${DIR}"
${DFU_UTIL}
with"${DFU_UTIL}"
I'm sure there's a neater way to fix the issue, but the quick fix worked for me.
Would it be possible to correct maple_upload so that it is compliant with pathnames containing a blank?
The text was updated successfully, but these errors were encountered: