Re: [ipxe-devel] compile fails with gcc 4.8.0

2013-06-07 Thread Michael Brown
Christian Hessel...@eworm.de on Tue, 2013/04/02 10:35: with gcc 4.8.0 compilation fails: [BUILD] bin/pxe_call.o arch/i386/interface/pxe/pxe_call.c: In function ‘pxe_start_nbp’: arch/i386/interface/pxe/pxe_call.c:284:1: error: bp cannot be used in asm here The icky workaround for this is now

Re: [ipxe-devel] compile fails with gcc 4.8.0

2013-06-07 Thread Daniel P. Berrange
On Fri, Jun 07, 2013 at 02:05:54PM +0100, Michael Brown wrote: Christian Hessel...@eworm.de on Tue, 2013/04/02 10:35: with gcc 4.8.0 compilation fails: [BUILD] bin/pxe_call.o arch/i386/interface/pxe/pxe_call.c: In function ‘pxe_start_nbp’: arch/i386/interface/pxe/pxe_call.c:284:1: error:

Re: [ipxe-devel] compile fails with gcc 4.8.0

2013-06-07 Thread Michael Brown
On 07/06/13 14:22, Daniel P. Berrange wrote: This doesn't look right: - addw $4, %%sp\n\t ) + popl %%ebp\n\t /* discard */ + popl %%ebp\n\t /* gcc bug */ ) In the original

Re: [ipxe-devel] compile fails with gcc 4.8.0

2013-06-07 Thread Daniel P. Berrange
On Fri, Jun 07, 2013 at 02:30:10PM +0100, Michael Brown wrote: On 07/06/13 14:22, Daniel P. Berrange wrote: This doesn't look right: - addw $4, %%sp\n\t ) + popl %%ebp\n\t /* discard */ +

Re: [ipxe-devel] compile fails with gcc 4.8.0

2013-04-29 Thread Christian Hesse
Michael Brown mbr...@fensystems.co.uk on Thu, 2013/04/04 22:42: On 03/04/13 09:37, Christian Hesse wrote: Christian Hessel...@eworm.de on Tue, 2013/04/02 10:35: Hello everybody, with gcc 4.8.0 compilation fails: With [BUILD] bin/pxe_call.o arch/i386/interface/pxe/pxe_call.c: In

Re: [ipxe-devel] compile fails with gcc 4.8.0

2013-04-03 Thread Christian Hesse
Christian Hesse l...@eworm.de on Tue, 2013/04/02 10:35: Hello everybody, with gcc 4.8.0 compilation fails: With [BUILD] bin/pxe_call.o arch/i386/interface/pxe/pxe_call.c: In function ‘pxe_start_nbp’: arch/i386/interface/pxe/pxe_call.c:284:1: error: bp cannot be used in asm here } ^