Hello,
My distribution (Archlinux) recently bumped its Clang version to 14, which updates the DWARF version from 4 to 5 (see the release notes).
Ozone now fails to load the ELF with the following errors (duplicates removed):
This can be fixed temporarily by passing the
My distribution (Archlinux) recently bumped its Clang version to 14, which updates the DWARF version from 4 to 5 (see the release notes).
Ozone now fails to load the ELF with the following errors (duplicates removed):
Source Code
- Warning (101): Attribute DW_AT_producer of symbol ? has unsupported format 0x25.
- Warning (119): The DWARF parser reports that a debugging information entry (DIE) at section offset 0x0, section debug.info, could not be parsed/generated.
- Warning (121): The DWARF parser encountered an error parsing the debug info for compilation unit 0x0.
- Warning (110): The address mapping table decoder encountered an invalid directory index.
- Warning (107): ELF data section '.debug_line' has an unexpected byte size.
-fdebug-default-version=4
flag to clang. The post was edited 1 time, last by Nout: Found the real cause of the problem. ().