You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by founfabug August 3, 2022
Arduino: 1.8.13
ATTinyCore-2.0.0-dev: From today
System: Windows 10
Error on uploading: java.io.IOException: Cannot run program "C:\Users\...\AppData\Local\Arduino15\packages\ATTinyCore\tools\micronucleus\2.5-azd1b/launcher": CreateProcess error=2, The system cannot find the file specified
micronucleus.exe is at that location.
Note that platform.txt contains a definition: tools.micronucleus.cmd.path={runtime.tools.micronucleus.path}/launcher
which differs from master branch: tools.micronucleus.cmd.path={runtime.tools.micronucleus.path}/micronucleus
Reverting the definition in platform.txt resolves the error, but introduces Unrecognized option: -cdigispark
Additional debugging indicates other things are not quite right, including my understanding of what is going on :-)
Uploads as expected with 1.5.2 core.
Thank you
The text was updated successfully, but these errors were encountered:
I wonder if this is reklated to the issues I was having with the 861 ultramini boards I'm planning to sell as soon as I can make the bloody things work
Discussed in #710
Originally posted by founfabug August 3, 2022
Arduino: 1.8.13
ATTinyCore-2.0.0-dev: From today
System: Windows 10
Error on uploading:
java.io.IOException: Cannot run program "C:\Users\...\AppData\Local\Arduino15\packages\ATTinyCore\tools\micronucleus\2.5-azd1b/launcher": CreateProcess error=2, The system cannot find the file specified
micronucleus.exe
is at that location.Note that
platform.txt
contains a definition:tools.micronucleus.cmd.path={runtime.tools.micronucleus.path}/launcher
which differs from master branch:
tools.micronucleus.cmd.path={runtime.tools.micronucleus.path}/micronucleus
Reverting the definition in
platform.txt
resolves the error, but introducesUnrecognized option: -cdigispark
Additional debugging indicates other things are not quite right, including my understanding of what is going on :-)
Uploads as expected with 1.5.2 core.
Thank you
The text was updated successfully, but these errors were encountered: