-
Notifications
You must be signed in to change notification settings - Fork 122
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
GCC12 support for Yocto Linux #487
Comments
if this warning ist suppressed this is the next:
|
If this is also suppressed, it is building. |
Thank you for reporting this issue. Would you share the Docker image link? I spent some time installing gcc-12 but got |
Thank you for the quick response - here is all you need: Dockerfile |
Is the link correct? Only
|
Sure - we are using Yocto to build your software. Yocto builds EVERYTHING from scratch - so GCC 12 as well. |
#495 was created to address some warnings reported by gcc-12. The build from scratch on the Docker image takes time. So, gcc-12 on Ubuntu 2022 was used to reproduce these build issues and there maybe some different compile warnings. Let me know if this change solves the issue. |
thank you, can confirm those warnings are now gone when using 038628d |
this isn't limited to yocto. it doesn't build on fedora 36 with GCC 12 either |
Hi I made a change several days ago that should fix the problem @thomas-roos linked to. Are you still seeing these issues when you build with the latest commit? |
I still see issues as decribed here: #487 (comment) |
not with arch arm64! |
Oops looks like I forgot to merge my commit in... I'll have that merged in by eod as long as the CI still passes |
Hi, please tell me the commit id that should fix the warning when it is in main. |
great - can confirm this fixes the warnings. |
…1.1.0++) this commit solves this problem: aws/aws-lc#487
…1.1.0++) this commit solves this problem: aws/aws-lc#487
…1.1.0++) this commit solves this problem: aws/aws-lc#487
…1.1.0++) this commit solves this problem: aws/aws-lc#487
…1.1.0++) this commit solves this problem: aws/aws-lc#487
…1.1.0++) this commit solves this problem: aws/aws-lc#487
…1.1.0++) this commit solves this problem: aws/aws-lc#487
Problem:
Yocto mainline switched from GCC11 to GCC12 and now aws-lc is not buildable anymore in meta-aws
Wondering if this is a real bug or just a false positive.
When are you planning to support GCC12?
Relevant details
AWS-LC commit: 0.0.2 to 1.1.0
System information: for linux, below info can be collected by running
uname -srvmp
Build log:
The text was updated successfully, but these errors were encountered: