All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Risu and the PowerPC 970
@ 2017-03-12  5:10 G 3
  2017-03-12 11:52 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: G 3 @ 2017-03-12  5:10 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-devel qemu-devel

Does Risu support the PowerPC 970? I tried compiling it but I saw  
this error:

gcc  -Wall -D_GNU_SOURCE -DARCH=ppc64 -g  -o risu.o -c risu.c
In file included from risu.c:29:
risu.h:27:30: error: risu_reginfo_ppc64.h: No such file or directory
make: *** [Makefile:44: risu.o] Error 1

The PowerPC 970 is a 64-bit PowerPC CPU.

My configure line:
ARCH=ppc64 ./configure

I cloned Risu from here:
https://git.linaro.org/people/peter.maydell/risu.git

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] Risu and the PowerPC 970
  2017-03-12  5:10 [Qemu-devel] Risu and the PowerPC 970 G 3
@ 2017-03-12 11:52 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2017-03-12 11:52 UTC (permalink / raw)
  To: G 3; +Cc: qemu-devel qemu-devel

On 12 March 2017 at 06:10, G 3 <programmingkidx@gmail.com> wrote:
> Does Risu support the PowerPC 970? I tried compiling it but I saw this
> error:
>
> gcc  -Wall -D_GNU_SOURCE -DARCH=ppc64 -g  -o risu.o -c risu.c
> In file included from risu.c:29:
> risu.h:27:30: error: risu_reginfo_ppc64.h: No such file or directory
> make: *** [Makefile:44: risu.o] Error 1
>
> The PowerPC 970 is a 64-bit PowerPC CPU.

It doesn't support ppc64 bigendian yet, only little endian.
(There's some patches on list for the BE support which I
haven't yet got to.)

thanks
-- PMM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-12 11:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-12  5:10 [Qemu-devel] Risu and the PowerPC 970 G 3
2017-03-12 11:52 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.