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
Describe the bug
We are staying on Fluentbit v3.1.6 because issue described in: #9664
Our build system was upgraded to Poky Styhead which changes compiler default to treat some warnings as errors, which previous compiler versions didn't. Compiler now checks incompatible-pointer-types which Fluentbit 3.1.6 creates warnings for.
Workaround for AARCH64-based hardware ,does not seem to other ARM-based hardware, update .bb-file:
EXTRA_OECMAKE += "-DCMAKE_C_FLAGS='-Wno-incompatible-pointer-types' -DCMAKE_CXX_FLAGS='-Wno-incompatible-pointer-types' "
Bug Report
Describe the bug
We are staying on Fluentbit v3.1.6 because issue described in: #9664
Our build system was upgraded to Poky Styhead which changes compiler default to treat some warnings as errors, which previous compiler versions didn't. Compiler now checks incompatible-pointer-types which Fluentbit 3.1.6 creates warnings for.
Workaround for AARCH64-based hardware ,does not seem to other ARM-based hardware, update .bb-file:
EXTRA_OECMAKE += "-DCMAKE_C_FLAGS='-Wno-incompatible-pointer-types' -DCMAKE_CXX_FLAGS='-Wno-incompatible-pointer-types' "
To Reproduce
Build options in .bb-file:
Expected behavior
Fluentbit build successful
Your Environment
The text was updated successfully, but these errors were encountered: