From 0ecb02e19a24e5c69f08462b535d98e5ea1748cf Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Tue, 5 Jul 2022 17:29:58 +0300 Subject: Add info about GCC5 Signed-off-by: Konstantin Aladyshev --- Lessons/Lesson_00/README.md | 1 + 1 file changed, 1 insertion(+) 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: ``` -- cgit v1.2.3-18-g5258