Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-11-04 Thread Ni, Ruiyu
@lists.01.org; Gao, Liming > Subject: Re: [edk2] Building EmulatorPkg and EDK2 project issue. > > Hi Andrew, > Thanks for your reply. > > I have tried below way now I'm able to launch Emulator > >1. Done full build for EmulatorPkg using command *build -p >

Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-11-04 Thread Prem Kumar
Hi Andrew, Thanks for your reply. I have tried below way now I'm able to launch Emulator 1. Done full build for EmulatorPkg using command *build -p EmulatorPkg\EmulatorPkg.dsc -t VS2015x86 -D WIN_SEC_BUILD -a X64 * 2. Build got success without any build error 3. .FD file generated

Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-11-04 Thread Andrew Fish
> On Nov 3, 2018, at 1:55 PM, Prem Kumar wrote: > > Hi Andrew, > Thanks for your explanation. > > After building for x64 I could see below error. > > C:\UEFIWorkspace\edk2-master_2018_Latest\Build\EmulatorX64\DEBUG_VS2015x86\X64>WinHost.exe > > EDK II WIN Host Emulation Environment from

Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-11-03 Thread Prem Kumar
t;> Ni. >> >> Thanks, >> Hot >> >> -Original Message- >> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >> Prem Kumar >> Sent: Sunday, November 04, 2018 4:55 >> To: af...@apple.com >> Cc: edk2-devel

Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-11-03 Thread Prem Kumar
el@lists.01.org; Gao, Liming > Subject: Re: [edk2] Building EmulatorPkg and EDK2 project issue. > > Hi Andrew, > Thanks for your explanation. > > After building for x64 I could see below error. > > > C:\UEFIWorkspace\edk2-master_2018_Latest\Build\EmulatorX64\DEBUG_VS2015

Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-11-03 Thread Tian, Hot
, 2018 4:55 To: af...@apple.com Cc: edk2-devel@lists.01.org; Gao, Liming Subject: Re: [edk2] Building EmulatorPkg and EDK2 project issue. Hi Andrew, Thanks for your explanation. After building for x64 I could see below error. C:\UEFIWorkspace\edk2-master_2018_Latest\Build\EmulatorX64

Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-11-03 Thread Prem Kumar
Hi Andrew, Thanks for your explanation. After building for x64 I could see below error. C:\UEFIWorkspace\edk2-master_2018_Latest\Build\EmulatorX64\DEBUG_VS2015x86\X64>WinHost.exe EDK II WIN Host Emulation Environment from http://www.tianocore.org/edk2/ BootMode 0x00 OS Emulator passing in

Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-11-03 Thread Andrew Fish
Prem, I've not run the emulator on Windows in a very very long time. But lets take a look at your error message. /Volumes/Case/UDK2018(vUDK2018)>git grep "Could not allocate PeiServicesTablePage" EmulatorPkg/Unix/Host/Host.c:508: printf ("MapFd0(): Could not allocate

Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-11-03 Thread Prem Kumar
wrote: > >> > >>> For emulator, please type below command and see what's happen. > >>> > >>> build -p EmulatorPkg\EmulatorPkg.dsc -t VS2015x86 -D WIN_SEC_BUILD -a > >>> IA32 -m EmulatorPkg/Win/Host/WinHost.inf >

Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-11-03 Thread Andrew Fish
; IA32 -m EmulatorPkg/Win/Host/WinHost.inf >>> >>>> -Original Message----- >>>> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >>>> Prem Kumar >>>> Sent: Tuesday, October 30, 2018 10:04 PM >>>> To: edk2

Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-11-03 Thread Prem Kumar
;> >> >-Original Message- >> >From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >> >Prem Kumar >> >Sent: Tuesday, October 30, 2018 10:04 PM >> >To: edk2-devel@lists.01.org >> >Subject: [edk2] Building EmulatorPkg and ED

Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-10-31 Thread Prem Kumar
IA32 > -m EmulatorPkg/Win/Host/WinHost.inf > > >-Original Message- > >From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > >Prem Kumar > >Sent: Tuesday, October 30, 2018 10:04 PM > >To: edk2-devel@lists.01.org > >Subject: [edk2] Bui

Re: [edk2] Building EmulatorPkg and EDK2 project issue.

2018-10-30 Thread Gao, Liming
mar >Sent: Tuesday, October 30, 2018 10:04 PM >To: edk2-devel@lists.01.org >Subject: [edk2] Building EmulatorPkg and EDK2 project issue. > >Hi All, > Below are the issue i'm currently facing, > >- EmulatorPkg: > >o Building of EmulatorPkg using below command >

[edk2] Building EmulatorPkg and EDK2 project issue.

2018-10-30 Thread Prem Kumar
Hi All, Below are the issue i'm currently facing, - EmulatorPkg: o Building of EmulatorPkg using below command ยง build -p EmulatorPkg\EmulatorPkg.dsc -t VS2015x86 -D WIN_SEC_BUILD -a IA32 o But when I try to launch Emulator using below command, it failed. I searched for