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
Select board that references a variant from a different vendor.
Sketch > Export compiled Binary
Error:
java.nio.file.InvalidPathException: Illegal char <:> at index 110: C:\Users\per\AppData\Local\Temp\untitled1839340130.tmp\sketch_oct24a\sketch_oct24a.ino.with_bootloader.arduino:mega.hex
at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
at java.nio.file.Paths.get(Paths.java:84)
at cc.arduino.Compiler.saveHex(Compiler.java:370)
at cc.arduino.Compiler.saveHex(Compiler.java:346)
at cc.arduino.Compiler.build(Compiler.java:148)
at processing.app.Sketch.build(Sketch.java:1108)
at processing.app.Sketch.build(Sketch.java:1083)
at processing.app.Editor$BuildHandler.run(Editor.java:2011)
at java.lang.Thread.run(Thread.java:745)
Illegal char <:> at index 110: C:\Users\per\AppData\Local\Temp\untitled1839340130.tmp\sketch_oct24a\sketch_oct24a.ino.with_bootloader.arduino:mega.hex
This is caused by the colon that is used in the reference syntax being included in the filename of the .hex file.
The text was updated successfully, but these errors were encountered:
Using Arduino IDE 1.6.6 2015/10/23 11:42
This is caused by the colon that is used in the reference syntax being included in the filename of the .hex file.
The text was updated successfully, but these errors were encountered: