Re: [edk2] [Patch] BaseTools: Fix nmake failure due to command-line length limitation

2016-03-22 Thread Ard Biesheuvel
Re: [edk2] [Patch] BaseTools: Fix nmake failure due to command-line > length limitation > > On 22 March 2016 at 14:59, Gao, Liming wrote: >> Ard: >> >> Sorry for this break. We are looking it. Could you let me which DSC is >> used to verify ARM and AARCH6

Re: [edk2] [Patch] BaseTools: Fix nmake failure due to command-line length limitation

2016-03-22 Thread Gao, Liming
, March 22, 2016 10:02 PM To: Gao, Liming Cc: James Bottomley ; edk2-devel@lists.01.org Subject: Re: [edk2] [Patch] BaseTools: Fix nmake failure due to command-line length limitation On 22 March 2016 at 14:59, Gao, Liming wrote: > Ard: > > Sorry for this break. We are looking it. Could y

Re: [edk2] [Patch] BaseTools: Fix nmake failure due to command-line length limitation

2016-03-22 Thread Ard Biesheuvel
On 22 March 2016 at 14:59, Gao, Liming wrote: > Ard: > > Sorry for this break. We are looking it. Could you let me which DSC is > used to verify ARM and AARCH64? I will verify its build when we make the > change in BaseTools. > You can try to build ArmVirtPkg/ArmVirtQemu.dsc for both ARM and AA

Re: [edk2] [Patch] BaseTools: Fix nmake failure due to command-line length limitation

2016-03-22 Thread Gao, Liming
Bottomley Cc: edk2-devel@lists.01.org; Gao, Liming Subject: Re: [edk2] [Patch] BaseTools: Fix nmake failure due to command-line length limitation On 22 March 2016 at 13:57, James Bottomley wrote: > On Tue, 2016-03-22 at 13:38 +0100, Ard Biesheuvel wrote: >> On 22 March 2016 at 13:35, James

Re: [edk2] [Patch] BaseTools: Fix nmake failure due to command-line length limitation

2016-03-22 Thread Ard Biesheuvel
On 22 March 2016 at 13:57, James Bottomley wrote: > On Tue, 2016-03-22 at 13:38 +0100, Ard Biesheuvel wrote: >> On 22 March 2016 at 13:35, James Bottomley >> wrote: >> > On Tue, 2016-03-22 at 13:01 +0100, Ard Biesheuvel wrote: >> > > On 22 March 2016 at 04:25, Gao, Liming >> > > wrote: >> > > >

Re: [edk2] [Patch] BaseTools: Fix nmake failure due to command-line length limitation

2016-03-22 Thread James Bottomley
On Tue, 2016-03-22 at 13:38 +0100, Ard Biesheuvel wrote: > On 22 March 2016 at 13:35, James Bottomley > wrote: > > On Tue, 2016-03-22 at 13:01 +0100, Ard Biesheuvel wrote: > > > On 22 March 2016 at 04:25, Gao, Liming > > > wrote: > > > > Reviewed-by: Liming Gao > > > > > > > > > > This patch b

Re: [edk2] [Patch] BaseTools: Fix nmake failure due to command-line length limitation

2016-03-22 Thread Ard Biesheuvel
On 22 March 2016 at 13:35, James Bottomley wrote: > On Tue, 2016-03-22 at 13:01 +0100, Ard Biesheuvel wrote: >> On 22 March 2016 at 04:25, Gao, Liming wrote: >> > Reviewed-by: Liming Gao >> > >> >> This patch breaks the AARCH64 build: >> >> Processing meta-data >> >> build.py... >> : error

Re: [edk2] [Patch] BaseTools: Fix nmake failure due to command-line length limitation

2016-03-22 Thread James Bottomley
On Tue, 2016-03-22 at 13:01 +0100, Ard Biesheuvel wrote: > On 22 March 2016 at 04:25, Gao, Liming wrote: > > Reviewed-by: Liming Gao > > > > This patch breaks the AARCH64 build: > > Processing meta-data > > build.py... > : error F000: Not supported macro is found in make command : > $(A

Re: [edk2] [Patch] BaseTools: Fix nmake failure due to command-line length limitation

2016-03-22 Thread Ard Biesheuvel
s than X64/VS? >> -Original Message- >> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >> Yonghong Zhu >> Sent: Wednesday, March 16, 2016 11:09 AM >> To: edk2-devel@lists.01.org >> Subject: [edk2] [Patch] BaseTools: Fix nmake failur

Re: [edk2] [Patch] BaseTools: Fix nmake failure due to command-line length limitation

2016-03-21 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Yonghong Zhu > Sent: Wednesday, March 16, 2016 11:09 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [Patch] BaseTools: Fix nmake failure d

[edk2] [Patch] BaseTools: Fix nmake failure due to command-line length limitation

2016-03-15 Thread Yonghong Zhu
NMAKE is limited to command-line length of 4096 characters. Due to the large number of /I directives specified on command line (one per include directory), the path length of WORKSPACE is multiplied by the number of /I directives and can exceed the limit. This patch: 1. Add new build option -l, --c