Description
I just downloaded the "Arduino 1.6.5 Hourly Build 2015/05/15 06:16" Arduino software, and tried out the new "Export Compiled Binary" option without doing anything else. I got the first line highlighted and a whole lot of errors:
C:\Users\Isaac\AppData\Local\Temp\build1926227438616564483.tmp/sketch_may16a.cpp.elf C:\Users\Isaac\AppData\Local\Temp\build1926227438616564483.tmp/sketch_may16a.cpp.hex
processing.app.debug.RunnerException
at processing.app.debug.Compiler.saveHex(Compiler.java:1172)
at processing.app.debug.Compiler.compile(Compiler.java:437)
at processing.app.debug.Compiler.build(Compiler.java:117)
at processing.app.Sketch.build(Sketch.java:1162)
at processing.app.Sketch.build(Sketch.java:1137)
at processing.app.Editor$BuildHandler.run(Editor.java:2057)
at java.lang.Thread.run(Thread.java:745)
Caused by: processing.app.helpers.PreferencesMapException: recipe.output.tmp_file
at processing.app.helpers.PreferencesMap.getOrExcept(PreferencesMap.java:268)
at processing.app.debug.Compiler.saveHex(Compiler.java:1162)
... 6 more