On Wed, 2015-01-07 at 18:02 +0800, Mao Mingy wrote:
> I tried to use the qemu upstream on xen Dom0 (arm arch) to get the
> PVFB, PVKBD and PVMOUSE work.

With Xen 4.5 qemu is automatically built for ARM, no need to do it
separately AFAIK.

Also note that you need to build qemu for i386, even on ARM (since the
PV backends are currently entwined with x86 for historical reasons. This
doesn't matter since qemu does no CPU emulation under Xen anyway.

Lastly:
> /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld:
>  cannot find -lgthread-2.0
> /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld:
>  cannot find -lglib-2.0

I think it is pretty obvious from these error messages that you are
missing some build dependencies, this isn't a Xen specific issue AFAICT.
The solution is to make ARM versions of those libraries available in
your cross environment.

Ian.




_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to