On 12 March 2017 at 06:10, G 3 <programmingk...@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