On 09/12/2025 19.48, Liu Jaloo wrote:
$ cd qemu
$ git submodule update --init roms/ipxe
$ cd roms
$ make pxerom
report error like this:
In file included from tests/bigint_test.c:38:
tests/bigint_test.c: In function ‘bigint_test_exec’:
tests/bigint_test.c:232:14: error: ‘result_raw’ may be used
uninitialized [-Werror=maybe-uninitialized]
232 | ok ( memcmp ( result_raw, expected_raw,
\
|
Hi!
QEMU is just a user of the ipxe code, so if you want to get this fixed, I
think you have to report it to the ipxe project, see https://ipxe.org/contact
HTH,
Thomas