标签:format stat sof com setup headers rem uid ini
https://wiki.ubuntu.com/UEFI/EDK2
http://blog.csdn.net/huangkangying/article/details/8718892
https://github.com/tianocore/tianocore.github.io/wiki/Common-instructions
https://github.com/tianocore/tianocore.github.io/wiki/Edk2-buildtools
https://github.com/tianocore/tianocore.github.io/wiki/Getting-Started-with-EDK-II
http://www.tianocore.org/
For the purposes of this set of instructions, we will be using the following paths.
Edk2 source tree: | $HOME/src/edk2 |
Native GCC 4.x compiler installation: | /usr/bin/gcc |
Intel ASL Compiler installation: | /usr/bin/iasl |
Several Ubuntu packages will be needed to set up the build environment for EDK II. The following command will install all required packages:
bash$ sudo apt-get install build-essential uuid-dev iasl git gcc-5 nasm
The remaining instructions are common for most UNIX-like systems.
bash$ cd ~/src/edk2 bash$ make -C BaseTools bash$ . edksetup.sh
标签:format stat sof com setup headers rem uid ini
原文地址:http://www.cnblogs.com/boowii/p/6510882.html