aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-07-05 17:29:58 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-07-05 17:29:58 +0300
commit0ecb02e19a24e5c69f08462b535d98e5ea1748cf (patch)
tree1838e2d516fc56bf2b5d119a392461d3046deae7 /Lessons
parent960e92b3d611b19e48884a7832396ee2b6394eb9 (diff)
downloadUEFI-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>
Diffstat (limited to 'Lessons')
-rw-r--r--Lessons/Lesson_00/README.md1
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:
```