amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 232 forks source link

Build hangs on 0.3.7 #181

Open pdhansen opened 10 years ago

pdhansen commented 10 years ago

Hi all. First of all, thank you for a great tool.

Issue: My build hangs after updated to 0.3.7 and Arduino 1.5.6-r2.

note: in /environment.py I have forced ino to look for arduino here_: arduino_dist_dir_guesses = [ '/usr/share/arduino-1.5.6-r2/', ]

An example with blink:

tree

. ├── lib └── src └── Blink.ino

ino build

Searching for Board description file (boards.txt) ... found multiple:

... It will stay here forever

Any advice?

Br. Peter