1

I can't compile a simple blink sketch.

Error is:

[Stino - Start building "t5"...]
[ 3%] Creating C:\Users\lov\AppData\Local\Temp\Stino_build\t5\t5.ino.cpp.o...
The filename, directory name, or volume label syntax is incorrect.

See also see similar question, that answer not working here.

Path to IDE app is C:\Program Files (x86)\added\Arduino.

dda
1,5951 gold badge12 silver badges17 bronze badges
asked Feb 3, 2016 at 13:25
3
  • Rename the program file to t5.cpp . Commented Feb 3, 2016 at 13:53
  • 3
    I suggest you do not install into 'C:\Program Files (x86)\added\Arduino'. Windows does some weird things with that directory, believe me. I usually put it on the desktop or somewhere I have normal write access to. Commented Feb 4, 2016 at 4:51
  • I've been working with Sublime Text 3, and trying to get it to work with Arduino IDE 1.8.1. It has not gone well. From what I've read Stino is not compatible with the IDE beyond 1.6.2 or so, as the IDE library management was completely redone, among other things. I have just gotten that combination [Sublime 3 & IDE 1.6.2] to work ok, but still seem to have some library problems. As for Stino, it looks like there is a new version in the works, but not complete. More info on Github. It you actually succeed, I would like to know about it. Commented Mar 1, 2017 at 7:32

1 Answer 1

1

Sorry but this is too big for a comment.

Firstly please can you check the obvious, in Windows Explorer paste the path C:\Users\lov\AppData\Local\Temp\Stino_build\t5 into the address bar and does the directory exist. (I have fallen for that so many times)

Secondly do you have permission to create a file there?

Have you updated the IDE? Does blink compile?

Have you tried running the IDE as admin?

Hopefully one of those will fix it.

answered Feb 3, 2016 at 13:32

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.