|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v7 05/15] libxl: Load guest BIOS from file
On Mon, Aug 15, 2016 at 05:04:20PM +0800, Shannon Zhao wrote:
[...]
> >
> > +const char *libxl__seabios_path(void)
> > +{
> > + return SEABIOS_PATH;
> > +}
> > +
> > +const char *libxl__ovmf_path(void)
> > +{
> > + return OVMF_PATH;
> > +}
> > +
> Hi, I got bellow errors when compiling on ARM.
>
> libxl_paths.c: In function 'libxl__seabios_path':
> libxl_paths.c:40:12: error: 'SEABIOS_PATH' undeclared (first use in this
> function)
> return SEABIOS_PATH;
> ^
> libxl_paths.c:40:12: note: each undeclared identifier is reported only
> once for each function it appears in
> libxl_paths.c: In function 'libxl__ovmf_path':
> libxl_paths.c:45:12: error: 'OVMF_PATH' undeclared (first use in this
> function)
> return OVMF_PATH;
> ^
> libxl_paths.c: In function 'libxl__seabios_path':
> libxl_paths.c:41:1: error: control reaches end of non-void function
> [-Werror=return-type]
> }
> ^
> libxl_paths.c: In function 'libxl__ovmf_path':
> libxl_paths.c:46:1: error: control reaches end of non-void function
> [-Werror=return-type]
> }
> ^
> cc1: all warnings being treated as errors
>
Have you tried to run ./autogen.sh in xen.git top-level directory?
Wei.
> Thanks,
> --
> Shannon
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |