-
Notifications
You must be signed in to change notification settings - Fork 53
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 does not work with Arduino 1.8.10 #34
Comments
What error do you get? I prefer not to hard-code the Avrdude version every time there's a new release either. |
Did not note down exactly, but could definitely not find avrdude,
probably because of undefined macro. No idea if there is a suitable
version independent variant.
…On 20.09.2019 15:26, Hans wrote:
What error do you get? I prefer not to hard-code the Avrdude version
every time there's a new release either.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#34?email_source=notifications&email_token=ACGJV4H6A7V6IQ7KU6KPD7LQKTFRNA5CNFSM4IYW7M72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7GWBNY#issuecomment-533553335>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACGJV4C7FLEYOJEI4WCJLYDQKTFRNANCNFSM4IYW7M7Q>.
|
See also MCUdude#34
No issues here.
|
I see no avrdude in your log, I see only the compiler and linker etc. The problem for me was the upload step, i.e. using avrdude. I did install the new Arduino using install.sh, which I assume removes the previous avrdude version. |
You're right. The Avrdude path is fixed in db73134 |
Excellent! |
Trivial fix in megaavr/platform.txt:
tools.avrdude.path={runtime.tools.avrdude-6.3.0-arduino17.path}
The text was updated successfully, but these errors were encountered: