I have downloaded xvm-src.tar.bz2 and built my own xen.gz image of the hypervisor. I have done the build by executing "make world". While xen.gz was built successfully, I got an error when building install-tools. The compiler complained that function vasprintf (on line 35 of utils.c) was not defined. I don't think vasprintf is even used in Solaris, probably just on Linux. So the error is probably due to the fact that xen is meant to be built on Linux. Are there any configuration options that could fix the error? Currently I am using the following command to build the tree:
gmake XEN_COMPILE_ARCH=x86_64 verbose=y debug=y debugger=y perfc=y world Thanks! This message posted from opensolaris.org _______________________________________________ xen-discuss mailing list [email protected]
