Skip to content

"Export Compiled Binary" errors #3171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Isaac96 opened this issue May 16, 2015 · 2 comments
Closed

"Export Compiled Binary" errors #3171

Isaac96 opened this issue May 16, 2015 · 2 comments
Assignees
Labels
Component: IDE user interface The Arduino IDE's user interface Type: Bug
Milestone

Comments

@Isaac96
Copy link

Isaac96 commented May 16, 2015

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

@ffissore
Copy link
Contributor

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

@ffissore ffissore added Type: Bug Component: IDE user interface The Arduino IDE's user interface labels May 18, 2015
@ffissore ffissore self-assigned this May 18, 2015
@ffissore
Copy link
Contributor

Fixed. Fix will be available with next hourly build

@ffissore ffissore modified the milestone: Release 1.6.5 May 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE user interface The Arduino IDE's user interface Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants