Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix linkage for frida-gum script example for macos #180

Merged
merged 2 commits into from
Dec 15, 2024

Conversation

jejuisland87654
Copy link
Contributor

fix error when building examples/gum/script:

= note: Undefined symbols for architecture arm64:
            "_res_9_dn_expand", referenced from:
                _OUTLINED_FUNCTION_16 in libfrida_gum_sys-75fd3f9127f13c0d.rlib[1357](gthreadedresolver.c.o)
            "_res_9_ndestroy", referenced from:
                _do_lookup_records in libfrida_gum_sys-75fd3f9127f13c0d.rlib[1357](gthreadedresolver.c.o)
            "_res_9_ninit", referenced from:
                _do_lookup_records in libfrida_gum_sys-75fd3f9127f13c0d.rlib[1357](gthreadedresolver.c.o)
            "_res_9_nquery", referenced from:
                _do_lookup_records in libfrida_gum_sys-75fd3f9127f13c0d.rlib[1357](gthreadedresolver.c.o)
          ld: symbol(s) not found for architecture arm64
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

@s1341
Copy link
Contributor

s1341 commented Nov 13, 2024

You need to format.

@jejuisland87654
Copy link
Contributor Author

formatted now

@s1341 s1341 merged commit acfbeb7 into frida:main Dec 15, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants