Project

General

Profile

lttng ust build error

Added by RKP RKP almost 12 years ago

While building lttng ust I am getting error:
../../liblttng-ust/.libs/liblttng-ust.so: undefined reference to `init_tracepoint'
../../liblttng-ust/.libs/liblttng-ust.so: undefined reference to `__tracepoint_probe_register'
../../liblttng-ust/.libs/liblttng-ust.so: undefined reference to `exit_tracepoint'
../../liblttng-ust/.libs/liblttng-ust.so: undefined reference to `__tracepoint_probe_unregister'
collect2: error: ld returned 1 exit status
make3: *** [hello] Error 1

I am using lttng .216 on linux 2.6.33.7.
I tried the solutions 1 and 2 in site https://bugs.lttng.org/issues/321
but it did not help.
Any way out of this issue?