-
Notifications
You must be signed in to change notification settings - Fork 1
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
avrdude will not compile with current (Debian GNU/Linux) avr-gcc #1
Comments
It is strange that this has been hidden for a long time... My fault. The returns were used as an error code, so you can |
Please find the list of changes I had to include in your patch to get avrdude, checkout 3e49f07, to compile (a few returns to satisfy the function prototypes, and a const argument I had to override to be allowed to set its entries):
|
On current Debian GNU/Linux using avr-gcc (GCC) 14.2.0, patching avrdude with
fails with the error that a void function cannot return, and
fails with the missing
const
prefix toAVRPART
, whose addition leads to the error in the assignmentsThe text was updated successfully, but these errors were encountered: