Cannot run program "{runtime.tools.avrdude.path}/bin/avrdude" #7158
Labels
IDE 1.9.x Beta
Related to the Arduino IDE Beta Build
Type: Duplicate
Another item already exists for this topic
I'm trying to compile the sketch for https://github.com/Imposter/brite-arduino and it requires constexpr so I am trying to use the Arduino beta. Unfortunately, it does not seem to be able to find its own tools.
java.io.IOException: Cannot run program "{runtime.tools.avrdude.path}/bin/avrdude": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26)
at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:129)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:207)
at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78)
at processing.app.SketchController.upload(SketchController.java:796)
at processing.app.SketchController.exportApplet(SketchController.java:767)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2254)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 8 more
An error occurred while uploading the sketch
The text was updated successfully, but these errors were encountered: