Skip to content
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

User with space not working #6

Closed
ArielWolle opened this issue Mar 23, 2021 · 4 comments · Fixed by #7
Closed

User with space not working #6

ArielWolle opened this issue Mar 23, 2021 · 4 comments · Fixed by #7

Comments

@ArielWolle
Copy link

On windows I was dumb and have a user with a space in the name and now the file is going to the wrong place. Im sure the package is there
image

@ArielWolle
Copy link
Author

its supposed to be "C:\Users\Ariel Wolle\AppData\Local\Arduino15\packages\rp2040\hardware\rp2040\0.9.0" but its currently "Wolle\AppData\Local\Arduino15\packages\rp2040\hardware\rp2040\0.9.0"

@ArielWolle
Copy link
Author

changed account file name and now works it was definitely the space

earlephilhower added a commit that referenced this issue Mar 24, 2021
Properly quote all instances of file paths and runtime paths in the
platform file to ensure thathaving a username with spaces in it won't
break the compile.

Fixes #6
@earlephilhower
Copy link
Owner

@ArielWolle yes, it's related to a space in the path and missing quotation marks around filenames.

Can you try #7 out and report back?

If you can't use git, then just download the file https://raw.githubusercontent.com/earlephilhower/arduino-pico/40e014419586a29c47ab548dc0ad038c82979436/platform.txt , overwrite the platform.txt in the rp2040 directory you were looking at, and restart the IDE (restart required or Arduino will not read the new file).

@ArielWolle
Copy link
Author

yup works perfectly thanks for the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants