3

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
ARYA1992
  • 53
  • 1
  • 5

1 Answers1

5

Your repo is missing the openssl source code. Simply do

git submodule update --init --recursive
cpey
  • 51
  • 1