I am building the latest build (7043). I get the following error.. Raj vmx_vmcs.c: In function `vmx_setup_platform'': vmx_vmcs.c:148: error: `n'' undeclared (first use in this function) vmx_vmcs.c:148: error: (Each undeclared identifier is reported only once vmx_vmcs.c:148: error: for each function it appears in.) make[3]: *** [vmx_vmcs.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/root/xen/xen-unstable.hg/xen/xen] Error 2 make[1]: *** [xen] Error 2 make[1]: *** Waiting for unfinished jobs.... _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hmm, n has been removed from vmx_setup_platform, can you check it''s not caused by a merge? -Xin>-----Original Message----- >From: xen-devel-bounces@lists.xensource.com >[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of >Subrahmanian, Raj >Sent: 2005年9月24日 0:16 >To: xen-devel >Subject: [Xen-devel] Latest build breaks > >I am building the latest build (7043). >I get the following error.. > >Raj > >vmx_vmcs.c: In function `vmx_setup_platform'': >vmx_vmcs.c:148: error: `n'' undeclared (first use in this function) >vmx_vmcs.c:148: error: (Each undeclared identifier is reported >only once >vmx_vmcs.c:148: error: for each function it appears in.) >make[3]: *** [vmx_vmcs.o] Error 1 >make[3]: *** Waiting for unfinished jobs.... >make[2]: *** [/root/xen/xen-unstable.hg/xen/xen] Error 2 >make[1]: *** [xen] Error 2 >make[1]: *** Waiting for unfinished jobs.... > >_______________________________________________ >Xen-devel mailing list >Xen-devel@lists.xensource.com >http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
I don't think it was caused by a merge with my local copy. I cloned the repository this morning.. Raj -----Original Message----- From: Li, Xin B [mailto:xin.b.li@intel.com] Sent: Friday, September 23, 2005 12:42 PM To: Subrahmanian, Raj; xen-devel Subject: RE: [Xen-devel] Latest build breaks Hmm, n has been removed from vmx_setup_platform, can you check it's not caused by a merge? -Xin>-----Original Message----- >From: xen-devel-bounces@lists.xensource.com >[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of >Subrahmanian, Raj >Sent: 2005年9月24日 0:16 >To: xen-devel >Subject: [Xen-devel] Latest build breaks > >I am building the latest build (7043). >I get the following error.. > >Raj > >vmx_vmcs.c: In function `vmx_setup_platform': >vmx_vmcs.c:148: error: `n' undeclared (first use in this function) >vmx_vmcs.c:148: error: (Each undeclared identifier is reported only >once >vmx_vmcs.c:148: error: for each function it appears in.) >make[3]: *** [vmx_vmcs.o] Error 1 >make[3]: *** Waiting for unfinished jobs.... >make[2]: *** [/root/xen/xen-unstable.hg/xen/xen] Error 2 >make[1]: *** [xen] Error 2 >make[1]: *** Waiting for unfinished jobs.... > >_______________________________________________ >Xen-devel mailing list >Xen-devel@lists.xensource.com >http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
When I change n to e820_map_nr, I no longer get the problem. Raj -----Original Message----- From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Subrahmanian, Raj Sent: Friday, September 23, 2005 12:44 PM To: Li, Xin B; xen-devel Subject: RE: [Xen-devel] Latest build breaks I don't think it was caused by a merge with my local copy. I cloned the repository this morning.. Raj -----Original Message----- From: Li, Xin B [mailto:xin.b.li@intel.com] Sent: Friday, September 23, 2005 12:42 PM To: Subrahmanian, Raj; xen-devel Subject: RE: [Xen-devel] Latest build breaks Hmm, n has been removed from vmx_setup_platform, can you check it's not caused by a merge? -Xin>-----Original Message----- >From: xen-devel-bounces@lists.xensource.com >[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of >Subrahmanian, Raj >Sent: 2005年9月24日 0:16 >To: xen-devel >Subject: [Xen-devel] Latest build breaks > >I am building the latest build (7043). >I get the following error.. > >Raj > >vmx_vmcs.c: In function `vmx_setup_platform': >vmx_vmcs.c:148: error: `n' undeclared (first use in this function) >vmx_vmcs.c:148: error: (Each undeclared identifier is reported only >once >vmx_vmcs.c:148: error: for each function it appears in.) >make[3]: *** [vmx_vmcs.o] Error 1 >make[3]: *** Waiting for unfinished jobs.... >make[2]: *** [/root/xen/xen-unstable.hg/xen/xen] Error 2 >make[1]: *** [xen] Error 2 >make[1]: *** Waiting for unfinished jobs.... > >_______________________________________________ >Xen-devel mailing list >Xen-devel@lists.xensource.com >http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Subrahmanian, Raj wrote:> I don''t think it was caused by a merge with my local copy. > I cloned the repository this morning.. > > Raj > > -----Original Message----- > From: Li, Xin B [mailto:xin.b.li@intel.com] > Sent: Friday, September 23, 2005 12:42 PM > To: Subrahmanian, Raj; xen-devel > Subject: RE: [Xen-devel] Latest build breaks > > Hmm, n has been removed from vmx_setup_platform, can you check it''s > not caused by a merge? -XinI think you might want to do: #ifndef NDEBUG - print_e820_memory_map(e820entry, n); + print_e820_memory_map(e820entry, e820_map_nr); #endif> >> -----Original Message----- >> From: xen-devel-bounces@lists.xensource.com >> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of >> Subrahmanian, Raj Sent: 2005年9月24日 0:16 >> To: xen-devel >> Subject: [Xen-devel] Latest build breaks >> >> I am building the latest build (7043). >> I get the following error.. >> >> Raj >> >> vmx_vmcs.c: In function `vmx_setup_platform'': >> vmx_vmcs.c:148: error: `n'' undeclared (first use in this function) >> vmx_vmcs.c:148: error: (Each undeclared identifier is reported only >> once vmx_vmcs.c:148: error: for each function it appears in.) >> make[3]: *** [vmx_vmcs.o] Error 1 >> make[3]: *** Waiting for unfinished jobs.... >> make[2]: *** [/root/xen/xen-unstable.hg/xen/xen] Error 2 >> make[1]: *** [xen] Error 2 >> make[1]: *** Waiting for unfinished jobs.... >> >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xensource.com >> http://lists.xensource.com/xen-develJun --- Intel Open Source Technology Center _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
My bad, I forgot to update it. -Xin>-----Original Message----- >From: Nakajima, Jun >Sent: 2005年9月24日 0:52 >To: Subrahmanian, Raj; Li, Xin B; xen-devel >Subject: RE: [Xen-devel] Latest build breaks > >Subrahmanian, Raj wrote: >> I don''t think it was caused by a merge with my local copy. >> I cloned the repository this morning.. >> >> Raj >> >> -----Original Message----- >> From: Li, Xin B [mailto:xin.b.li@intel.com] >> Sent: Friday, September 23, 2005 12:42 PM >> To: Subrahmanian, Raj; xen-devel >> Subject: RE: [Xen-devel] Latest build breaks >> >> Hmm, n has been removed from vmx_setup_platform, can you check it''s >> not caused by a merge? -Xin > >I think you might want to do: > >#ifndef NDEBUG >- print_e820_memory_map(e820entry, n); >+ print_e820_memory_map(e820entry, e820_map_nr); >#endif > > >> >>> -----Original Message----- >>> From: xen-devel-bounces@lists.xensource.com >>> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of >>> Subrahmanian, Raj Sent: 2005年9月24日 0:16 >>> To: xen-devel >>> Subject: [Xen-devel] Latest build breaks >>> >>> I am building the latest build (7043). >>> I get the following error.. >>> >>> Raj >>> >>> vmx_vmcs.c: In function `vmx_setup_platform'': >>> vmx_vmcs.c:148: error: `n'' undeclared (first use in this function) >>> vmx_vmcs.c:148: error: (Each undeclared identifier is reported only >>> once vmx_vmcs.c:148: error: for each function it appears in.) >>> make[3]: *** [vmx_vmcs.o] Error 1 >>> make[3]: *** Waiting for unfinished jobs.... >>> make[2]: *** [/root/xen/xen-unstable.hg/xen/xen] Error 2 >>> make[1]: *** [xen] Error 2 >>> make[1]: *** Waiting for unfinished jobs.... >>> >>> _______________________________________________ >>> Xen-devel mailing list >>> Xen-devel@lists.xensource.com >>> http://lists.xensource.com/xen-devel > > >Jun >--- >Intel Open Source Technology Center >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel