Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 249 forks source link

Can't select Arduino's folder #256

Closed powermanwxy closed 7 years ago

powermanwxy commented 9 years ago

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.

schegi commented 9 years ago

Same here.

markusk commented 9 years ago

Same here.

Sublime Text 3, Stable Channel, Build 3083 Arduino 1.6.3 Mac OS X 10.10.2

powermanwxy commented 9 years ago

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.

markusk commented 9 years ago

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.

emj365 commented 9 years ago

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

topgenorth commented 9 years ago

Having the exact same problem with Arduino 1.6.3.

ghost commented 9 years ago

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')

markusk commented 9 years ago

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]
imaginezz commented 9 years ago

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

mark2n commented 9 years ago

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!

pe-de-lodo commented 9 years ago

I'm running OS X and had the same problem. I solved it by using Arduino 1.6.0 instead of the latest.

jshardy commented 8 years ago

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

diimdeep commented 8 years ago

@jshardy you're my hero.

Robot-Will commented 7 years ago

Stino2017 does not need to select Arduino App Folder. Thanks a lot.