Thanks, Andrew. I'll give it a shot.

-David
 

________________________________
 From: Andrew Fish <af...@apple.com>
To: edk2-devel@lists.sourceforge.net 
Cc: David Wu <david.wu8...@sbcglobal.net> 
Sent: Thursday, March 6, 2014 5:34 PM
Subject: Re: [edk2] run X64 native version NT32 on Windows 7 X64 OS.
  




On Mar 6, 2014, at 3:00 PM, Yao, Jiewen <jiewen....@intel.com> wrote:

Right. David.
>This seems to be a bug in BaseTool package.
>It still generates IA32 in script but it should be X64.
>        cd d:\edkiitrunk\edk2\Build\NT32X64\DEBUG_VS2012x86\IA32 && ".\SecMain”
>
>
Just guessing as I’ve not run NT32 in many years….

The Python that generates the run makefile target is hard coded. You could just 
do the correct thing on the command line (it looks like you just need to run 
SecMain from the directory it lives in):
cd d:\edkiitrunk\edk2\Build\NT32X64\DEBUG_VS2012x86\X64
.\SecMain

Thanks,

Andrew Fisn

thank you
>Yao Jiewen
> 
>From: David Wu [mailto:david.wu8...@sbcglobal.net] 
>Sent: Friday, March 07, 2014 12:31 AM
>To: edk2-devel@lists.sourceforge.net
>Subject: [edk2] run X64 native version NT32 on Windows 7 X64 OS.
> 
>Hi,
>I'm trying to run X64 native version NT32 on Windows 7 X64 OS but experiencing 
>a problem:
> 
>I can build X64 native version NT32 without any error. When I start NT32 with 
>command "build run", I get this error:
> 
>D:\SVNHome\EDKIITrunk\edk2>build run
>Build environment: Windows-7-6.1.7601-SP1
>Build start time: 10:06:43, Mar.06 2014
>WORKSPACE        = d:\edkiitrunk\edk2
>ECP_SOURCE       = d:\edkiitrunk\edk2\edkcompatibilitypkg
>EDK_SOURCE       = d:\edkiitrunk\edk2\edkcompatibilitypkg
>EFI_SOURCE       = d:\edkiitrunk\edk2\edkcompatibilitypkg
>EDK_TOOLS_PATH   = d:\edkiitrunk\edk2\basetools
>
>Architecture(s)  = X64
>Build target     = DEBUG
>Toolchain        = VS2012x86
>Active Platform          = d:\edkiitrunk\edk2\Nt32Pkg\Nt32Pkg.dsc
>Flash Image Definition   = d:\edkiitrunk\edk2\Nt32Pkg\Nt32Pkg.fdf
>Processing meta-data .. done!
>        cd d:\edkiitrunk\edk2\Build\NT32X64\DEBUG_VS2012x86\IA32 && ".\SecMain"
>The system cannot find the path specified.
>NMAKE : fatal error U1077: 'cd' : return code '0x1'
>Stop.
> 
>"build run" is looking for directory 
>"d:\edkiitrunk\edk2\Build\NT32X64\DEBUG_VS2012x86\IA32". However, build 
>package is under "d:\edkiitrunk\edk2\Build\NT32X64\DEBUG_VS2012x86\X64"
> 
>Can anyone tell me how to fix that issue.
> 
>Thanks for any advise.
> 
> 
> ------------------------------------------------------------------------------
>Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
>With Perforce, you get hassle-free workflows. Merge that actually works. 
>Faster operations. Version large binaries.  Built-in WAN optimization and the
>freedom to use Git, Perforce or both. Make the move to Perforce.
>http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk_______________________________________________
>edk2-devel mailing list
>edk2-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/edk2-devel
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to