qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tests/tcg/s390x: Use the SLOF libc headers for the multiarch


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] tests/tcg/s390x: Use the SLOF libc headers for the multiarch tests
Date: Mon, 16 Dec 2024 16:32:53 +0100
User-agent: Mozilla Thunderbird

On 16/12/24 14:37, Ilya Leoshkevich wrote:
Compiling the s390x tests on Fedora, which has the s390x cross-compiler
installed, fails with:

     In file included from qemu/tests/tcg/s390x/console.c:8:
     qemu/tests/tcg/s390x/../../../pc-bios/s390-ccw/sclp.c:11:10: fatal error: 
string.h: No such file or directory
        11 | #include <string.h>

This is because Fedora does not have a cross-libc. Since console.c
already uses the SLOF libc implementation, add the respective headers
to the include path.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
---
  tests/tcg/s390x/Makefile.softmmu-target | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]