-
-
Notifications
You must be signed in to change notification settings - Fork 7k
1.6.4 avr-g++: error: {compiler.warning_flags}: No such file or directory #3028
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
What is the hack exactly? You added the @ffissore, so apparently the core 1.6.4 is not actually usable at all without also upgrading the IDE. The fix suggested above would work as a backward compatibility thing, though if we add it, it should be clearly marked as such. Alternatively, releasing the 1.6.4 IDE and then marking the 1.6.4 core as needing the 1.6.4 IDE might be better (do we even have a way to mark this dependency now?) |
@matthijskooijman Yes, I added |
@mschlenker, the code in current git (which would be IDE 1.6.4) sets the |
@matthijskooijman This sounds reasonanble, but why is the toolchain released independently than? |
@mschlenker, for quicker and easier updates, I presume, but @ffissore knows more :-) |
My mistake |
@ffissore Shit happens. It might make sense to pull back the 1.6.4 toolchain update, release it with a fixed platform.txt as 1.6.4.1 and then bring the complete update of IDE and toolchain as 1.6.5. This way no one has to manually delete the 1.6.4 toolchain. |
I chose 1.6.5 since to adhere to semver. AVR core released. Please upgrade |
This happened after updating the toolchain to 1.6.4. Ubuntu 14.10, 64 bit:
Code used was the bare minimum, board Arduino Uno:
When deleting the hardware/avr in /home/mattias/.arduino15, everything works again. Is the problem due to my local setup or a bug in the updated toolchain?
Update, this weird hack seems to have fixed it (
$HOME/.arduino15/packages/arduino/hardware/avr/1.6.4/platform.txt
), I might check later for a proper fix.The text was updated successfully, but these errors were encountered: