X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ReleaseNotes.txt;h=d10f1efd0193c5dbe39afcb32d22a7e595c799c6;hp=4f8c26a5e6c569cc88629904811efbb4ffbd5eb3;hb=5b18234d980e3eb199c3a784b2fdfdd3acffef57;hpb=020fa45d13d45a9ec037fb2e785e6f96bd2ec524 diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 4f8c26a5e6..d10f1efd01 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -192,6 +192,41 @@ many other POSIX-compliant host operating environments. To compile the custom gcc tool chain, you need the following tools on your host computer: bash, gcc, gmake, curl (or wget). +Only the MdePkg and EdkModulePkg are currently supported by gcc builds. Other +builds, such as the EdkNt32Pkg, will not compile with gcc. + +---------------------------- +A Word on compiling on Linux +---------------------------- + +In order to compile on Linux, you will need to have the e2fsprogs-dev package +installed. Check your distribution for the rpm, deb or other package format. +This package contains the uuid library and header that are used by some of the +host tools. + +If you are running on x86_64 Linux, then you should install a 64 bit version of +the Java JDK. The version that was used was jdk-1_5_0_07-linux-amd64-rpm.bin. +It may be downloaded from sun.com. + +----------------------------------------- +A Word on compiling under Cygwin with gcc +----------------------------------------- + +Cygwin is a POSIX style operating environment for Windows. It is possible to +compile the EDK 2 using gcc and cygwin. There are a few extra steps necessary +to make this happen. There is a JNI (Java Native Interface) library in the +Tools. In order to compile this under Cygwin, the 'linux' java headers must be +installed to the $JAVA_HOME dir on the windows system. To accomplish this, you +must install the JDK on a linux system, and then copy +linux:$JAVA_HOME/include/linux/ to windows:$JAVA_HOME/include. These are really +typedefs needed by gcc. + +Compiling under cygwin is slow, because the underlying file accesses are slow +in cygwin. For this reason, we do not encourage the use of cygwin. A true unix +system will be a superior choice for those wishing to compile with gcc. + +Make sure that you select the e2fsprogs development package when you install +cygwin. It is necessary for the GenFvImage tool. ----------------------- Notes on Documentation