https://bugs.freedesktop.org/show_bug.cgi?id=110249
--- Comment #5 from Chris Wilson chris@chris-wilson.co.uk --- One down, the rest left to an adventurous sole.
commit a350b9f9f606296b1599c3617c8530a8985709e2 (HEAD, upstream/master) Author: Chris Wilson chris@chris-wilson.co.uk Date: Tue Mar 26 13:26:26 2019 +0000
tools/intel-gpu-top: Only link against igt_perf.la
Fix the meson build to not link intel-gpu-top against the whole test infrastructure; it's a tool not a test!
Reported-by: Eero Tamminen eero.t.tamminen@intel.com Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110249 Signed-off-by: Chris Wilson chris@chris-wilson.co.uk Cc: Tvrtko Ursulin tvrtko.ursulin@intel.com Reviewed-by: Tvrtko Ursulin tvrtko.ursulin@intel.com
But first, it would be wise for Eero to confirm that does the trick,
$ ldd build/tools/intel_gpu_top linux-vdso.so.1 (0x00007ffdf29f9000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f64a15b2000) /lib64/ld-linux-x86-64.so.2 (0x00007f64a179d000)