I luckily got it working. I changed from using Base* to just the
name in the .dsc file:
PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
Then in the .inf that uses it I also used just
Hi David,
Adding the Library reference should have done the trick. Did you put it in the
section below in your .dsc file?
[LibraryClasses.common]
Also you responded to a email list that is not current. The current email is:
[email protected]
Please use this list in the future.
Also
c:\edk2\Test\Test.dsc(...): error 4000: Instance of library class
[PeCoffExtraActionLib] is not found
in [c:\edk2\MdePkg\Library\BasePeCoffLib\BasePeCoffLib.inf] [X64]
consumed by module [c:\edk2\Test\testapp\testapp.inf]
I tried adding it to Test.dsc, using:
BasePeCoffExtraAct