Latest stable release not building on Ubuntu 20.04 #2988
Answered
by
osteffenrh
odesenfans
asked this question in
Q&A
Replies: 1 comment 1 reply
-
HI Olivier,
please try with the latest version of nasm:
https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/
- Oliver
…On Sat, Jun 18, 2022 at 11:01 AM Olivier Desenfans ***@***.***> wrote:
Hello,
I am attempting to build OVMF on Ubuntu 20.04. I followed this flow, as
mentioned here
<https://www.linux-kvm.org/downloads/lersek/ovmf-whitepaper-c770f8c.txt>:
git clone https://github.com/tianocore/edk2.git
cd edk2
git checkout edk2-stable202205
git submodule update --init
OvmfPkg/build.sh -a X64
This results in the following (cryptic) errors:
edk2-stable202205-build.log
<https://github.com/tianocore/edk2/files/8933260/edk2-stable202205-build.log>
.
Realizing these instructions might be outdated, I also tried the method
recommended on Github
<https://github.com/tianocore/tianocore.github.io/wiki/How-to-build-OVMF>,
with the same result.
Switching to edk2-stable202202 works.
My config:
- Ubuntu 20.04
- GCC 9.4.0
- iasl 20190509
- nasm 2.14.02
Any idea?
—
Reply to this email directly, view it on GitHub
<#2988>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW2SBKFV7OF3RBTJFTOOFSDVPWF4XANCNFSM5ZEOJM2A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
odesenfans
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am attempting to build OVMF on Ubuntu 20.04. I followed this flow, as mentioned here:
This results in the following (cryptic) errors: edk2-stable202205-build.log.
Realizing these instructions might be outdated, I also tried the method recommended on Github, with the same result.
Switching to
edk2-stable202202
works.My config:
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions