Re: [coreboot] cbfstool build issue in gcc 4.6.3

2014-11-23 Thread Scott Duplichan
Stefan Reinauer [mailto:stefan.reina...@coreboot.org] wrote: ]On 11/20/14 9:40 PM, Scott Duplichan wrote: ]> The Gluglug [mailto:i...@gluglug.org.uk] wrote: ]> ]> ]-BEGIN PGP SIGNED MESSAGE- ]> ]Hash: SHA1 ]> ] ]> ]Hi, ]> ] ]> ]cbfs-mkstage.c: In function ‘is_phdr_ignored’: ]> ]cbfs-mkstag

Re: [coreboot] cbfstool build issue in gcc 4.6.3

2014-11-22 Thread Stefan Reinauer
On 11/20/14 9:40 PM, Scott Duplichan wrote: The Gluglug [mailto:i...@gluglug.org.uk] wrote: ]-BEGIN PGP SIGNED MESSAGE- ]Hash: SHA1 ] ]Hi, ] ]cbfs-mkstage.c: In function ‘is_phdr_ignored’: ]cbfs-mkstage.c:45:84: error: cast to pointer from integer of different ]size [-Werror=int-to-point

Re: [coreboot] cbfstool build issue in gcc 4.6.3

2014-11-22 Thread Stefan Reinauer
On 11/21/14 4:31 AM, Idwer Vollering wrote: 2014-11-21 6:03 GMT+01:00 The Gluglug : One possible solution is to simply upgrade GCC, which I will, but I would also like to get cbfstool to build again for this version of GCC. The patch in the gerrit link works, but is not accepted for upstream.

Re: [coreboot] cbfstool build issue in gcc 4.6.3

2014-11-21 Thread The Gluglug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 you mean force cbfstool make to use coreboot's crossgcc? On 21/11/14 12:31, Idwer Vollering wrote: > 2014-11-21 6:03 GMT+01:00 The Gluglug : > >> One possible solution is to simply upgrade GCC, which I will, but >> I would also like to get cbfstool t

Re: [coreboot] cbfstool build issue in gcc 4.6.3

2014-11-21 Thread Idwer Vollering
2014-11-21 6:03 GMT+01:00 The Gluglug : > One possible solution is to simply upgrade GCC, which I will, but I > would also like to get cbfstool to build again for this version of > GCC. The patch in the gerrit link works, but is not accepted for > upstream. > > Does anyone know a better way of doi

Re: [coreboot] cbfstool build issue in gcc 4.6.3

2014-11-20 Thread The Gluglug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 thanks. that worked. I'll update the gerrit and see what people think. On 21/11/14 05:40, Scott Duplichan wrote: > DEBUG("Ignoring program segment at %llx\n", ph_start); -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJ

Re: [coreboot] cbfstool build issue in gcc 4.6.3

2014-11-20 Thread Scott Duplichan
The Gluglug [mailto:i...@gluglug.org.uk] wrote: ]-BEGIN PGP SIGNED MESSAGE- ]Hash: SHA1 ] ]Hi, ] ]cbfs-mkstage.c: In function ‘is_phdr_ignored’: ]cbfs-mkstage.c:45:84: error: cast to pointer from integer of different ]size [-Werror=int-to-pointer-cast] ] ]The fix was made in http://review.

[coreboot] cbfstool build issue in gcc 4.6.3

2014-11-20 Thread The Gluglug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, cbfs-mkstage.c: In function ‘is_phdr_ignored’: cbfs-mkstage.c:45:84: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] The fix was made in http://review.coreboot.org/#/c/7545/ but some people were unhappy about t