commit | cb23cb2d0846bfc8e550e3fbadc683fb7b026e6c | [log] [tgz] |
---|---|---|
author | ojayanth <ojayanth@in.ibm.com> | Thu Jun 08 07:13:37 2023 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Jun 08 10:50:58 2023 -0500 |
tree | 212592d9b1277c6db0d0fa3c57b1634487809204 | |
parent | 933bee764b2a0b796064fb94496dd45c539bd3f0 [diff] |
gcc13 : fix argument format issues gcc13 based build failed with below error. error: static assertion failed: Cannot format an argument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/api.html#udt Problem looks similar to https://github.com/fmtlib/fmt/issues/391 Fix is to convert the "enum" type to underlying_type in fmt::format function. Change-Id: I155fc854428492462dfec3b3818d08daa16e36bf Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. meson builddir 2. ninja -C builddir To build with phal feature: 1. meson builddir -Dphal=enabled -Dopenfsi=enabled 2. ninja -C builddir To clean the repository run `ninja -C builddir/ clean`.