-
Notifications
You must be signed in to change notification settings - Fork 3k
Resolves build failures with IAR 8.x #9187
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
Conversation
Space needed between 2 string literals [Error] fopen.cpp@204,97: [Pe2486]: user-defined literal operator not found
`size` is part of std library since c++17, and results in build errors for IAR 8.x. https://en.cppreference.com/w/cpp/iterator/size
@deepikabhavnani, thank you for your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 for the informative commits!
@theamirocohen please review |
LGTM |
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
There are reviews by @cmonr and @theamirocohen and CI passed so this should be ready. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Individual build commits describe more of build failures.
Local IAR Version 8.32
Target K64F
Pull request type