gepd / Stino

A Sublime Text Plugin for Arduino
Other
33 stars 10 forks source link

Verify/Compile error using ST3 OSX 10.10.5 IDE 1.6.6 #8

Open rdaisson opened 9 years ago

rdaisson commented 9 years ago

I installed newest version using Package Control. When i do verify/compile there is a error associated with .elf, .hex and .eep files, because the compiler is trying to put those files in a folder called "sketch", inside the BUILD\sketch_name directory. After the error, if i create a folder "sketch" inside the folder "sketch_name" and run verify/compile again, no error occurs.