Dan Magenheimer
2009-Apr-09 15:24 UTC
[Xen-devel] tools build error in xen-unstable tip (c/s 19515)?
I''m unable to build tools in xen-unstable tip (19515). Failure occurs in tools/xenpmd. The long list of messages refer to undefined errno values, but the make output also looks a bit strange, particularly: gcc ... -lxenstore xenpmd.c ../../tools/include/xen/io/xs_wire.h -o xenpmd (don''t think I understand why that include file is there...) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2009-Apr-09 16:02 UTC
Re: [Xen-devel] tools build error in xen-unstable tip (c/s 19515)?
On 09/04/2009 16:24, "Dan Magenheimer" <dan.magenheimer@oracle.com> wrote:> I''m unable to build tools in xen-unstable tip (19515). > Failure occurs in tools/xenpmd. The long list of > messages refer to undefined errno values, but the > make output also looks a bit strange, particularly: > > gcc ... -lxenstore xenpmd.c ../../tools/include/xen/io/xs_wire.h -o xenpmd > > (don''t think I understand why that include file is there...)Perhaps some implicit build rule is tripping you up? We should have an explicit target-from-.c rule in that Makefile I think. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Dan Magenheimer
2009-Apr-09 17:27 UTC
RE: [Xen-devel] tools build error in xen-unstable tip (c/s 19515)?
> On 09/04/2009 16:24, "Dan Magenheimer" > <dan.magenheimer@oracle.com> wrote: > > > I''m unable to build tools in xen-unstable tip (19515). > > Failure occurs in tools/xenpmd. The long list of > > messages refer to undefined errno values, but the > > make output also looks a bit strange, particularly: > > > > gcc ... -lxenstore xenpmd.c > ../../tools/include/xen/io/xs_wire.h -o xenpmd > > > > (don''t think I understand why that include file is there...) > > Perhaps some implicit build rule is tripping you up? We should have an > explicit target-from-.c rule in that Makefile I think. > > -- KeirWell a fresh clone seems to build tools fine, so must be something I accidentally changed or didn''t properly revert. Thanks and sorry for the noise. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel