-
Notifications
You must be signed in to change notification settings - Fork 132
on linux the Arduino delivered avrdude in toolchains 1.6.16 (for avr) and 1.6.10/11 (for samd) is "broken" #616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm missing what you are trying to say. |
I want to say that avrdude library which is packaged into plugin has external dependencies on system libraries, especially on ncurses-5.x. If you don't have it (in my case I have ncurses-6.x installed) then avrdude just not work and you are not able to upload sketch. BTW: is there any easy way to configure plugin to use external gcc and avrdude but not that which are packaged in plugin? In older version of plugin it was possible if I'm not mistaken. |
What wazs confusing me:
Sloeber does not package a avrdude. The avrdude found at "tools/arduino/avrdude/6.3.0-arduino8/bin" is packaged by arduino. |
As to this thread it seems as a real Arduino issue https://bbs.archlinux.org/viewtopic.php?id=221230 |
yep. Just checked with latest Arduino-1.8.0. The same issue. |
Thanks for checking. |
yes. just reported here arduino/Arduino#5783 |
txs :-) |
The issue moved here arduino/avrdude-build-script#4 |
Closing as Arduino needs to fix and this version will never be fixed |
'avrdude' binary from eclipse plugin has broken dependency on ncurses libtinfo:
Plugin version: 3.0.0.201603312133
The text was updated successfully, but these errors were encountered: