[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Build failure in OVMF
At 12:59 +0000 on 22 Mar (1332421197), Tim Deegan wrote: > > cp Build/OvmfX64/DEBUG_GCC44/FV/OVMF.fd ovmf.bin > > cp: cannot stat `Build/OvmfX64/DEBUG_GCC44/FV/OVMF.fd': No such file or > > directory > > make[6]: *** [ovmf.bin] Error 1 > > make[6]: Leaving directory > > `/local/scratch/tdeegan/xen-unstable.hg/tools/firmware/ovmf-remote' Also, 'make clean' triggers the following code in tools/firmware/seabios-dir-remote/tools/test-gcc.sh : if [ $? -ne 0 ]; then echo " Working around no -fwhole-program" > /dev/fd/2 echo 2 exit 0 fi which truncates std err and mangles my build log. FTW! # HG changeset patch # User Tim Deegan <tim@xxxxxxx> # Date 1332428104 0 # Node ID 6e34d38fda90a3a670fcd231e01d172dee3c3229 # Parent d5ccb2d1dbd1dce76f9d427073306941d48c3095 Disable OVMF build - it's not baked yet. Signed-off-by: Tim Deegan <tim@xxxxxxx> diff -r d5ccb2d1dbd1 -r 6e34d38fda90 Config.mk --- a/Config.mk Thu Mar 22 12:20:13 2012 +0000 +++ b/Config.mk Thu Mar 22 14:55:04 2012 +0000 @@ -207,7 +207,7 @@ SEABIOS_UPSTREAM_TAG ?= rel-1.6.3.2 ETHERBOOT_NICS ?= rtl8139 8086100e -CONFIG_OVMF ?= $(CONFIG_Linux) +CONFIG_OVMF ?= n CONFIG_ROMBIOS ?= y CONFIG_SEABIOS ?= y _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |