10000 avrdude not autodetected in IDE 1.5.8 · Issue #301 · sudar/Arduino-Makefile · GitHub
[go: up one dir, main page]

Skip to content
avrdude not autodetected in IDE 1.5.8 #301
@audetto

Description

@audetto

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0