SDK7.1 works. I suspect that guru made mistake on which macro should be updated.
At 64bit win7, we still use rc.exe in WINSDK_BIN rather than the one in WINSDKx86_BIN. The macro to be updated should be WINSDK_VERSION. DEFINE WINSDK_VERSION = v7.1 <- I updated this from v6.0A to v7.1 DEFINE WINSDK_BIN = c:\Program Files\Microsoft SDKs\Windows\DEF(WINSDK_VERSION)\bin DEFINE WINSDKx86_BIN = c:\Program Files (x86)\Microsoft SDKs\Windows\DEF(WINSDK_VERSION)\bin *_VS2010x86_*_RC_PATH = DEF(WINSDK_BIN)\rc.exe This configuration works well on my side. -----Original Message----- From: Jordan Justen [mailto:[email protected]] Sent: Monday, July 01, 2013 02:53 To: ritul guru (riguru) Cc: [email protected] Subject: Re: [edk2] getting error while compiling edk2 with ARCH x64 On Sat, Jun 29, 2013 at 1:24 AM, ritul guru (riguru) <[email protected]> wrote: > I am using win64 OS windows7 and intel process. > > Changes I made to toold_def.txt, this is required to fix rc.exe error. It looks like you changed tools_def.txt to use WIN SDK 7.0, rather than 6.0. I wonder if that is the issue. We run VS2010 in a build pool using the standard settings in the tools_def. Does anyone more familiar with Windows build setup know if SDK 7.0 works? -Jordan > But I am not able to fix link.exe error which is shown in below snapshot > (command prompt). > > Kindly please help. > > Toolsdef.txt chnages > > From: ritul guru (riguru) > Sent: Friday, June 28, 2013 3:35 PM > To: [email protected] > Subject: [edk2] getting error while compiling edk2 with ARCH x64 > > Hi, > > I am compiling edk2 MdeModulePkg on windows7 using visual studio 2010. > > This is the error: > > Target.txt > > Regards, > > Ritul ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
