If you can't decide about the correct group/ownership to use, you could always
ship the .rules files in doc/examples/ and leave the final decision to the user.
Dima Kogan writes:
> I see avrdude crash [...] The core isn't particularly illuminating
Recompile the avrdude package with debugging symbols:
https://wiki.debian.org/HowToGetABacktrace#Rebuilding_the_package_you.2BIBk-re_debugging
Then reproduce the bug. Also try passing - to avrdude.
Package: avrdude
Version: 6.1-4
Compiling avrdude with -Wextra reveals two cases of unreachable code due to a
comparison unsigned < 0:
avrftdi.c: In function ‘set_frequency’:
avrftdi.c:201:14: warning: comparison of unsigned expression < 0 is always
false [-Wtype-limits]
if (divisor < 0) {
^
3 matches
Mail list logo