Skip to content
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

Update sources, fix api calls #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

verglasz
Copy link

@verglasz verglasz commented Jan 29, 2022

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant