SOLVED: Upload question - slightly advanced

Hi there, Ive just rebuilt my dev system, new instalaltion of IDE 1.8.10
Compiles OK - very well worn sketch, no problems there...

BUT - when it hits the upload phase - it fails immediately...

Bootloader file specified but missing: C:\Program

Sketch uses 79866 bytes (61%) of program storage space. Maximum is 130048 bytes.

Global variables use 13200 bytes of dynamic memory.

java.io.IOException: Cannot run program "REMOVE/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.runCommand(SerialUploader.java:383)

at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:197)

at cc.arduino.UploaderUtils.upload(UploaderUtils.java:77)

at processing.app.SketchController.upload(SketchController.java:732)

at processing.app.SketchController.exportApplet(SketchController.java:703)

at processing.app.Editor$UploadHandler.run(Editor.java:2075)

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)

... 9 more

An error occurred while uploading the sketch

What happened, Where did "REMOVE/bin/avrdude" go ?
Is this going to be a simple reinstall the GUI ? or something more.

Thanks

The "REMOVE" is a placeholder which is meant to be replaced when the actual path to avrdude is discovered by the IDE. When it is not replaced, this indicates that avrdude is missing. This can happen if a Boards Manager installation fails to install the tools. You can follow the procedure described in this help center article to fix it:

Ok, thanks...
That makes sense, I do use custom boards & platforms, and ‘thought’ I’d rebuilt them properly.

I did another new reinstall - using the current 1.8.13, and re-tweaked my txt files...
It all came back to life
Thanks for the pointer!

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.