Re: [edk2-buildtools] Problem Building - can't find PeCoffExtraActionLib

2017-10-06 Thread David F.
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

Re: [edk2-buildtools] Problem Building - can't find PeCoffExtraActionLib

2017-10-06 Thread Jarlstrom, Laurie
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

[edk2-buildtools] Problem Building - can't find PeCoffExtraActionLib

2017-10-06 Thread David F.
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