On Windows, building BhyveFwCtlLib using VS2019 causes a call to memcpy to be generated. Work around this by adding IntrinsicsLib to resolve the reference.
Signed-off-by: Rebecca Cran <rebe...@bsdio.com> --- BhyvePkg/Library/BhyveFwCtlLib/BhyveFwCtlLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/BhyvePkg/Library/BhyveFwCtlLib/BhyveFwCtlLib.inf b/BhyvePkg/Library/BhyveFwCtlLib/BhyveFwCtlLib.inf index 7eccfd0c5e..da1d86facf 100644 --- a/BhyvePkg/Library/BhyveFwCtlLib/BhyveFwCtlLib.inf +++ b/BhyvePkg/Library/BhyveFwCtlLib/BhyveFwCtlLib.inf @@ -42,4 +42,5 @@ DebugLib IoLib MemoryAllocationLib + IntrinsicLib -- 2.26.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#57442): https://edk2.groups.io/g/devel/message/57442 Mute This Topic: https://groups.io/mt/73045141/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-