On Mon, Jul 19, 2021 at 11:43 AM luigi burdo <intermedi...@hotmail.com> wrote: > > Hi Adrian, > i'm try to build last qemu on Debian PPC64 on my G5 Quad but im facing > strange hard build errors. > I m in contact with the qemu ppc ML and there Balaton Zoltan make me know > this kind of issues are not because bad code in qemu. > Zoltan write to me this kind of issues can come in two cases: > a)Hardware failure b) a GCC Bug. > I check my machine and look like there are not evident hardware issue, > machine is stable like in past, all is up and working on Linux and MacOS > leopard too. > > this is the qemu pull that im try to build > https://gitlab.com/dgibson/qemu.git tags/ppc-for-6.1-20210713 > > if some one in ML can try to buid on BE hardware is welcome.
works for me (no errors, compiles) $ gcc --version | head -1 gcc (Debian 10.2.1-6) 10.2.1 20210110 $ dpkg --print-architecture ppc64 $ uname -a Linux chubaka 5.10.0-8-powerpc64 #1 SMP Debian 5.10.46-1 (2021-06-24) ppc64 GNU/Linux $ cd qemu/ qemu$ git br * (HEAD detached at ppc-for-6.1-20210713) $ mkdir build $ cd build $ make -j ... mator@chubaka:~/qemu/build$ ./qemu-ppc64 --version qemu-ppc64 version 6.0.50 (v5.1.0-9677-gc785a40179) Copyright (c) 2003-2021 Fabrice Bellard and the QEMU Project developers mator@chubaka:~/qemu/build$ git desc ppc-for-6.1-20210713-0-gc785a40179