tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.55k stars 2.45k forks source link

Win32 Directory is missing for BaseTools Bin for the nt32 switch #28

Closed PaulSelles closed 8 years ago

PaulSelles commented 8 years ago

Hi,

The github edk2 repository is missing the BaseTools/Bin/Win32 directory. This directory exists int he svn repository and need to be ported over to github in order for edksetup.bat to work with the nt32 swtich.

A edksetup.bat call with the nt32 switch is called, the nt32 switch is fowarded to BaseTools/toolsetup.bat script. Within toolsetup.bat, the script check for the existence of %EDK_TOOLS_PATH%\Bin\Win32 (BaseTools/Bin/Win32) to set the EDK_TOOLS_BIN. Since the BaseTools/Bin/Win32 directory is not present in the github repository the setup script fails. Copying over the Win32 directory from the svn repository fixes this issue.

Thanks, Paul

PaulSelles commented 8 years ago

Hi,

Since the BaseTools/Bin/Win32 files are available in tianocore/https://github.com/tianocore/edk2-BaseTools-win32, they were added as a submodule to VS2015 Support #27.

Closing issue.

Thanks, Paul