On Jun 6, 2014, at 3:05 PM, Rahul Bhat <[email protected]> wrote:
> Hi all,
>
> My base system is a Windows 7 64 bit PC. When i build the NT32 package on an
> IA32 architecture, the build works perfectly and I can run the emulator. But
> when I build for X64 , it fails . The reason is that i get multiple LNK 2001
> errors (149 unresolved errors).
>
> However, if I do a build clean, the build completes. Then I run into an error
> when using the build run. It goes to the
> "soucecode\edk2\Build\NT32X64\DEBUG_VS2012x86\IA32 folder to look for
> SecMain" folder when it should be going to the X64 folder. However, there is
> no executable located for SecMain in the X64 foler either.
>
I don’t use NT32, but the run target is hard coded in the makefile:
https://svn.code.sf.net/p/edk2/code/trunk/edk2/BaseTools/Source/Python/AutoGen/GenMake.py
run:
\tcd $(BUILD_DIR)${separator}IA32 && ".${separator}SecMain"
\tcd $(BUILD_DIR)
So I think all you need to do in a terminal window or script is:
cd soucecode\edk2\Build\NT32X64\DEBUG_VS2012x86\X64
.\SecMain
For the EmulatorPkg Linux/OS X we run from a script.
Thanks,
Andrew Fish
> Any help would be appreciated.
>
> Thanks
>
> PS: I just started out so please excuse the really dumb questions.
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech_______________________________________________
> edk2-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/edk2-devel
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel