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
The root cause is in Dwarf complex/float types available in libgcc object files in ARC toolchains. It looks like proper fix should belong to pahole tool. To be more specific, complex Dwarf types should be handled along the same lines as float types are now handled: see pahole commit.
The text was updated successfully, but these errors were encountered:
Kernel build fails when CONFIG_DEBUG_INFO_BTF configuration option is enabled:
This issue can be reproduced for ARCv2 and ARCv3 (32bit and 64bit). Version of pahole tool:
Temporary workaround is available: see b3f0ecc.
The root cause is in Dwarf complex/float types available in libgcc object files in ARC toolchains. It looks like proper fix should belong to pahole tool. To be more specific, complex Dwarf types should be handled along the same lines as float types are now handled: see pahole commit.
The text was updated successfully, but these errors were encountered: