Skip to content

gcc: Use DWARF-4 for Zephyr

Bernhard Rosenkränzer requested to merge bero/oniro:feature/gcc12-2 into kirkstone

Build Zephyr debug info in DWARF-4 format instead of DWARF-5.

The Zephyr test suite uses tools that can't handle DRAWF-5 properly yet (py-elfutils), causing tests to fail if Zephyr has been built with DWARF-5.

Signed-off-by: Bernhard Rosenkränzer bernhard.rosenkraenzer.ext@huawei.com

Merge request reports