frida / frida

Clone this repo to build Frida
https://frida.re
Other
16.05k stars 1.66k forks source link

frida-resource-compiler porting failed.. #559

Closed gdukas closed 6 years ago

gdukas commented 6 years ago

i tried to build server-armhf(rasp)..

in the build need frida-resource-comiler.. so use frida-core/tools, built frida-resource- compiler.

but i used it.. occured segfault..

and... ./frida-resource-compiler --h

(frida-resource-compiler:10685): GLib-CRITICAL **: 17:02:19.135: g_hash_table_lookup: assertion 'hash_table != NULL' failed

(frida-resource-compiler:10685): GLib-CRITICAL **: 17:02:19.136: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed

(frida-resource-compiler:10685): GLib-WARNING **: 17:02:19.136: (../../../../glib/glib/gerror.c:407):g_error_new_valist: runtime check failed: (domain != 0)

(frida-resource-compiler:10685): GLib-CRITICAL **: 17:02:19.136: g_hash_table_lookup: assertion 'hash_table != NULL' failed

(frida-resource-compiler:10685): GLib-CRITICAL **: 17:02:19.136: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed

(frida-resource-compiler:10685): Frida-CRITICAL **: 17:02:19.137: file tools/frida-resource-compiler@exe/resource-compiler.c: line 3991: unexpected error: Unknown option --h (g-option-context-error-quark, 0)

How do I build normally?

gdukas commented 6 years ago

i reinstalled vala in frida/vala.. and build frida-resource-compiler successed..