You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've also been running into this while building iree. I could work around it by installing sysroot_linux-64 2.17
Do I understand correctly that we can't currently build C11 projects with the default sysroot_linux package?
Is there any way this could be fixed? Took me a day to figure this out...
Solution to issue cannot be found in the documentation.
Issue
After installing the gcc package (gcc 12), attempting to compile C11 code that uses the
static_assert
macro that should be defined byassert.h
fails.The root cause seems to be that the version of
assert.h
in the sysroot is very old and does not support C11static_assert
.Installed packages
Environment info
The text was updated successfully, but these errors were encountered: