commit | bdb8667c351f22c461b4184603b4b03fe01085a8 | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Wed Jun 07 14:18:06 2023 -0700 |
committer | Ben Tyner <ben.tyner@ibm.com> | Wed Jun 07 21:25:05 2023 +0000 |
tree | 3ef2277e0c737d4a1db30545708c6f2afc43ef92 | |
parent | e043f954b8f1742b294a2f50eb7ad59897f5d7e5 [diff] |
Attn: Added needed cstdint include Moving to gcc13 requires explicitly including some previously indirectly resolved includes. In this case cstdint was needed to resolve uint32_t type. Change-Id: I0d2a20a4ccb2aaef6564f197be15bc2e26641976 Signed-off-by: Ben Tyner <ben.tyner@ibm.com>
In the event of a system fatal error reported by the internal system hardware (processor chips, memory chips, I/O chips, system memory, etc.), POWER Systems have the ability to diagnose the root cause of the failure and perform any service action needed to avoid repeated system failures.
Aditional details TBD.
For a standard OpenBMC release build, you want something like:
meson -Dtests=disabled <build_dir> ninja -C <build_dir> ninja -C <build_dir> install
For a test / debug build, a typical configuration is:
meson -Dtests=enabled <build_dir> ninja -C <build_dir> test