From: Ville Syrjälä <ville.syrj...@linux.intel.com>

../../lib/.libs/libintel_tools.a(igt_core.o): In function `print_backtrace':
intel-gpu-tools/lib/igt_core.c:981: undefined reference to `_Ux86_64_getcontext'
intel-gpu-tools/lib/igt_core.c:982: undefined reference to 
`_ULx86_64_init_local'
intel-gpu-tools/lib/igt_core.c:983: undefined reference to `_ULx86_64_step'
intel-gpu-tools/lib/igt_core.c:987: undefined reference to 
`_ULx86_64_get_proc_name'

Signed-off-by: Ville Syrjälä <ville.syrj...@linux.intel.com>
---
 tools/quick_dump/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/quick_dump/Makefile.am b/tools/quick_dump/Makefile.am
index fd023e7..7b06ec3 100644
--- a/tools/quick_dump/Makefile.am
+++ b/tools/quick_dump/Makefile.am
@@ -13,6 +13,7 @@ I915ChipsetPython_la_LIBADD =                 \
        $(PCIACCESS_LIBS)                       \
        $(DRM_LIBS)                             \
        $(CAIRO_LIBS)                           \
+       $(LIBUNWIND_LIBS)                       \
        $(NULL)
 
 chipset.py: chipset_wrap_python.c
-- 
2.0.5

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to