-
Notifications
You must be signed in to change notification settings - Fork 120
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
cant compile with latest boards from arduino #22
Comments
The board here is no longer maintained. Use this one instead, which does not have this issue. |
For anyone else who ends up here: https://github.com/benlye/anet-board currently doesn't fix this issue. Same compile issue, tested with Marlin 1.1.9.1 1314b31d97bba8cd74c6625c47176d4692f57790 |
@CpuID Do you really get the same error as posted above? I just tried to compile the same tag. It failed but I got totally different errors to the TIMERx redefines mentioned above (which are fixed). That said Marlin 2.0 compiles fine, and I'm pretty sure that's all I ever used the boards package for. I never used Marlin 1.x on my Anet board. |
@benlye I apologise, your repo does actually change the error profile. Currently what I get:
I then tried applying this patch (partial of MarlinFirmware/Marlin#15771 ):
And ended up with the same error (I think?):
I was considering if I need to make the leap to 2.0, was trying to put it off (for a trivial |
My next test, was trying to drop the version of Arduino AVR Boards in Board Manager from 1.8.3 -> 1.6.23 (as suggested in https://www.reddit.com/r/AnetA8/comments/dct3eo/issue_marlin_119_doesnt_compile/ ). But then I hit this (I believe due to MacOS Catalina no longer running 32bit binaries, FML):
|
Original error in #22 (comment) when using Arduino AVR Boards 1.8.2 and 1.8.1. Idea: Copy the |
Short of other suggestions here, I think I'm going to spend my time getting Marlin 2.0 installed instead. Probably better to just embrace the future rather than hanging onto the past with this one... (more active development etc) |
I am able to use the latest arduino, but need to downgrade the arduino avr to 1.6.20, complies and was able to install marlin 1.1.9-bugfix for me |
Le ven. 27 août 2021 à 12:22, Joseph Sirucka ***@***.***> a
écrit :
… I am able to use the latest arduino, but need to downgrade the arduino avr
to 1.6.20, complies and was able to install marlin 1.1.9-bugfix for me
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARH6DRSZOXDHK4RZDFACOE3T65RQFANCNFSM4IYBRJ6Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
please see screenshots below
The text was updated successfully, but these errors were encountered: