On Mar 6, 2014, at 8:31 AM, David Wu <david.wu8...@sbcglobal.net> wrote:

> 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"
> 

The Conf/Target.txt file (copied from BaseTools/Conf/Target.tempate) contains 
the default arguments for the build command. 
https://svn.code.sf.net/p/edk2/code/trunk/edk2/BaseTools/Conf/target.template
Looks like the default architecture is IA32, platform NT32, etc so try:
build -a X64 run

Thanks,

Andrew Fish

> 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