-
-
Notifications
You must be signed in to change notification settings - Fork 48
[OSX] toolchain 3.6.0 produces wrong binary with 328p target #48
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
Should be fixed by AVR core 1.6.205 (based on |
I assume you want the OSX toolchain discussion to continue here.
|
Hi @MCUdude , indeed the OSX build had a problem importing the right |
Great! Will test it tonight 👍 |
I get this error when trying to install 1.6.206:
|
It looks like the checksum value in the JSON file wasn't updated. It should be It's strange that when updating from 1.6.205 you get that less helpful message:
But on a fresh install you get the more useful message:
|
Fixed, thank you for spotting this. |
AnalogReadSerial now compiles and runs fine on ATmega328PB. Will do some more testing to verify that everything works fine with the 328PB 🙂 |
Moved from arduino/Arduino#6899
The issue looks OSX specific; to reproduce, install the staging avr core (1.6.200) and compile AnalogReadSerial. The result will contain a
?
at the end of every println.The text was updated successfully, but these errors were encountered: