Post #4503857
2026-01-01 20:44 UTC
My toolchain got borked at somepoint, I'm surprised nobody else appears to have gotten into this state...
But for the void:
---
readelf: Warning: Unrecognized form: 0x23
readelf: Warning: DIE at offset 0x3c43 refers to abbreviation number 479 which does not exist
---
Dump in my install logs finally fixed by '-gdwarf-4' in my Makevars:
---
CFLAGS+=-gdwarf-4
CXXFLAGS+=-I/usr/include -gdwarf-4
CXX17FLAGS+=-std=c++17 -gdwarf-4
---
(h/t gemini for the band-aid fix until I upgrade ubuntu...)
Replies (0)
No replies.