* Compilation error on xen-unstable.hg
@ 2010-06-01 14:47 Gihan Munasinghe
2010-06-01 15:12 ` Keir Fraser
0 siblings, 1 reply; 2+ messages in thread
From: Gihan Munasinghe @ 2010-06-01 14:47 UTC (permalink / raw)
To: xen-devel@lists.xensource.com
Guys
I just did a hg pull from
http://xenbits.xensource.com/xen-unstable.hg
also tried from
http://xenbits.xensource.com/staging/xen-unstable.hg
when I try to build the tools directory I am getting the following error
/xenunstable/xen-unstable.hg/tools/ioemu-dir/vl.c: In function ‘main’:
/xenunstable/xen-unstable.hg/tools/ioemu-dir/vl.c:5812: warning:
implicit declaration of function ‘dma_helper_init’
/xenunstable/xen-unstable.hg/tools/ioemu-dir/vl.c:5814: error: too few
arguments to function ‘xc_interface_open’
make[3]: *** [vl.o] Error 1
make[3]: Leaving directory
`/root/xenunstable/xen-unstable.hg/tools/ioemu-remote/i386-dm'
make[2]: *** [subdir-i386-dm] Error 2
make[2]: Leaving directory
`/root/xenunstable/xen-unstable.hg/tools/ioemu-remote
Problematic code segment is
dma_helper_init();
xc_handle = xc_interface_open();
I have no idea on "dma_helper_init()" warning but, the according to
xenctrl.h the prototype for "xc_interface_open()" is defined as
xc_interface *xc_interface_open(xentoollog_logger *logger,
xentoollog_logger *dombuild_logger,
unsigned open_flags);
Is this due to some partially updated code been in the repository or am
I doing something wrong..
Thanks
Gihan
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Compilation error on xen-unstable.hg
2010-06-01 14:47 Compilation error on xen-unstable.hg Gihan Munasinghe
@ 2010-06-01 15:12 ` Keir Fraser
0 siblings, 0 replies; 2+ messages in thread
From: Keir Fraser @ 2010-06-01 15:12 UTC (permalink / raw)
To: Gihan Munasinghe, xen-devel@lists.xensource.com
In your qemu tree, do 'git pull -a'. You have an old checkout of qemu.
-- Keir
On 01/06/2010 15:47, "Gihan Munasinghe" <GMunasinghe@flexiant.com> wrote:
> Guys
>
> I just did a hg pull from
> http://xenbits.xensource.com/xen-unstable.hg
>
> also tried from
>
> http://xenbits.xensource.com/staging/xen-unstable.hg
>
> when I try to build the tools directory I am getting the following error
>
> /xenunstable/xen-unstable.hg/tools/ioemu-dir/vl.c: In function main¹:
> /xenunstable/xen-unstable.hg/tools/ioemu-dir/vl.c:5812: warning:
> implicit declaration of function dma_helper_init¹
> /xenunstable/xen-unstable.hg/tools/ioemu-dir/vl.c:5814: error: too few
> arguments to function xc_interface_open¹
> make[3]: *** [vl.o] Error 1
> make[3]: Leaving directory
> `/root/xenunstable/xen-unstable.hg/tools/ioemu-remote/i386-dm'
> make[2]: *** [subdir-i386-dm] Error 2
> make[2]: Leaving directory
> `/root/xenunstable/xen-unstable.hg/tools/ioemu-remote
>
>
> Problematic code segment is
> dma_helper_init();
> xc_handle = xc_interface_open();
>
> I have no idea on "dma_helper_init()" warning but, the according to
> xenctrl.h the prototype for "xc_interface_open()" is defined as
>
> xc_interface *xc_interface_open(xentoollog_logger *logger,
> xentoollog_logger *dombuild_logger,
> unsigned open_flags);
>
>
> Is this due to some partially updated code been in the repository or am
> I doing something wrong..
>
> Thanks
> Gihan
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-01 15:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-01 14:47 Compilation error on xen-unstable.hg Gihan Munasinghe
2010-06-01 15:12 ` Keir Fraser
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.