Ubuntu Build EDK2

Source: Internet
Author: User
Tags unique id uuid

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'll 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

Install Required software from apt

Several Ubuntu packages'll be needed-set up the build environment for EDK Ii. The following command would install all required packages:

bash$ sudo apt-get install build-essential uuid-dev iasl git gcc-5 nasm
build-essential-informational List of build-essential packages
uuid-dev-universally Unique ID Library (headers and static libraries)
Iasl-intel ASL Compiler/decompiler (also provided by Acpica-tools)
git-support for git revision control system
gcc-5-GNU C compiler (v5.4.0 as of Ubuntu 16.04 LTS)
nasm-general-purpose x86 assembler
Continue with common instructions

The remaining instructions is common for most unix-like systems.

Compile Build Tools
bash$ CD ~/src/edk2bash$ make-c basetoolsbash$. edksetup.sh

Ubuntu Build EDK2

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.