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
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
The text was updated successfully, but these errors were encountered:
That's probably because you have installed a avr core with boards manager: that core wins over the bundled one but it misses export recipes. I'll add checks for avoiding such issue. Thanks for notifying
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
The text was updated successfully, but these errors were encountered: