On Wed, Sep 5, 2012 at 5:39 PM, Tim Lewis <[email protected]> wrote: > Lee -- I am using VS2010 pro without difficulty. The only think I've had to > do is to make sure that the environment is set up with vcvars32.bat and > update the tool_def.txt to use the right path for VS on my 64-bit machine. > > In particular, I found that these lines are incorrect: > > DEFINE VS2010_BIN = C:\Program Files\Microsoft Visual Studio 10.0\Vc\bin > DEFINE VS2010_DLL = C:\Program Files\Microsoft Visual Studio > 10.0\Common7\IDE;DEF(VS2010_BIN) > > And had to change them to ( notice <space>(x86) ) > > DEFINE VS2010_BIN = C:\Program Files (x86)\Microsoft Visual Studio > 10.0\Vc\bin > DEFINE VS2010_DLL = C:\Program Files (x86)\Microsoft Visual Studio > 10.0\Common7\IDE;DEF(VS2010_BIN)
Does the VS2010x86 toolchain work for you without modifying tools_def? (It should include x86 in the path.) VS2010 should work for 32-bit windows, and VS2010x86 should work for 64-bit windows installations. -Jordan > -----Original Message----- > From: Lee Fisher [mailto:[email protected]] > Sent: Wednesday, September 05, 2012 5:30 PM > To: [email protected] > Subject: Re: [edk2] VS2010x86 toolchain? > > On 9/5/12 1:37 PM, Doug Azzarito wrote: >> I noticed that VS2010 was added as a toolchain. > > Does anyone know the technical reason why VS2010 Pro isn't usable, but only > the *much* *more* *expensive* VS2010 Premium, is required? Is it an inherit > ability in Premium -vs- Pro, or might it be possible to update the EFI tools > defs to also handle the Pro case? > > Thanks! > > PS: OP mentions problems with VS2010, and also talks about Windows SDK. > Note that if Win7 SDK is installed on a system, and VS2010 (some versions, > unclear about Premium...) is installed, the VS Installer has a bug that will > uninstall some of the SDK C compiler components. Not sure if this is related > to your problem. (Workaround: manually copy SDK files, install VS, manually > restore deleted files. Manual VS int script.) > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and threat > landscape has changed and how IT managers can respond. Discussions will > include endpoint security, mobile security and the latest in malware threats. > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/edk2-devel > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/edk2-devel ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
