From 4271b15f3c8df92f7f0e5201b292644d66da0054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= Date: Thu, 9 Apr 2015 21:23:06 +0300 Subject: [PATCH] quick_dump: Fix undefined symbols from libunwind MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ../../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ä --- 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 fd023e78..7b06ec3d 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