-
Notifications
You must be signed in to change notification settings - Fork 212
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
std::format not available on dunfell-clang14? #902
Comments
|
Thank you for your reply and good that you mention it. We have this in our
I also tried adding these lines, but no luck yet:
|
hmm rereading the comments again I see that you are using clang-14 (dunfell-clang14) |
Can we use that on dunfell? I'm afraid I don't see the branch for it |
We dont have anything newer than clang-14 for dunfell, but it would be a good excercise to try. |
Hey @kraj, do you have any pointers on how to achieve e.g. clang15 on dunfell? Should I then also open a PR for I see the |
it is a not a simple task but yes it is desirable to get to use newer clang on older yocto release. |
Describe the bug
It seems that
std::format
is not available when building our recipe. We're using the dunfell-clang14 branch.To Reproduce
We're setting this in our recipe:
And using
std::format
in our C++ source file.Then we get this error in our Yocto build process:
Expected behavior
No error
The text was updated successfully, but these errors were encountered: