EDK2 Setup for ubuntu

I am working on EDK2 setup using following link.When I tried to use build command under folder ~/src/edk2 for OVMF firmware image creation I am getting below error:

/home/sam/src/edk2/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf(31): error 000E: File/directory not found in workspace
/home/sam/src/edk2/CryptoPkg/Library/OpensslLib/openssl/e_os.h

1 Answer

Your repo is missing the openssl source code. Simply do

git submodule update --init --recursive

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like