Closed subvert0r closed 3 months ago
Did you check out the specified revision of EDK2?
git clone -b edk2-stable202111 --recurse-submodules https://github.com/tianocore/edk2
https://github.com/tandasat/MiniVisorPkg/blob/master/Docs/Building_and_Debugging.md
The error could happen if you use different (newer) version of EDK2. And as long as it compiles, and seems to be working fine, you are 99.9% fine, so sounds like you are good.
Did you check out the specified revision of EDK2?
git clone -b edk2-stable202111 --recurse-submodules https://github.com/tianocore/edk2
https://github.com/tandasat/MiniVisorPkg/blob/master/Docs/Building_and_Debugging.md
The error could happen if you use different (newer) version of EDK2. And as long as it compiles, and seems to be working fine, you are 99.9% fine, so sounds like you are good.
Yeah that fixed the issue, thanks.
Building with DEBUG_ON_SERIAL_PORT gives the following error:
I fixed it by adding these two to the inf file
So now it's like:
But I'm not sure if I had to do this or not? did I make a mistake when trying to build it before this change?
Note that I can build the project without the DEBUG_ON_SERIAL_PORT option without any problem.