Re: [edk2-devel] Error during build the Add_Shell_String

2024-07-10 Thread Andrew Fish via groups.io
I’d start with checking if: > > c:\users\kuldeep.rana\bios\edk2\MdePkg\Library\UefiRuntimeServicesTableLib\UefiRuntimeServicesTableLib.inf Exists? Seems like it is in the repo... https://github.com/tianocore/edk2/blob/master/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.

Re: [edk2-devel] Error during build the Add_Shell_String

2024-07-19 Thread Adam Liu
Looks like nmake.exe not found. Try to fix this problem first. I recommend to use "Developer Command Prompt for VS 2019" to build when Toolchain is set to VS2019. You could type below command to check if your command prompt could run it without errors. > > nmake.exe /? > Regards, Adam -=-