Closed powermanwxy closed 7 years ago
Same here.
Same here.
Sublime Text 3, Stable Channel, Build 3083 Arduino 1.6.3 Mac OS X 10.10.2
I am already solved this problem,your Arduino 's version is too high,try to change to1.2.X
在 2015年4月22日,00:11,Markus notifications@github.com 写道:
Same here.
Sublime Text 3, Stable Channel, Build 3083 Arduino 1.6.3 Mac OS X 10.10.2
— Reply to this email directly or view it on GitHub.
Version 1.2.X is centuries old and not available for download: http://www.arduino.cc/en/Main/OldSoftwareReleases#previous
I found the path correctly set in file stino.settings:
{
"arduino_folder": "/Applications/Arduino.app",
"baudrate": 4,
"board": 0,
"full_compilation": true,
"platform": 1,
"platform_name": "Arduino AVR Boards",
"serial_port": 5
}
But it is still asking for me to set it... Is there an option within the package to make it "believe", that the path is correctly set? Any manual change in any other file or code?
Any help appreciated.
Same here my IDE is 1.6.3.
{
"arduino_folder": "/opt/homebrew-cask/Caskroom/arduino/1.6.3/Arduino.app",
"full_compilation": true,
"line_ending": 3,
"serial_port": 4,
"verify_code": true
}
not works
Having the exact same problem with Arduino 1.6.3.
I had the same problem, fixed by go to /Users/Name/Library/Application Support/Sublime Text 2/Packages/Arduino-like IDE/app/base.py and change line 284: folder = os.path.join(folder, 'Contents/Resources/Java') to folder = os.path.join(folder, 'Contents/Java')
Thanks. Does not work with here (Sublime Text 3):
Compiling abc...
Creating /Users/markus/Documents/Arduino_Build/abc/abc.ino.cpp.o...
/bin/sh: avr-g++: command not found
[Stino - Error 127]
I have the same issue, I use Arduino on my surface pro 3(Work with sublime text 3),but I can't select the arduino folder on my SD card or SSD. My folder is D:\Programs\Arduino
Just in case that some Windows user come here looking for similar issue's solution, here is my experience:
Install both "Arduino-like IDE" package, and "Stino" package.
I don't know what's the reason, but it works. Good luck!
I'm running OS X and had the same problem. I solved it by using Arduino 1.6.0 instead of the latest.
I found a solutions lol. You aren't going to believe this... STOP typing in the arduino location folder!!! There is a text box, look below it. There is a / showing which folder it is in. Cick on the / and navigate to to each folder. When you finally get to the right one it will just disappear and work.... I can't believe something so stupid wasted hours of my time lol.
Hopefully this saves someone else from hours of frustration!
Joshua
@jshardy you're my hero.
Stino2017 does not need to select Arduino App Folder. Thanks a lot.
Why there is NO respond when I choose Arduino 's folder on quick panel? My system is OS X 10.10.3,and my Arduino IDE is 1.6.0.