diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-05 17:29:58 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-05 17:29:58 +0300 |
commit | 0ecb02e19a24e5c69f08462b535d98e5ea1748cf (patch) | |
tree | 1838e2d516fc56bf2b5d119a392461d3046deae7 | |
parent | 960e92b3d611b19e48884a7832396ee2b6394eb9 (diff) | |
download | UEFI-Lessons-0ecb02e19a24e5c69f08462b535d98e5ea1748cf.tar.gz UEFI-Lessons-0ecb02e19a24e5c69f08462b535d98e5ea1748cf.tar.bz2 UEFI-Lessons-0ecb02e19a24e5c69f08462b535d98e5ea1748cf.zip |
Add info about GCC5
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | Lessons/Lesson_00/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lessons/Lesson_00/README.md b/Lessons/Lesson_00/README.md index 682a78d..2d2032f 100644 --- a/Lessons/Lesson_00/README.md +++ b/Lessons/Lesson_00/README.md @@ -119,6 +119,7 @@ To build OVMF execute: ``` build --platform=OvmfPkg/OvmfPkgX64.dsc --arch=X64 --buildtarget=RELEASE --tagname=GCC5 ``` +Don't worry, you don't have to have `gcc` of exactly version 5 on your system. Any gcc with a version `>=5` would be acceptable. If build is successful, result would be in the folder `Build/{Platform Name}/{TARGET}_{TOOL_CHAIN_TAG}/FV`. So in our case it would be: ``` |