[ipxe-devel] Error: undefined symbol `_tmp_start' referenced in expression

Andrew Savchenko bircoph at gmail.com
Mon Jul 2 20:42:35 UTC 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 19691026.log.xz
Type: application/octet-stream
Size: 10308 bytes
Desc: not available
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20120703/6d8677bf/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20120703/6d8677bf/attachment.sig>


More information about the ipxe-devel mailing list