You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build Frida repo (using Visual Studio 2022) based on this link. But I got the following errors: script.obj : error LNK2019: unresolved external symbol __builtin_return_address referenced in function sample_return_address C:\Software_Projects\frida\build\tmp-windows\x64-Release\gum-tests\gum-tests.exe : fatal error LNK1120: 1 unresolved externals. Building project "gum-tests.vcxproj" -- FAILED.
_frida.c C:\Software_Projects\frida\frida-python\src\_frida.c(33,11): fatal error C1083: Cannot open include file: 'pyconfig.h': No such file or directory. Building project "frida-python.vcxproj" -- FAILED.
Could you please help me with how to fix these error?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for this wonderful library.
I am trying to build Frida repo (using Visual Studio 2022) based on this link. But I got the following errors:
script.obj : error LNK2019: unresolved external symbol __builtin_return_address referenced in function sample_return_address
C:\Software_Projects\frida\build\tmp-windows\x64-Release\gum-tests\gum-tests.exe : fatal error LNK1120: 1 unresolved externals.
Building project "gum-tests.vcxproj" -- FAILED.
_frida.c
C:\Software_Projects\frida\frida-python\src\_frida.c(33,11): fatal error C1083: Cannot open include file: 'pyconfig.h': No such file or directory.
Building project "frida-python.vcxproj" -- FAILED.
Could you please help me with how to fix these error?
Thanks.
The text was updated successfully, but these errors were encountered: