-
Notifications
You must be signed in to change notification settings - Fork 449
Closed
Description
Error is
/home/andrea/foo/arduino-1.5.8/hardware/tools/avr/../avrdude -q -V -p atmega328p -C /home/andrea/foo/arduino-1.5.8/hardware/tools/avr/../avrdude.conf -D -c arduino -b 115200 -P /dev/null
-U flash:w:build-uno/ino.hex:i
make[1]: /home/andrea/foo/arduino-1.5.8/hardware/tools/avr/../avrdude: Command not found
reason is that avrdude (and avrdude.conf) have moved between 1.5.6-r2 and 1.5.8.
(ignore /dev/null, on this machine I have no serial port, I was just trying to get the command line for the bug report)
They used to be in
arduino-1.5.6-r2/hardware/tools
now they are in
arduino-1.5.8/hardware/tools/avr/bin
and
arduino-1.5.8/hardware/tools/avr/etc
so the autodetection around lines 400 ot Arduino.mk fails now.