Logspec does not recognize Device Tree Compiler errors associated with .dtb and .dtbo Make targets.
These failures fall back to kbuild.other, often producing an empty summary and log_excerpt.
DTC diagnostics have several formats, including lexical/parser errors, semantic check errors, and fatal input errors.
The parser should extract the source file, location, check name, diagnostic message, and complete error excerpt.
Fix: #27
Logspec does not recognize Device Tree Compiler errors associated with .dtb and .dtbo Make targets.
These failures fall back to kbuild.other, often producing an empty summary and log_excerpt.
DTC diagnostics have several formats, including lexical/parser errors, semantic check errors, and fatal input errors.
The parser should extract the source file, location, check name, diagnostic message, and complete error excerpt.
Fix: #27