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 believe I ran into a similar error on Fedora 41 using GCC 14.2.1. It looks like the issue is that -Wincompatible-pointer-types is a fatal error by default with newer versions of GCC.
I was able to fix it by adding -Wno-incompatible-pointer-types to CMAKE_C_FLAGS in:
CMakeLists.txt:249
cmake_modules/plat_linux_64.cmake:15
Happy to throw together a PR to fix this if that would be useful.
gcc versión 14.1.1 20240507 (GCC)
incompatible [-Wincompatible-pointer-types]
error.txt
The text was updated successfully, but these errors were encountered: