https://bugs.freedesktop.org/show_bug.cgi?id=35658
Summary: Building r*00 driver fails : undefined reference to `radeon_gem_get_kernel_name' Product: Mesa Version: 7.10 Platform: All OS/Version: Linux (All) Status: NEW Severity: minor Priority: medium Component: Drivers/DRI/r200 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: yann@linuxconsole.org
(Not sure this is a Mesa bug)
Into Mesa/src/mesa/drivers/dri/r*00/Makefile : RADEON_LDFLAGS is used, but not defined into ../../../../../configs/current
To fix it, I added
RADEON_LDFLAGS = `pkg-config --libs libdrm_radeon`
into this Mesa/configs/current file
(using xorg-server-1.9.5)
https://bugs.freedesktop.org/show_bug.cgi?id=35658
Yann Le Doaré yann@linuxconsole.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #1 from Yann Le Doaré yann@linuxconsole.org 2011-03-25 07:31:56 PDT --- I configured Mesa with " make linux-dri" when this is done with "./configure", r200 linking is OK.
dri-devel@lists.freedesktop.org