Hi I try to install xen from source ,I have downloaded xen-2.0.6-scr.tgz and decompressed it but when I try to "make world" by following the tutorial on line, ERROR arise as follows: /xen/xen-2.0/xen/include/asm/processor.h:175: 错误:数组元素的类型不完全 make[3]: *** [asm-offsets.s] 错误 1 make[3]: Leaving directory `/xen/xen-2.0/xen/arch/x86'' make[2]: *** [/xen/xen-2.0/xen/xen] 错误 2 make[2]: Leaving directory `/xen/xen-2.0/xen'' make[1]: *** [xen] 错误 2 make[1]: Leaving directory `/xen/xen-2.0'' make: *** [world] 错误 2 I am a rookie , my question may be silly,but Anyone would like to help me ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Jul 08, 2005 at 04:16:50PM +0800, tgh wrote:> Hi > > I try to install xen from source ,I have downloaded xen-2.0.6-scr.tgz > and decompressed it > > > but when I try to "make world" by following the tutorial on line, > ERROR arise as follows: > > /xen/xen-2.0/xen/include/asm/processor.h:175: ??????????????????????????You hand-copied that and filled in "?" where you didn''t know whats going on? I never saw software outputing such things, not even GNU :-) Anyway, I can''t think of things that could have gone wrong, because you say you did a "make world" in the xen directory and thus you compile in a "non-special" way and it should work. What is "above" the first line you pasted? Maybe the command that made this mess up? Can you compile other software? Kernels? What is your HostOS? Linux, *BSD? (If Linux, what distribution/version?)> make[3]: *** [asm-offsets.s] ???? 1 > make[3]: Leaving directory `/xen/xen-2.0/xen/arch/x86'' > make[2]: *** [/xen/xen-2.0/xen/xen] ???? 2 > make[2]: Leaving directory `/xen/xen-2.0/xen'' > make[1]: *** [xen] ???? 2 > make[1]: Leaving directory `/xen/xen-2.0'' > make: *** [world] ???? 2 > > I am a rookie , my question may be silly,but Anyone would like to helpNo its not silly.> me ? > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Sascha Retzki wrote:> On Fri, Jul 08, 2005 at 04:16:50PM +0800, tgh wrote: > >> but when I try to "make world" by following the tutorial on line, >>ERROR arise as follows: >> >>/xen/xen-2.0/xen/include/asm/processor.h:175: ?????????????????????????? > > > You hand-copied that and filled in "?" where you didn''t know whats going > on? I never saw software outputing such things, not even GNU :-)Naaah, it was in chinese. I got it OK in my UTF-8 mailclient ;-) Anyway, TGH, you apparently decided to spam the mailing list with every single problem you have with XEN... Hrm, OK. But if you want a useful answer to this one you''ll need to set your locales to something else than chinese. Run this in your bash prompt and then do make world once again: eval `env | awk -F= ''/^LC_/||/^LANG/{printf("unset %s", $1);}''` Cheers, Michal Ludvig -- * Personal homepage: http://www.logix.cz/michal _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users