[Intel-gfx] [PATCH i-g-t 2/2] quick_dump: Fix undefined symbols from libunwind
ville.syrjala at linux.intel.com
ville.syrjala at linux.intel.com
Tue Apr 14 06:34:52 PDT 2015
From: Ville Syrjälä <ville.syrjala at 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.syrjala at 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
More information about the Intel-gfx
mailing list