* 2.6 compile error
@ 2004-08-12 4:56 James Harper
2004-08-12 6:03 ` Ian Pratt
2004-08-12 13:43 ` Flavio Leitner
0 siblings, 2 replies; 4+ messages in thread
From: James Harper @ 2004-08-12 4:56 UTC (permalink / raw)
To: xen-devel@lists.sourceforge.net
[-- Attachment #1: Type: text/plain, Size: 836 bytes --]
I get this error when I compile 2.6 dom0:
CC drivers/char/mem.o
drivers/char/mem.c: In function `mmap_mem':
drivers/char/mem.c:247: error: `start_info' undeclared (first use in this function)
drivers/char/mem.c:247: error: (Each undeclared identifier is reported only once
drivers/char/mem.c:247: error: for each function it appears in.)
drivers/char/mem.c:247: error: `SIF_PRIVILEGED' undeclared (first use in this function)
drivers/char/mem.c:253: warning: implicit declaration of function `direct_remap_area_pages'
drivers/char/mem.c:255: error: `domid_t' undeclared (first use in this function)
drivers/char/mem.c:255: error: parse error before "file"
make[2]: *** [drivers/char/mem.o] Error 1
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2
maybe a missing include file somewhere?
James
[-- Attachment #2: Type: text/html, Size: 1219 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6 compile error
2004-08-12 4:56 2.6 compile error James Harper
@ 2004-08-12 6:03 ` Ian Pratt
2004-08-12 13:43 ` Flavio Leitner
1 sibling, 0 replies; 4+ messages in thread
From: Ian Pratt @ 2004-08-12 6:03 UTC (permalink / raw)
To: James Harper; +Cc: xen-devel@lists.sourceforge.net, Ian.Pratt
> I get this error when I compile 2.6 dom0:
>
> CC drivers/char/mem.o
> drivers/char/mem.c: In function `mmap_mem':
> drivers/char/mem.c:247: error: `start_info' undeclared (first use in this function)
> drivers/char/mem.c:247: error: (Each undeclared identifier is reported only once
> drivers/char/mem.c:247: error: for each function it appears in.)
> drivers/char/mem.c:247: error: `SIF_PRIVILEGED' undeclared (first use in this function)
> drivers/char/mem.c:253: warning: implicit declaration of function `direct_remap_area_pages'
> drivers/char/mem.c:255: error: `domid_t' undeclared (first use in this function)
> drivers/char/mem.c:255: error: parse error before "file"
> make[2]: *** [drivers/char/mem.o] Error 1
> make[1]: *** [drivers/char] Error 2
> make: *** [drivers] Error 2
>
> maybe a missing include file somewhere?
James,
I just did a complete pull and rebuild without problems. I
suspect that your bk repo must be in a funny state and needs
re-cloneing.
Ian
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6 compile error
2004-08-12 4:56 2.6 compile error James Harper
2004-08-12 6:03 ` Ian Pratt
@ 2004-08-12 13:43 ` Flavio Leitner
1 sibling, 0 replies; 4+ messages in thread
From: Flavio Leitner @ 2004-08-12 13:43 UTC (permalink / raw)
To: James Harper; +Cc: xen-devel@lists.sourceforge.net
On Thu, Aug 12, 2004 at 02:56:30PM +1000, James Harper wrote:
>
> I get this error when I compile 2.6 dom0:
Forgot to use ARCH=xen on make?
>
>
>
> CC drivers/char/mem.o
> drivers/char/mem.c: In function `mmap_mem':
> drivers/char/mem.c:247: error: `start_info' undeclared (first use in
> this function)
> drivers/char/mem.c:247: error: (Each undeclared identifier is reported
> only once
> drivers/char/mem.c:247: error: for each function it appears in.)
> drivers/char/mem.c:247: error: `SIF_PRIVILEGED' undeclared (first use
> in this function)
> drivers/char/mem.c:253: warning: implicit declaration of function
> `direct_remap_area_pages'
> drivers/char/mem.c:255: error: `domid_t' undeclared (first use in this
> function)
> drivers/char/mem.c:255: error: parse error before "file"
> make[2]: *** [drivers/char/mem.o] Error 1
> make[1]: *** [drivers/char] Error 2
> make: *** [drivers] Error 2
--
Flávio Bruno Leitner <fbl@conectiva.com.br>
[ E74B 0BD0 5E05 C385 239E 531C BC17 D670 7FF0 A9E0 ]
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: 2.6 compile error
@ 2004-08-12 23:58 James Harper
0 siblings, 0 replies; 4+ messages in thread
From: James Harper @ 2004-08-12 23:58 UTC (permalink / raw)
To: Ian Pratt; +Cc: xen-devel
Curiously enough, it hung on the next reboot with a stack of filesystem
errors. Must have been a hangover from the corruption a while ago. Mem.c
was one of the files that was reported as being corrupt.
I've cloned the tree again and am trying a recompile.
James
> -----Original Message-----
> From: Ian Pratt [mailto:Ian.Pratt@cl.cam.ac.uk]
> Sent: Thursday, 12 August 2004 16:03
> To: James Harper
> Cc: xen-devel@lists.sourceforge.net; Ian.Pratt@cl.cam.ac.uk
> Subject: Re: [Xen-devel] 2.6 compile error
>
> > I get this error when I compile 2.6 dom0:
> >
> > CC drivers/char/mem.o
> > drivers/char/mem.c: In function `mmap_mem':
> > drivers/char/mem.c:247: error: `start_info' undeclared (first use in
> this function)
> > drivers/char/mem.c:247: error: (Each undeclared identifier is
reported
> only once
> > drivers/char/mem.c:247: error: for each function it appears in.)
> > drivers/char/mem.c:247: error: `SIF_PRIVILEGED' undeclared (first
use in
> this function)
> > drivers/char/mem.c:253: warning: implicit declaration of function
> `direct_remap_area_pages'
> > drivers/char/mem.c:255: error: `domid_t' undeclared (first use in
this
> function)
> > drivers/char/mem.c:255: error: parse error before "file"
> > make[2]: *** [drivers/char/mem.o] Error 1
> > make[1]: *** [drivers/char] Error 2
> > make: *** [drivers] Error 2
> >
> > maybe a missing include file somewhere?
>
> James,
>
> I just did a complete pull and rebuild without problems. I
> suspect that your bk repo must be in a funny state and needs
> re-cloneing.
>
> Ian
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-08-12 23:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-12 4:56 2.6 compile error James Harper
2004-08-12 6:03 ` Ian Pratt
2004-08-12 13:43 ` Flavio Leitner
-- strict thread matches above, loose matches on Subject: below --
2004-08-12 23:58 James Harper
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.