On 30/01/16 22:14, perls...@mail.bg wrote:
And I get the following error:
...
   [BUILD] bin/privkey.o

/tmp/cc89fEkd.s: Assembler messages:

/tmp/cc89fEkd.s:36: Error: missing or invalid displacement expression
`private_key_len@GOTOFF'

It looks as though your version of gcc may be trying to build position-independent code by default. We try to guard against this: see the tests for "-fno-PIE" in arch/i386/Makefile.

Try "make bin/privkey.o V=1", which will show you the command line that we're passing to gcc.

Michael
_______________________________________________
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Reply via email to