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
The latest update on my local radare2 git source builds out of the box. However, if I configure it to include "--with-libr" switch, then the compilation fails with an error message of multiple definition of 'radare_plugin' as shown below. Has anyone encountered this issue and can offer a solution to fix it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The latest update on my local radare2 git source builds out of the box. However, if I configure it to include "--with-libr" switch, then the compilation fails with an error message of multiple definition of 'radare_plugin' as shown below. Has anyone encountered this issue and can offer a solution to fix it?
make[2]: Entering directory '~/works/radare2_git/libr' gcc -r -nostdlib -Wl,--whole-archive -o libr.o anal/libr_anal.a arch/libr_arch.a asm/libr_asm.a bin/libr_bin.a bp/libr_bp.a config/libr_config.a cons/libr_cons.a core/libr_core.a crypto/libr_crypto.a debug/libr_debug.a egg/libr_egg.a esil/libr_esil.a flag/libr_flag.a fs/libr_fs.a io/libr_io.a lang/libr_lang.a magic/libr_magic.a main/libr_main.a reg/libr_reg.a search/libr_search.a socket/libr_socket.a syscall/libr_syscall.a util/libr_util.a ../shlr/libr_shlr.a /usr/bin/ld: lang/libr_lang.a(lang.o):~/works/radare2_git/libr/lang/p/qjs.c:932: multiple definition of 'radare_plugin'; debug/libr_debug.a(debug_evm.o):~/works/radare2_git/libr/debug/p/debug_evm.c:263: first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:102: libr.o] Error 1 make[2]: Leaving directory '~/works/radare2_git/libr' make[1]: *** [Makefile:30: all] Error 2 make[1]: Leaving directory '~/works/radare2_git/libr' make: *** [Makefile:57: all] Error 2
Beta Was this translation helpful? Give feedback.
All reactions