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

Fix compilation with avr-gcc 7x #33

Merged
merged 3 commits into from
Aug 27, 2024

Conversation

adbancroft
Copy link
Contributor

Re-instate 1e245c1, which was removed as part of 4fd647b.

This provides support for avr-gcc 7.x: this is the gcc version that Arduino ships with, so it's a popular platform.

@adbancroft
Copy link
Contributor Author

May help #15, though avr-gcc 5.2 may be too out of date to parse some of the library.

include/type_traits Outdated Show resolved Hide resolved
include/utility Outdated Show resolved Hide resolved
@ckormanyos
Copy link
Collaborator

I just wanted to bump this item. Thanks @adbancroft this does interest us. I'll try to scrape up just a bit of time to take it down the GCC5 road and see what's up. I intend to look at it. It's just that this project is hard for me to find time for.

Cc: @salkinium

_GLIBCXX_USE_MAKE_INTEGER_SEQ was being tested before it was set.
@adbancroft adbancroft requested a review from jwakely July 22, 2024 21:57
@salkinium
Copy link
Member

So sorry for the wait, I completely forgot about this. I'll merge this on the weekend if there are no reviews by then.

@salkinium salkinium merged commit 123a0d7 into modm-io:master Aug 27, 2024
2 checks passed
@ckormanyos
Copy link
Collaborator

sorry for the wait, I completely forgot about this.

As did I also forget. Sorry also. Thank you @salkinium and @adbancroft for reporting this and working it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants