]> git.proxmox.com Git - mirror_edk2.git/blame - BuildNotes.txt
clean up non-English characters.
[mirror_edk2.git] / BuildNotes.txt
CommitLineData
aa0bf4f4 1Intel(R) Platform Innovation Framework for EFI\r
6e4c64c0 2EFI Development Kit II (EDK II)\r
362271d6 3Root Package 1.00\r
b440dd8b 42006-11-08\r
aa0bf4f4 5\r
6e4c64c0 6Intel is a trademark or registered trademark of Intel Corporation or its\r
561e4a76 7subsidiaries in the United States and other countries.\r
8* Other names and brands may be claimed as the property of others.\r
6e4c64c0 9Copyright (c) 2006 - 2007, Intel Corporation\r
aa0bf4f4 10\r
6e4c64c0 11This document provides updates to documentation, along with a description on\r
362271d6 12how to install and build the EDK II.\r
aa0bf4f4 13\r
14Package Contents\r
15----------------\r
3d4bdea9 16 BuildNotes.txt - The build notes for this package.\r
6e4c64c0 17 OldMdePkg - Industry-standard headers and libraries\r
18 Tools - Build -specific tools that are designed to help the\r
561e4a76 19 developer create and modify drivers and libraries\r
20 EdkModulePkg - Reference drivers\r
21 EdkFatBinPkg - Binary DXE drivers for the Fat 32 file system\r
22 EdkShellBinPkg - Binary Shell applications and commands\r
23 EdkNt32Pkg - NT32 Emulation platform reference\r
c9b1cad8 24 EdkUnixPkg - Posix/Unix Emulation platform reference (Currently this\r
25 builds only on ia32 Linux, but is meant to be portable.)\r
aa0bf4f4 26\r
6e4c64c0 27Note: MDE and MDK that appear in other documentation refer to the OldMdePkg and\r
28Tools packages, respectively. While, these two packages are the minimum\r
29requirement for developing EDK II Packages we recommend that you download all\r
561e4a76 30of the top-level files listed above.\r
aa0bf4f4 31\r
6e4c64c0 32The following package is available as a separate project, under a separate\r
561e4a76 33license, on the TianoCore.org website: https://fat-driver2.tianocore.org\r
c6c0039c 34\r
35 EdkFatPkg - A package containing source DXE drivers for the Fat 32 file\r
36 system\r
37\r
1910fbaf 38Documents have the following filenames (to download these documents, see "Notes\r
39on Documentation" later in these Release Notes):\r
6e4c64c0 40 EDK II Module Development Environment Library Specification, v0.58\r
561e4a76 41 (MDE_Library_Spec_0_58.rtf)\r
42 EDK II Build and Packaging Architecture Specification, v0.53\r
43 (Build_Packaging_Spec_0_53.rtf)\r
44 EDK II Platform Configuration Database Infrastructure Description, v0.54\r
45 (PCD_Infrastructure_0_54.rtf)\r
46 EDK II Module Surface Area Specification, v0.51\r
aa0bf4f4 47 (Module_Surface_Area_0_50.rtf)\r
561e4a76 48 EDK II Module Development Environment Package Specification, v0.51\r
49 (MDE_Package_Spec_0_51.rtf)\r
50 EDK II C Coding Standards Specification v0.51\r
51 (C_Coding_Standards_Specification_ 0_51.rtf)\r
dcfa7b15 52 EDK II Subversion Setup Guide\r
53 (edk2-subversion-setup.rtf)\r
aa0bf4f4 54\r
55Pre-Requisites\r
56--------------\r
57The following list of tools must be installed on the development workstation\r
561e4a76 58prior to using the EDK II.\r
aa0bf4f4 59\r
60Compiler Tool Chain\r
61 Microsoft* Visual Studio .NET 2003* (http://www.microsoft.com)\r
62 or\r
43475442 63 A special GCC version 4.x or later (http://gcc.gnu.org). See below.\r
aa0bf4f4 64\r
65Assembler Tool Chain\r
66 Microsoft Macro Assembler, version 6.15 or later\r
67 or\r
8fb9e6b8 68 GNU binutils 2.16.1 or later\r
b440dd8b 69 (Http://ftp.gnu.org/gnu/binutils)\r
aa0bf4f4 70\r
71Java Development Kit ( Java 5.0 or later)\r
ef6e2efe 72 Sun* jdk-1.5.0_06 or later (http://java.sun.com)\r
aa0bf4f4 73 or\r
74 Bea Systems* jrockit-25.2.0-jdk1.5.0_03 or later (http://www.bea.com)\r
75\r
76Java Tools\r
77 Apache-ANT, version 1.6.5 or later (http://ant.apache.org)\r
50518883 78 Ant-contrib, version 1.0b2 or later\r
782eb168 79 (http://prdownloads.sourceforge.net/ant-contrib/ant-contrib-1.0b2-bin.zip?download)\r
aa0bf4f4 80 Saxon8, version 8.1.1\r
81 (http://prdownloads.sourceforge.net/saxon/saxonb8-1-1.zip?download)\r
782eb168 82 XMLBeans, version 2.1.0 (http://xmlbeans.apache.org)\r
6e4c64c0 83 DO NOT download the latest XMLBeans, version 2.2.0. It is not compatible\r
561e4a76 84 with Saxon8, version 8.1.1.\r
aa0bf4f4 85\r
86Other Tools\r
87 TortoiseSVN version 1.3.3. (http://tortoisesvn.tigris.org/)\r
88\r
89Optional Tools\r
90--------------\r
91Compiler Tool Chains:\r
561e4a76 92 Intel(R) C++ Compiler for Windows*, ver. 9.0 or later (http://www.intel.com)\r
6e4c64c0 93 Intel(R) C Compiler for EFI Byte Code, ver. 1.2 or later\r
8fb9e6b8 94 (http://www.intel.com/cd/software/products/asmo-na/eng/compilers/efibc/index.htm)\r
aa0bf4f4 95 Microsoft Driver Development Kit, version 3790.1830 or later\r
8fb9e6b8 96 (http://www.microsoft.com/whdc/devtools/ddk/orderddkcd.mspx)\r
aa0bf4f4 97 Microsoft ACPI Source Language Assembler, Version 1.0.13NT or later\r
98 Intel ACPI Component Architecture, version 20060113\r
99\r
ba6930b1 100Python\r
101\r
102 There are several tools implemented in Python and wxPython Widgets in the\r
103 Tools/Python directory. These are optional tools, and are not necessary in\r
104 order to use or build the edk2 code. In order to use them you must\r
105 install Python 2.4.x and wxWidgets 2.8.x for your platform. The tools\r
106 have been tested and work correctly on OS X, Linux and Windows.\r
107\r
108 There is a script called Install_Python_OSX.sh that will download and\r
109 install the correct versions for OS X. For other platforms, please find\r
110 the installers for your platform at the following sites:\r
111\r
112 - http://www.python.org/download/releases/2.4.4/ (Python interpreter)\r
113 - http://www.wxpython.org/download.php#binaries (Python GUI extensions)\r
114\r
115 Your linux distribution may contain packages of python and wxPython, which\r
116 should work, provided they are are compatible with the above specified\r
117 versions.\r
118\r
561e4a76 119-----------------------------------------------\r
120Notes on Required Tools (Source Control System)\r
121-----------------------------------------------\r
13421853 122The EDK II is being managed by the Subversion Source Control on Tianocore.org.\r
561e4a76 123Subversion provides speed, security, and additional features. The\r
6e4c64c0 124recommended client is TortoiseSVN version 1.3.3.\r
aa0bf4f4 125 (Available at http://tortoisesvn.tigris.org/)\r
126\r
561e4a76 127The checkout procedures on the Tianocore.org Web site include\r
128instructions for the use of Subversion Source Control.\r
aa0bf4f4 129\r
13421853 130The URL of the EDK II repository is:\r
aa0bf4f4 131 https://edk2.tianocore.org/svn/edk2/trunk/edk2\r
132\r
aa0bf4f4 133\r
561e4a76 134--------------------------------------------------------------------\r
6e4c64c0 135Notes On Required Tools (With examples for Windows, OS X, and Linux*)\r
561e4a76 136--------------------------------------------------------------------\r
aa0bf4f4 137Software Installation Order:\r
6e4c64c0 138 After installing the compiler tools and your Subversion client, install the\r
139 following required tools in this order:\r
561e4a76 140 1. Java JDK\r
141 2. Apache-Ant\r
142 3. ant-contrib\r
143 4. xmlbeans\r
144 5. saxon8\r
aa0bf4f4 145\r
146Java Development Kit:\r
6e4c64c0 147\r
aa0bf4f4 148 The Java Environment Variable must be set before attempting to build.\r
b440dd8b 149 For Sun JDK (see note below?:\r
6132429e 150 set JAVA_HOME=c:\Java\jdk1.5.0_06 (Windows example)\r
151 export JAVA_HOME=/Library/Java/Home/ (OS X example)\r
152 export JAVA_HOME=/usr/lib/j2sdk1.5-sun/ (Linux example)\r
153 For Bea Systems:\r
782eb168 154 set JAVA_HOME=c:\Java\jrockit-R26.0.0-jdk1.5.0_04\r
6e4c64c0 155\r
1910fbaf 156 When using the Sun JDK5.0:\r
aa0bf4f4 157 During installation, you should specify the install directory as C:\Java\r
158 instead of C:\Program Files\(or some other drive letter.) While installing\r
6e4c64c0 159 to this non-standard location is not required, in practice, it seems to work\r
160 more reliably.\r
561e4a76 161 For the JDK, the install path is C:\Java\jdk1.5.0_06\r
162 For the JRE, the install path is C:\Java\jre1.5.0_06\r
aa0bf4f4 163 Alternatively, you can specify C:\sunjavajdk and C:\sunjavajre.\r
01d2ed5e 164\r
6e4c64c0 165 NOTE: You cannot combine the location for the JDK and the JRE, because the\r
561e4a76 166 JRE install removes most of the binaries and libraries installed by the JDK\r
aa0bf4f4 167 install.\r
168\r
169Java Tools:\r
170 The Apache-ANT requires the ANT_HOME environment variable to be set before\r
171 attempting to build:\r
561e4a76 172 set ANT_HOME=c:\<full path to where ant was installed>\r
6132429e 173 export ANT_HOME=~/ExternalTools/apache-ant (OS X and Linux example)\r
aa0bf4f4 174\r
6e4c64c0 175 The ant-contrib.jar file should be installed in the %ANT_HOME%\lib\r
aa0bf4f4 176 directory.\r
177\r
561e4a76 178 XMLBeans, requires the XMLBEANS_HOME environment variable to be set\r
aa0bf4f4 179 before attempting to build:\r
561e4a76 180 set XMLBEANS_HOME=C:\<full path to where xmlbeans was installed>\r
6132429e 181 export XMLBEANS_HOME=~/ExternalTools/xmlbeans (OS X and Linux example)\r
aa0bf4f4 182\r
561e4a76 183 Copy the saxon8.jar file to the %XMLBEANS_HOME%\lib directory.\r
aa0bf4f4 184\r
561e4a76 185 The Ant and XMLBean tools must be in the path.\r
aa0bf4f4 186 MS system example:\r
187 set PATH=%PATH%;%ANT_HOME%\bin;%XMLBEANS_HOME%\bin\r
188 Linux/OS X bash shell example:\r
189 export PATH=$PATH:${ANT_HOME}/bin:${XMLBEANS_HOME}/bin\r
dcfa7b15 190\r
191--------------------\r
192A Word on Apache-ANT\r
193--------------------\r
194The Apache-ANT program is a build tool that uses XML-based project files.\r
195Similar to Makefiles, these project files may contain multiple targets. Most\r
196build.xml files in EDK II are auto-generated; any edits performed on the\r
561e4a76 197build.xml files will be overwritten by the next build.\r
dcfa7b15 198\r
199Pre-defined targets in the build.xml file include:\r
561e4a76 200 all - This target builds binaries for defined architectures.\r
201 clean - This target removes object files generated by commands.\r
dcfa7b15 202 cleanall - This target removes all generated files and directories.\r
203\r
d0d0be58 204Use the ANT option, -emacs, to remove the [cc] characters when an error occurs\r
205to provide a method for the Visual Studio IDE to open a file by double\r
206clicking the mouse on the file. Add -emacs to the end of the build command.\r
561e4a76 207----------------------------\r
208A Word on the GCC Tool Chain\r
209----------------------------\r
7fe8ec4e 210\r
dcfa7b15 211EDK II will not compile with a standard Linux gcc tool chain. While Linux\r
7fe8ec4e 212distributions are usually based on ELF, EDK II requires a version of gcc that\r
213is configured to produce PE-COFF images. You will find a script in <Root of\r
214EDK2 tree>/Tools/gcc/tianoCross-gcc-4.1 that will download, configure, compile,\r
215and install a gcc 4.1 cross-compile tool chain for EDK II development. This\r
216custom tool chain supports the IA-32 architecture. It can be built and run on\r
217Cygwin, Linux, and many other POSIX-compliant host operating environments. To\r
218compile the custom gcc tool chain, you need the following tools on your host\r
219computer: bash, gcc, gmake, curl (or wget).\r
dcfa7b15 220\r
6e4c64c0 221Only the OldMdePkg, EdkModulePkg and EdkUnixPkg are currently supported by gcc\r
c9b1cad8 222builds. Other builds, such as the EdkNt32Pkg, will not compile with gcc. By\r
223default, the edk2 will try to build the NT32.fpd, which is not supported by\r
224gcc. So, you need to change the Tools/Conf/target.txt.\r
af9a0f8f 225\r
7fe8ec4e 226The cross-compile build script has been tested on Cygwin, OS X and Linux. You\r
227should expect to hack on these scripts to make them work on your system. You\r
228may need to install additional tools on your system to make the scripts work.\r
229\r
230You will need\r
231\r
232 A recent version (3.0 or later should be fine) of gcc that is able to produce\r
233 executables for the machine that you want to run this compiler on (the host\r
234 machine).\r
235 wget or curl (which enables the download of the gcc compiler source code)\r
236 tar\r
237 bzip\r
238 gzip\r
239 bash\r
240 and possibly others\r
241\r
242CYGWIN Notes\r
243\r
244You should setup cygwin to use binmode on all mounts. When you initially\r
245install cygwin it gives you the choice of Unix file mode (recommended) or DOS\r
246file mode. Unix mode will cause all the cygwin directories to be mounted in\r
247binmode, while DOS will mount the dirs in textmode. Here is an example of a\r
248cygwin install where the dirs are (properly) mounted in binmode.\r
6e4c64c0 249To view mount information, type:\r
1095e1fc 250 mount\r
7fe8ec4e 251\r
252C:\cygwin\bin on /usr/bin type user (binmode)\r
253C:\cygwin\lib on /usr/lib type user (binmode)\r
254c:\workspace on /workspace type system (binmode)\r
255C:\cygwin on / type user (binmode)\r
256\r
257If you use textmode, it is likely that the build will fail in a way that is\r
1095e1fc 258hard to debug. Textmode is required to retain or add the DOS ^M characters\r
259in DOS batch files during file editing sessions.\r
260\r
6e4c64c0 261You can switch from textmode to binmode for compilation by executing the\r
1095e1fc 262following:\r
263 mount -b --change-cygdrive-prefix cygdrive\r
7fe8ec4e 264\r
265Cygwin is pretty slow, so it is not recommended for large builds.\r
266\r
267\r
268\r
269\r
270\r
af9a0f8f 271The platform to be built is identified by the Tools/Conf/target.txt file:\r
272\r
273#\r
274# PROPERTY Type Use Description\r
275# ---------------- -------- -------- -----------------------------------------------------------\r
6e4c64c0 276# ACTIVE_PLATFORM Filename Recommended Specify the WORKSPACE relative Path and Filename\r
af9a0f8f 277# of the platform FPD file that will be used for the build\r
278# This line is required if and only if the current working\r
279# directory does not contain one or more FPD files.\r
280\r
281ACTIVE_PLATFORM =\r
6e4c64c0 282\r
af9a0f8f 283You can leave it black, as above, or set it to any .fpd file in the workspace.\r
284If you leave it blank, then you just cd to the dir that contains the .fpd that\r
6e4c64c0 285you would like to build (OldMdePkg/ or EdkModulePkg/) and then type build.\r
6329bec1 286\r
287----------------------------\r
288A Word on compiling on Linux\r
289----------------------------\r
290\r
b440dd8b 291In order to compile on Linux, you will need to have the e2fsprogs-devel package\r
6329bec1 292installed. Check your distribution for the rpm, deb or other package format.\r
293This package contains the uuid library and header that are used by some of the\r
294host tools.\r
295\r
296If you are running on x86_64 Linux, then you should install a 64 bit version of\r
297the Java JDK. The version that was used was jdk-1_5_0_07-linux-amd64-rpm.bin.\r
298It may be downloaded from sun.com.\r
dcfa7b15 299\r
0a75428c 300-----------------------------------------\r
301A Word on compiling under Cygwin with gcc\r
302-----------------------------------------\r
303\r
304Cygwin is a POSIX style operating environment for Windows. It is possible to\r
6e4c64c0 305compile the EDK 2 using gcc and cygwin. Compiling under cygwin is slow, because\r
306the underlying file accesses are slow in cygwin. For this reason, we do not\r
307encourage the use of cygwin. A true unix system will be a superior choice for\r
6f02e338 308those wishing to compile with gcc.\r
0a75428c 309\r
310Make sure that you select the e2fsprogs development package when you install\r
311cygwin. It is necessary for the GenFvImage tool.\r
312\r
ea5254ee 313----------------------------------------\r
314A Word on gcc for Processor Architectures\r
315----------------------------------------\r
316\r
6e4c64c0 317Currently gcc support is limited to IA-32 builds, generating IA-32 PE32 images.\r
ea5254ee 318\r
6e4c64c0 319The X64 bit (Intel 64, etc.) support under the gcc compiler does not support the EFIAPI\r
320calling convention (as defined in the UEFI 2.0 specification Chapter 2), so it is not\r
321possible to build a working EFI image for an X64 environment. Since the x64 gcc does\r
322not support the EFIAPI calling convention the x64 tools do not support generating a\r
323PE32+ image. The EFIAPI calling convention is very similar to the Microsoft x64\r
6f02e338 324calling convention.\r
ea5254ee 325\r
c9b1cad8 326We have added prelinary support for the MinGW64 Tool chain. This gcc tool\r
327chain is ported to follow the Microsft X64 ABI, and therefore is compatible\r
328with the EFI specification.\r
329\r
b440dd8b 330On Itanium?Processors the gcc compiler does not support generating a PE32+ image.\r
ea5254ee 331\r
c9b1cad8 332----------------------------------------\r
333A Word on EdkUnixPkg -- The Unix simulator\r
334----------------------------------------\r
335\r
336A unix port of the Nt32 simulator has been added to the project. It currently\r
337builds and runs on 32 bit Linux, but should be portable to other Unix\r
338variants. In order to build it, you should use the ELFGCC tool chain defintion\r
339in tools_def.txt, which is set in target.txt. These are two settings to make\r
340in Tools/Conf/target.txt:\r
341\r
342ACTIVE_PLATFORM = EdkUnixPkg/Unix.fpd\r
343TOOL_CHAIN_TAG = ELFGCC\r
344\r
345Once that is setup, type build, and then you will end up with the simulator in\r
6e4c64c0 346Build/Unix/DEBUG_ELFGCC/IA32/SecMain.exe.\r
c9b1cad8 347\r
348In order to use the gdb debugger with the simulator, you may need to load the\r
349correct symbol file for the various modules that are loaded. For example,\r
350\r
351add-symbol-file EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus/DEBUG/./PciBus.dll\r
3520x45dc6000\r
353\r
354You can see the names of the symbol files (they are in ELF format even though\r
355the extension is .dll) printed on the screen as the simulator comes up.\r
356\r
dcfa7b15 357-----------------------\r
561e4a76 358Notes on Documentation\r
dcfa7b15 359-----------------------\r
360The documents are being managed by the Subversion Source Control on\r
361Tianocore.org. The document repository is "docs" and must be checked out\r
362separately from the EDK II source tree. Refer to the checkout procedures on\r
561e4a76 363the Tianocore.org Web site for EDK II.\r
dcfa7b15 364\r
365The URL of the document repository is:\r
366 https://edk2.tianocore.org/svn/edk2/trunk/docs\r
367\r
6e4c64c0 368\r
aa0bf4f4 369-------------------------------------------------------------------------------\r
561e4a76 370Quick Start\r
a032fb4d 371-----------\r
6e4c64c0 372(assumes Microsoft Tools and OS environment, for GCC Tools or Linux, see\r
dcfa7b15 373"Detailed Starting Instructions" below)\r
374\r
375Follow the instructions at https://edk2.tianocore.org/servlets/ProjectSource to\r
561e4a76 376check out the entire EDK II source tree.\r
dcfa7b15 377\r
561e4a76 378In a command window, change to the top-level directory of the EDK II source.\r
dcfa7b15 379\r
561e4a76 380To test your tool chain setup and to build the supplied tools, execute:\r
80d1b384 381 c:\MyWork\edk2\> edksetup ForceRebuild\r
dcfa7b15 382\r
6e4c64c0 383(The edksetup script is referred to as the setup command throughout the\r
dcfa7b15 384rest of this document.)\r
385 NOTE: You should run the setup command at the start of every session.\r
386 This configures the environment to include the TianoTools and the\r
387 Java applications and libraries.\r
388\r
389You will need to set the WORKSPACE environment variable, or run the edksetup\r
561e4a76 390script (without any arguments), any time you want to build.\r
dcfa7b15 391\r
392 Set the WORKSPACE environment variable, e.g.:\r
393\r
80d1b384 394 c:\> set WORKSPACE=C:\MyWork\edk2\r
dcfa7b15 395\r
561e4a76 396You may need to edit the text files Tools/Conf/target.txt and\r
6e4c64c0 397Tools/Conf/tools_def.txt (created by edksetup) using your favorite\r
398text editor to ensure that the paths to the tools you want to use\r
399to build EDK II binaries are correct. These files contain the default\r
400paths (as per the default installation of the tools), so a customized\r
dcfa7b15 401install may require this manual process.\r
402\r
561e4a76 403Once this is completed, you are ready to test the build, by executing:\r
80d1b384 404 c:\MyWork\edk2\> build\r
dcfa7b15 405\r
6e4c64c0 406This command builds the active platform specified in text file target.txt. If\r
407the active platform is not specified target.txt, you must execute the build\r
408command from the sub-directory that contains FPD files. For more information\r
409