-
-
Notifications
You must be signed in to change notification settings - Fork 398
wind10 compile output file path Error #90
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
Thanks for the bug report.
Yes, try use |
Could you post the output with the |
I have found the question: SO, here's my clue:
|
I think it's not a bug, close it |
When i compile the sketch, the output file path cannot be found.
In this img, the windows showed cannot create the floder because the specific floder is the same name with the sketch file "test.ino".
so I tried to change the output file path to the floder same as test.ino with command below
arduino-cli.exe compile --fqbn arduino:avr:uno F:\arduino\cli\test\test.ino -o F:\arduino\cli\test\ --debug
it works!
But, when i'm doing upload process, same question occured.

cannot create the path.
And the I tried to specify the upload file with command below
arduino-cli.exe upload -p COM4 --fqbn arduino:avr:uno -i F:\arduino\cli\test\test.hex
failed :(
so maybe we can change the default output compile file path or we can specify the upload hex file manully?
The text was updated successfully, but these errors were encountered: