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

failure to compile with GCC 11, 12 due to old version of gtest #228

Closed
gjvc opened this issue Dec 20, 2022 · 2 comments
Closed

failure to compile with GCC 11, 12 due to old version of gtest #228

gjvc opened this issue Dec 20, 2022 · 2 comments

Comments

@gjvc
Copy link

gjvc commented Dec 20, 2022

summary
Please update the version of gtest from 1.8.1 to 1.11.0 to avoid warnings-as-errors using recent versions of GCC.

explanation
Real-Time-SDK 2.0.7.L2 is using version 1.8.1 of gtest. As explained at google/googletest#3024 this does not compile cleanly (with warnings as errors) with GCC 12 (or 11, as explained in the item)

This was fixed in gtest 1.11.0.

see also
google/googletest#3024

@vlevendel
Copy link
Contributor

vlevendel commented Dec 20, 2022

Thank you for this issue. We will need to investigate further and get back to you.

@vlevendel
Copy link
Contributor

RTSDK 2.2.0.L1 addresses this issue. Please let us know if you have further concerns. Closing.

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

No branches or pull requests

2 participants