Re: [edk2] Compiling issues when using UNIX/cross compile environment

2014-02-03 Thread Laszlo Ersek
On 02/04/14 02:23, Bill Paul wrote: > Of all the gin joints in all the towns in all the world, Laszlo Ersek had to > walk into mine at 15:55:00 on Monday 03 February 2014 and say: > >> On 02/04/14 00:05, Bill Paul wrote: >>> Of all the gin joints in all the towns in all the world, Laszlo Ersek ha

Re: [edk2] Compiling issues when using UNIX/cross compile environment

2014-02-03 Thread Bill Paul
Of all the gin joints in all the towns in all the world, Laszlo Ersek had to walk into mine at 15:55:00 on Monday 03 February 2014 and say: > On 02/04/14 00:05, Bill Paul wrote: > > Of all the gin joints in all the towns in all the world, Laszlo Ersek had > > to > > > > walk into mine at 14:36:0

Re: [edk2] Compiling issues when using UNIX/cross compile environment

2014-02-03 Thread Laszlo Ersek
On 02/04/14 00:05, Bill Paul wrote: > Of all the gin joints in all the towns in all the world, Laszlo Ersek had to > walk into mine at 14:36:03 on Monday 03 February 2014 and say: > >> On 02/03/14 23:02, Bill Paul wrote: >>> For the most part this works fine, but I noticed that when I build OVMF

Re: [edk2] Compiling issues when using UNIX/cross compile environment

2014-02-03 Thread Andrew Fish
On Feb 3, 2014, at 3:05 PM, Bill Paul wrote: > It triggers for me with X64 builds too. I'm pretty sure unsigned long is > always 32 bits. The size of long varies across the compilers used in the edk2 project for X64. VC++ is LLP64 and some of the Unix compilers are LP64. Thanks, Andrew Fi

Re: [edk2] Compiling issues when using UNIX/cross compile environment

2014-02-03 Thread Bill Paul
Of all the gin joints in all the towns in all the world, Laszlo Ersek had to walk into mine at 14:36:03 on Monday 03 February 2014 and say: > On 02/03/14 23:02, Bill Paul wrote: > > Since I'm building on FreeBSD, I'm using the generic UNIX instructions > > for building with the EDK2. This means I

Re: [edk2] Compiling issues when using UNIX/cross compile environment

2014-02-03 Thread Laszlo Ersek
On 02/03/14 23:02, Bill Paul wrote: > Since I'm building on FreeBSD, I'm using the generic UNIX instructions for > building with the EDK2. This means I'm using the cross-compiler tools > generated by the mingw-gcc-build.py script. (BaseTools/gcc/README.txt seems to imply that the output of these

[edk2] Compiling issues when using UNIX/cross compile environment

2014-02-03 Thread Bill Paul
Since I'm building on FreeBSD, I'm using the generic UNIX instructions for building with the EDK2. This means I'm using the cross-compiler tools generated by the mingw-gcc-build.py script. For the most part this works fine, but I noticed that when I build OVMF, I see the following warnings: ed