Update sources, fix api calls#8
Open
verglasz wants to merge 2 commits intois1200-example-projects:masterfrom
Open
Update sources, fix api calls#8verglasz wants to merge 2 commits intois1200-example-projects:masterfrom
verglasz wants to merge 2 commits intois1200-example-projects:masterfrom
Conversation
Update to more recent versions of the toolchain components and fix the resulting errors in bin2hex due to api changes
Update the disk requirement to match that of the newer versions and remove the section about the libgmp version hack, as it no longer applies.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the toolchain components to more modern versions,
for better C standard support, better diagnostics, some new extensions
and overall a more closer match to the native toolchain most distributions
ship with nowadays (so people can test programs locally with their x86 gcc
without having unexpected problems when compiling for the ChipKit).
Avrdude is left to an older version because I couldn't get the newer ones to work,
but it'd be nice to port everything to a newer version so that people can use the one their
distro ships with instead of having to compile it from source.
I used it to compile the code for the labs and also most of my project,
and didn't notice any issue from the version change.