arduino-cmake / Arduino-CMake-NG

CMake-Based framework for Arduino platforms
MIT License
138 stars 39 forks source link

System avrdude is not found #62

Closed ghost closed 5 years ago

ghost commented 5 years ago

As the avrdude should not be part of the sdk path and is therefore not installed there by the package manager (as the avrdude is usable without the sdk) it needs to be found on its own. The dependencies of this project even list avrdude as a separate package to be installed.

This is related to issue: #53

P.S. I'm on arch linux

ghost commented 5 years ago

It seems, that it does find the avrdude tool, but not the avrdude.conf located under /etc

MrPointer commented 5 years ago

@Aentfs Well, as commented in #53, it's indeed not supported yet, so there's no point of re-discussing it until then. With that being said, you could try and introduce support for this by yourself and PR it when it's ready 😃