Re: [ipxe-devel] error: dereferencing pointer ‘pos’ does break strict-aliasing rules

2012-05-04 Thread Michael Brown
On Friday 04 May 2012 18:02:38 Michael Brown wrote: > > tests/list_test.c:429: error: dereferencing pointer ‘pos’ does break > > strict-aliasing rules > > Interesting. I am unable to reproduce this error. Ignore that. I managed to reproduce the error on an older version of gcc (4.4.1). Should

Re: [ipxe-devel] error: dereferencing pointer ‘pos’ does break strict-aliasing rules

2012-05-04 Thread Michael Brown
On Friday 04 May 2012 17:26:19 Alex Davies wrote: > There is a regression since 838a76a0426844e918d12ae0d2e2ee7622a0eca6; I get > the following on building ipxe > > root@cer-hall1:/usr/src/ipxe-793b8b0/src# make bin/undionly.kpxe > EMBED=xxx.ipxe > > [BUILD] bin/list_test.o > > cc1: warnings b

[ipxe-devel] error: dereferencing pointer ‘pos’ does break strict-aliasing rules

2012-05-04 Thread Alex Davies
Hi, There is a regression since 838a76a0426844e918d12ae0d2e2ee7622a0eca6; I get the following on building ipxe root@cer-hall1:/usr/src/ipxe-793b8b0/src# make bin/undionly.kpxe EMBED=xxx.ipxe [BUILD] bin/list_test.o cc1: warnings being treated as errors tests/list_test.c: In function ‘list_te

Re: [ipxe-devel] Unregistered SAN device

2012-05-04 Thread Michael Brown
On Friday 04 May 2012 10:44:46 David Steele wrote: > I have a big problem with iPXE. > > I try to set it up to boot from my iSCSI target, on which I plan to install > Windows 7 later but I have this error: > > http://i45.tinypic.com/28b8bpj.jpg Try visiting the error URL shown in that picture: h

[ipxe-devel] Unregistered SAN device

2012-05-04 Thread David Steele
Hello, I have a big problem with iPXE. I try to set it up to boot from my iSCSI target, on which I plan to install Windows 7 later but I have this error: http://i45.tinypic.com/28b8bpj.jpg *"Unregistered SAN device"* When I do same settings for gPXE then it works fine, only iPXE have this prob