-
Notifications
You must be signed in to change notification settings - Fork 295
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
Build failure - Ubuntu 22.10 / gcc-12 #455
Comments
Try to remove |
@danmilea |
Ubuntu 22.10 is reaching end of life on July 20, 2023. I ran the same build on Ubuntu 23.04 with gcc 12.2.0 and I get the same error (see attachment). I also tested gcc-13 which is available on 23.04, and the behavior is identical, i.e. compilation failure similar to the one captured in the log. |
This issue has been marked as a stale issue because it has been open (more than) 45 days with no activity. |
The if (&rpc->ept) comparison will always evaluate as 'true', since rpc == &rpc->ept and rpc is previously checked to be valid. This produces an error when building open-amp with gcc >= 13. Signed-off-by: Dan Milea <[email protected]>
Build open-amp for Linux as described in build_linux in
https://github.com/OpenAMP/open-amp/blob/main/.github/actions/build_ci/entrypoint.sh
On Ubuntu 22.10 with default compiler gcc-12 the compilation will fail.
build_failure_gcc12_ubuntu22.10.txt
The text was updated successfully, but these errors were encountered: