WFU

[ 精選文章 ]

自行車 入門 Escape 3 , Snap 21 , Revel

最近周末想運動 , 平日想通勤 , 想買台自行車 , 把自己找的資料跟大家分享 , 如果你是玩家級的 就不用看了 這是給跟我一樣的新新新手 參考的 騎車半年後的補充: 如果你有把握你是真的有時間有興趣會一直騎,建議還是存點錢買好一點的彎把公路車, 或是可以考慮買2手的自...

2017年5月2日 星期二

UEFI Compiler environment setup step by step (tool chain UDK2017 + Microsoft VS2015 Free)



All File can be download from Here


1. Download Visual Studio 2015 Community Edition (FREE) and Installed.
    https://go.microsoft.com/fwlink/?LinkId=532606&clcid=0x409

2. Download UDK2017 Tool kit (Choose one) and unzip to your WORKSPACE
   SVN export http://edk2.svn.sourceforge.net/svnroot/edk2/branches/UDK2017
   https://github.com/tianocore/edk2/tree/UDK2017

3. Download edk2-BaseTools-win32 and unzip to your WORKSPACE\UDK2017\BaseTools\Bin\Win32


4. Download Nasm tools for compiler. Excute the file and copy nasm.exe into your WORKSPACE\UDK2017\BaseTools\Bin\Win32


5. Download VC compiler tools and override to your C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin


6. Setup your EDK2 compiler
   A) Run Developer Command Propmt for VS2015
   B) Change path to your WORKSPACE  (ex D:\UDK2017)
   C) Run Edk2setup
   D) Change compiler environment D:\UEFI\UDK2017\Conf\target.txt
      ACTIVE_PLATFORM       = MdePkg/MdePkg.dsc
      TARGET                             = RELEASE
      TARGET_ARCH                = X64
      TOOL_CHAIN_TAG          = VS2015x86

7. Run build in command line at your WORKSPACE path.

沒有留言:

張貼留言