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

Hopper compiler error : undefined reference to `__hopper_trace_cmp' #27

Open
redcrabs opened this issue Aug 19, 2024 · 1 comment
Open

Comments

@redcrabs
Copy link

I'm building libpng via Docker (To make sure that the install process of hopper is right) .

To build libpng with Hopper clang compiler :

CC=/hopper/install/hopper-clang CXX=/hopper/install/hopper-clang++ ./configure
and
make

But here's part of the error I'm getting :

/fuzz/contrib/tools/pngfix.c:652: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: contrib/tools/pngfix.o: in function `make_random_bytes':
/fuzz/contrib/tools/pngfix.c:439: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: contrib/tools/pngfix.o:/fuzz/contrib/tools/pngfix.c:1295: more undefined references to `__hopper_trace_cmp' follow
/usr/bin/ld: contrib/tools/pngfix.o: in function `calc_image_size':
/fuzz/contrib/tools/pngfix.c:1436: undefined reference to `__hopper_trace_switch'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:1429: undefined reference to `__hopper_trace_switch'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:1424: undefined reference to `__hopper_trace_switch'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:1443: undefined reference to `__hopper_trace_switch'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:1462: undefined reference to `__hopper_trace_switch'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:1473: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: contrib/tools/pngfix.o: in function `uarb_mult_digit':
/fuzz/contrib/tools/pngfix.c:270: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: contrib/tools/pngfix.o: in function `uarb_shift':
/fuzz/contrib/tools/pngfix.c:336: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: contrib/tools/pngfix.o: in function `uarb_inc':
/fuzz/contrib/tools/pngfix.c:205: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: contrib/tools/pngfix.o: in function `calc_image_size':
/fuzz/contrib/tools/pngfix.c:1491: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: contrib/tools/pngfix.o:/fuzz/contrib/tools/pngfix.c:272: more undefined references to `__hopper_trace_cmp' follow
/usr/bin/ld: contrib/tools/pngfix.o: in function `zlib_check':
/fuzz/contrib/tools/pngfix.c:2625: undefined reference to `__hopper_trace_switch'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2636: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: contrib/tools/pngfix.o: in function `max_window_bits':
/fuzz/contrib/tools/pngfix.c:2240: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2246: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2247: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2248: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: contrib/tools/pngfix.o:/fuzz/contrib/tools/pngfix.c:2249: more undefined references to `__hopper_trace_cmp' follow
/usr/bin/ld: contrib/tools/pngfix.o: in function `zlib_check':
/fuzz/contrib/tools/pngfix.c:2688: undefined reference to `__hopper_trace_switch'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2692: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2679: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2679: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2732: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2698: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: contrib/tools/pngfix.o:/fuzz/contrib/tools/pngfix.c:2510: more undefined references to `__hopper_trace_cmp' follow
/usr/bin/ld: contrib/tools/pngfix.o: in function `zlib_run':
/fuzz/contrib/tools/pngfix.c:2521: undefined reference to `__hopper_trace_switch'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2538: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2538: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2582: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: contrib/tools/pngfix.o: in function `zlib_end':
/fuzz/contrib/tools/pngfix.c:2090: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2097: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: contrib/tools/pngfix.o:/fuzz/contrib/tools/pngfix.c:(.text+0x131b6): more undefined references to `__hopper_trace_cmp' follow
/usr/bin/ld: contrib/tools/pngfix.o: in function `zlib_advance':
/fuzz/contrib/tools/pngfix.c:2286: undefined reference to `__hopper_trace_switch'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2303: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2368: undefined reference to `__hopper_trace_switch'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2319: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2324: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2301: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2279: undefined reference to `__hopper_trace_cmp'
/usr/bin/ld: /fuzz/contrib/tools/pngfix.c:2435: undefined reference to `__hopper_trace_cmp'

Any ideas on how to resolve the issue? Is this a known bug in Hopper?

Thanks.

@spinpx
Copy link
Contributor

spinpx commented Sep 7, 2024

The issue is due to that you want to build a executable instead of binaries solely. Just ignore the errors, and find the library the linking it with hopper's runtime.

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

No branches or pull requests

2 participants