-
-
Notifications
You must be signed in to change notification settings - Fork 411
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
Supporting -mlarge compilation for MSP430 #913
Labels
Comments
Would you like to add this as a pull request? |
Sure! I'll try to get something ready over the weekend :) |
Are you still planning to do a PR? |
Ah yes sorry I'll try to have it this week, got a bit side tracked |
ReneCanadian
added a commit
to ReneCanadian/etl
that referenced
this issue
Jul 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
The issue concerns building projects for 20 bit architecture for MSP430s. Currently anything that uses
integral_limits.h
for examplespan.h
will crash. The work around that I found to this is adding a definition for int_20 inintegral_limits.h
However this has to be wrapped in an
#ifdef
as this is not compliant with ISO C++ forcing to disable-pedantic
flag.Do we consider this should be supported within the ETL library?
The text was updated successfully, but these errors were encountered: