Building xen, cross compiled from an x86 box. Couple of things led me astray on web page:
At lest on my box, you needed
CROSS_COMPILE=powerpc64-linux- CROSS_COMPILE32=powerpc-linux-
So, CROSS32_COMPILE should be CROSS_COMPILE32 I think.
Also, where you say:
XEN_TARGET_ARCH=powerp64
it should be:
XEN_TARGET_ARCH=powerpc64
i.e., missing a "c"
_______________________________________________ Xen-ppc-devel mailing list [email protected] http://lists.xensource.com/xen-ppc-devel
