Hello,

On Mon, 2 Jul 2012 13:37:03 +0100 Michael Brown wrote:
> It looks as though you are trying to build bin/19691026.tmp instead of a 
> valid 
> format such as bin/19691026.rom, bin/19691026.pxe, bin/19691026.lkrn etc.

Thanks, I used .bin instead of .rom extension. What a silly mistake...

Now I have the following problem:

In file included from util/zbin.c:6:0:
util/nrv2b.c: In function ‘find_match’:
util/nrv2b.c:633:17: error: array subscript is above array bounds 
[-Werror=array-bounds]
util/nrv2b.c:634:14: error: array subscript is above array bounds 
[-Werror=array-bounds]
cc1: all warnings being treated as errors
distcc[32519] ERROR: compile util/zbin.c on localhost failed
make: *** [util/zbin] Error 1

I can override this via:
$ make NO_WERROR=1 bin/19691026.rom
But out-of-bounds conditions make no good.

I'm attaching full build log for the default configuration.
Build command from src directory:
$ make V=1 bin/19691026.rom > 19691026.log 2>&1

Best regards,
Andrew Savchenko

Attachment: 19691026.log.xz
Description: Binary data

Attachment: pgps9yqjdwyaA.pgp
Description: PGP signature

_______________________________________________
ipxe-devel mailing list
[email protected]
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Reply via email to